From:             bt at diamos dot de
Operating system: Linux
PHP version:      4.4.1
PHP Bug Type:     *Configuration Issues
Bug description:  Many notice messages in PHPWiki, but I've supressed them

Description:
------------
Recently I've upgraded from v4.3.11 to v4.4.1 and in our PHPWiki I've
noticed my Notice messages like this:

PHP Warnings

lib/WikiUser.php:50: Notice[8]: Only variables should be assigned by
reference

lib/pear/DB/common.php:741: Notice[8]: Only variable references should be
returned by reference

lib/pear/DB/common.php:741: Notice[8]: Only variable references should be
returned by reference

lib/pear/DB/common.php:741: Notice[8]: Only variable references should be
returned by reference

lib/pear/DB/common.php:741: Notice[8]: Only variable references should be
returned by reference

lib/pear/DB/common.php:741: Notice[8]: Only variable references should be
returned by reference

lib/Template.php:220: Notice[8]: Only variables should be assigned by
reference

lib/Template.php:106: Notice[8]: Only variables should be assigned by
reference

lib/Template.php:107: Notice[8]: Only variables should be assigned by
reference

But my configuration in php.ini should supress this messages , I'm using
this config:

error_reporting  = E_ALL & ~E_NOTICE
display_errors = Off
display_startup_errors = Off
ignore_repeated_errors = On

A downgrade to v4.3.11 removed the Notice messages


-- 
Edit bug report at http://bugs.php.net/?id=35083&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=35083&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=35083&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=35083&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=35083&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=35083&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=35083&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=35083&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=35083&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=35083&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=35083&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=35083&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=35083&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=35083&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=35083&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=35083&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=35083&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=35083&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=35083&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=35083&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=35083&r=mysqlcfg

Reply via email to