Re: plphp: PHP Warning: Call-time pass-by-reference has been deprecated

Поиск
Список
Период
Сортировка
От Roman Neuhauser
Тема Re: plphp: PHP Warning: Call-time pass-by-reference has been deprecated
Дата
Msg-id 20050811223426.GA24180@isis.sigpipe.cz
обсуждение исходный текст
Ответ на plphp: PHP Warning: Call-time pass-by-reference has been deprecated  (CSN <cool_screen_name90001@yahoo.com>)
Ответы Re: plphp: PHP Warning: Call-time pass-by-reference has  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
# cool_screen_name90001@yahoo.com / 2005-08-11 13:23:52 -0700:
> I'm getting this warning in pgsql's log:
>
> LOG:  plphp: PHP Warning:  Call-time pass-by-reference
> has been deprecated - argument passed by value;  If
> you would like to pass it by reference, modify the
> declaration of [runtime function name]().  If you
> would like to enable call-time pass-by-reference, you
> can set allow_call_time_pass_reference to true in your
> INI file.  However, future versions may not support
> this any longer.  in plphp trigger call on line 1
>
> Is there anything I can do about it?

    Yes.

    It's completely off topic here, however. You'll find more help in
    the PHP manual and/or php-general@lists.php.net (you can subscribe
    from http://www.php.net/).

--
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Upgrading 7.3.9 -> 7.4.8 - trouble with blobs
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: plphp: PHP Warning: Call-time pass-by-reference has