From:             s dot s at terra dot com dot br
Operating system: Slackware Linux 10
PHP version:      5.0.0
PHP Bug Type:     Apache2 related
Bug description:  Webserver deadlock when connection is aborted

Description:
------------
Configure script options:
./configure --prefix=/usr --sysconfdir=/etc --with-apxs2 \
  --with-config-file-path=/etc/apache --disable-ipv6 \
  --with-zlib --with-openssl --with-bz2 --enable-calendar --enable-dba \
  --enable-ftp --with-dom --with-dom-xslt --with-dom-exslt \
  --with-gdbm --with-db3 --with-inifile \
  --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir
--with-freetype-dir \
  --enable-gd-native-ttf --with-gettext --with-mime-magic \
  --with-mysql-sock --with-mysql=/usr/local/mysql --with-xmlrpc
--with-xslt

Extern Modules:
xdebug 2.0.0dev (CVS)

Changes on php.ini:
register_globals = On
variables_order = "EGPCS"
zend_extension="/var/www/modules/xdebug.so" (to load xdebug module)

A script with the phpinfo() function can be found at:
http://5pila.botshell.com/~sergio/

Dont know if its a bug of PHP5 or xdebug module bug.

Reproduce code:
---------------
Any code . . .


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

Reply via email to