ID:               24605
 Comment by:       baobabs at sveiks dot lv
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         CGI related
 Operating System: Cobalt Linux
 PHP Version:      5CVS-2003-07-17 (dev)
 Assigned To:      nathan
 New Comment:

The same problem here, with the newest CVS sources.

php version: php5-200308131730
configure options: ./configure --with-mysql --enable-fastcgi
--disable-simplexml
kernel: Linux ap2 2.4.21ctxsmp-17a #1 Fri Aug 8 13:42:52 EEST 2003 i686
unknown
gcc: 2.95.4

Reproducing:

# cat xxx.php 
<? print "test\n"; ?>
# /usr/lib/cgi-bin/php xxx.php 
Content-type: text/html
X-Powered-By: PHP/5.0.0b2-dev

test
[hangs]


Bao


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

[2003-08-03 11:26:33] fieml at service dot at

having the same problem here with
- php5-200308031530
- libxml 2.5.8
- linux 2.4.19-xfs
- gcc 2.95.3

using the same php info-script <? phpinfo(); ?> as in the report by
nathan php just hangs after executing it. starting it as apache module
makes the httpd hanging on startup (before it produces any childs).

the problem disappears when disabling dom and simplexml.

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

[2003-07-20 11:12:49] [EMAIL PROTECTED]

Can not reproduce with those options either
and you're using too old sources.



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

[2003-07-20 09:57:30] [EMAIL PROTECTED]

Ok...after some testing, realised its an extension causing the lag.
After some experimenting, I came to this...

Working configure - ./configure --prefix=/home/php5test --disable-cgi
--with-libxml-dir=/home/libxml2 --disable-pear --disable-dom
--disable-simplexml

A test script, with phpinfo() was executed, and the process stopped
immediately after processing.

Next configure - ./configure --prefix=/home/php5test --disable-cgi
--with-libxml-dir=/home/libxml2 --disable-pear --disable-dom

With simplexml enabled, I tried executing the script again, and it
waited at least a minute before I forcefully stopped the process.

I am using a PHP snapshot from 20/07/03 at 1130GMT, with libxml2 2.5.8
installed in /home/libxml2.

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

[2003-07-20 05:44:14] [EMAIL PROTECTED]

Actually I was asking for feedback. :)


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

[2003-07-20 02:59:04] [EMAIL PROTECTED]

Keep it bogus in the mean time please.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/24605

-- 
Edit this bug report at http://bugs.php.net/?id=24605&edit=1

Reply via email to