Re: php5-5.3.2 problems since upgrade from php5-5.2.12

2010-04-22 Thread APseudoUtopia
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


Re: php5-5.3.2 problems since upgrade from php5-5.2.12

2010-04-22 Thread Антон Клесс
APseudoUtopia,which one maillist do you mean?



2010/4/22 APseudoUtopia apseudouto...@gmail.com

 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

___
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


Re: php5-5.3.2 problems since upgrade from php5-5.2.12

2010-04-22 Thread APseudoUtopia
On Thu, Apr 22, 2010 at 11:08 AM, Антон Клесс antoniok@gmail.com wrote:

 2010/4/22 APseudoUtopia apseudouto...@gmail.com

 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.

 APseudoUtopia,

 which one maillist do you mean?


The PHP-General mailing list:
http://www.php.net/mailing-lists.php

They would be able to help more.
___
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


php5-5.3.2 problems since upgrade from php5-5.2.12

2010-04-21 Thread n dhert
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 ?
___
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