php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29553 Webserver deadlock when connection is aborted
Submitted: 2004-08-06 19:30 UTC Modified: 2004-08-07 01:35 UTC
From: s dot s at terra dot com dot br Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.0.0 OS: Slackware Linux 10
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: s dot s at terra dot com dot br
New email:
PHP Version: OS:

 

 [2004-08-06 19:30 UTC] s dot s at terra dot com dot br
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 . . .


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-07 01:35 UTC] s dot s at terra dot com dot br
Bug will be submited to xdebug team. Dont know why, but, becose of the xdebug module, the PHP makes my apache get a deadlock state.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 05:01:27 2024 UTC