Hi,

oftmals kommt es mit einer Neuerung b.z.w Update der PHP Version zu Fehlermeldungen. "PHP Deprecated"


z.b
PHP-Code:
php5 -v
PHP Deprecated
:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0
PHP Deprecated
:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ming.ini on line 2 in Unknown on line 0
PHP 5.4.6
-1ubuntu1.1 (cli) (builtNov 15 2012 01:18:34)
Copyright (c1997-2012 The PHP Group
Zend Engine v2.4.0
Copyright (c1998-2012 Zend Technologies 

Das ganze läßt sich einfach beheben:


Code:
 # wechsel mit  ;
PHP-Code:
php5 -v
PHP 5.4.6
-1ubuntu1.1 (cli) (builtNov 15 2012 01:18:34)
Copyright (c1997-2012 The PHP Group
Zend Engine v2.4.0
Copyright (c1998-2012 Zend Technologies