On Thu, Apr 22, 2010 at 1:44 AM, n dhert <ndhert...@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.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to