php5-5.3.2 problems since upgrade from php5-5.2.12

APseudoUtopia apseudoutopia at gmail.com
Thu Apr 22 13:35:23 UTC 2010


On Thu, Apr 22, 2010 at 1:44 AM, n dhert <ndhertbsd at gmail.com> wrote:
> People using php in webpages are getting all kind of errors concerning
> depricated functions
> such as:
>
>> Deprecated: Assigning the return value of new by reference is deprecated
> It there a way to specify somewhere something so that these funtions still
> can be used ?

The functions can still be used. It's just a notice saying that their
usage is deprecated and they will be removed in future versions of
PHP.

Try asking on the PHP mailing list for non-deprecated ways to do what
you're trying to do.


More information about the freebsd-questions mailing list