ID:               46330
 User updated by:  jf dot cuinet at bgpartners dot fr
 Reported By:      jf dot cuinet at bgpartners dot fr
-Status:           Open
+Status:           Closed
 Bug Type:         PHP options/info functions
 Operating System: Fedora 9, AIX5.2
 PHP Version:      5.2.6
 New Comment:

oups !!!

error_reporting  =  E_ALL | E_STRICT


Previous Comments:
------------------------------------------------------------------------

[2008-10-17 13:55:10] jf dot cuinet at bgpartners dot fr

php.ini :
error_reporting  =  E_ALL & E_STRICT
display_errors = On
log_errors = On
error_log = /usr/local/apache2/logs/php.log

------------------------------------------------------------------------

[2008-10-17 13:45:30] jf dot cuinet at bgpartners dot fr

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 this bug report at http://bugs.php.net/?id=46330&edit=1

Reply via email to