From:             red at raven dot ch
Operating system: linux (redhat 9) apache 2.0.47
PHP version:      4.3.2
PHP Bug Type:     PHP options/info functions
Bug description:  error_reporting() seems to affect whole server

Description:
------------
The global configuration shows the following:

error_reporting 2039    2039

when 2 scripts in 2 differents virtualhosts run at the same time and the
first one sets error_reporting(E_ALL) and the second one starts before the
first ended (and doesn't set error_reporting) it shows the notices as
well.

./configure  --with-apxs2=/usr/local/apache2/bin/apxs --enable-xml
--with-gd --with-png-dir=/usr --with-jpeg-dir=/usr --enable-track-vars
--enable-force-cgi-redirect --with-gettext --with-mysql=/usr
--with-zlib-dir=/usr --enable-sysvshm --enable-sysvsem --with-xslt
--with-ttf --with-freetype-dir=/usr/local --enable-gd-native-ttf
--disable-cgi --with-dom --with-dom-xslt --with-iconv


-- 
Edit bug report at http://bugs.php.net/?id=25198&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25198&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25198&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25198&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25198&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25198&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25198&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25198&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25198&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25198&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25198&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25198&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25198&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25198&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25198&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25198&r=gnused

Reply via email to