ID:               32199
 Updated by:       [EMAIL PROTECTED]
 Reported By:      valenok at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         CGI related
 Operating System: windows xp professional
 PHP Version:      5.0.3
 New Comment:

You can build the debug version yourself,
see README.WIN32-BUILD-SYSTEM in the source snapshot package:

  http://snaps.php.net/php5-latest.tar.gz



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

[2005-03-22 23:02:57] valenok at gmail dot com

with that latest release, 5.1.0-dev,
the script hangs every single time!

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

[2005-03-22 18:42:13] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

There was some thread issue fixed.


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

[2005-03-22 01:19:09] valenok at gmail dot com

removing hashbang makes no difference.

Please note that that hanging happens not on any machine.

I have win2000 in my network, that can run "php-cgi test.php" in an
infinite loop for days without any hanging, so that problem is not
repeatable on that machine.
And, since it is happening with php 4.3 and 5.0.2, (so I assume with
any version of php), it is quite 'fundamental', so does exist for a
long time. Problems that other people reported (with xitami, IIS
hangup) confirm that assumption.

What can I do to debug that problem ?
Can I switch on tracing of resource allocation, and stuff like that ?
Are there debug binary releases available ?

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

[2005-03-21 08:27:24] [EMAIL PROTECTED]

Try removing the hashbang line ( #!php-cgi ) from the script.


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

[2005-03-20 23:57:54] valenok at gmail dot com

I start new cmd.exe session, and run:
php-cgi test.php

this is the content of test.php:
#!php-cgi
<html>
<?
        echo 'hello words!';
?>
</html>

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

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/32199

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

Reply via email to