From: jf dot cuinet at bgpartners dot fr Operating system: Fedora 9, AIX5.2 PHP version: 5.2.6 PHP Bug Type: PHP options/info functions Bug description: No error reporting
Description: ------------ Hello. I never display errors. Neither on screen nor in the php.log. PHP Configure command for Linux : ./configure' '--prefix=/usr/local/php' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-config-file-path=/etc' '--enable-mbstring' '--enable-ftp' '--with-mysql=/usr/local/mysql' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-zlib' '--with-regex=system' '--with-openssl' '--with-gd' '--with-curl' '--with-imap=/usr/local/imap-2007b' '--with-freetype-dir=/usr/lib' '--with-jpeg-dir=/usr/lib' '--disable-ipv6 PHP Configure command for AIX5.2 : ./configure' '--prefix=/opt/freeware/php' '--with-apxs2=/opt/freeware/apache2/bin/apxs' '--with-config-file-path=/etc' '--enable-mbstring' '--enable-ftp' '--with-mysql=/opt/freeware/mysql' '--with-mysqli=/opt/freeware/mysql/bin/mysql_config' '--with-zlib' '--with-regex=system' '--with-openssl=/opt/freeware' '--with-gd' '--with-curl' '--with-imap=/opt/freeware/imap-2007b' '--with-freetype-dir=/opt/freeware/lib' '--with-jpeg-dir=/opt/freeware/lib' '--disable-ipv6 You have an idea? Reproduce code: --------------- <?php trigger_error('I WANT A LOG !', E_USER_WARNING); ?> Expected result: ---------------- An error text 'I WANT A LOG !' on screen and in file php.log. Actual result: -------------- Nothing -- Edit bug report at http://bugs.php.net/?id=46330&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=46330&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=46330&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=46330&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=46330&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=46330&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=46330&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=46330&r=needscript Try newer version: http://bugs.php.net/fix.php?id=46330&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=46330&r=support Expected behavior: http://bugs.php.net/fix.php?id=46330&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=46330&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=46330&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=46330&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=46330&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=46330&r=dst IIS Stability: http://bugs.php.net/fix.php?id=46330&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=46330&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=46330&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=46330&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=46330&r=mysqlcfg