ID: 32199 User updated by: valenok at gmail dot com Reported By: valenok at gmail dot com -Status: Feedback +Status: Open Bug Type: CGI related Operating System: windows xp professional PHP Version: 5.0.3 New Comment:
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 ? Previous Comments: ------------------------------------------------------------------------ [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> ------------------------------------------------------------------------ [2005-03-06 16:32:00] [EMAIL PROTECTED] Exactly HOW do you run PHP on command line when it hangs? What script? ------------------------------------------------------------------------ [2005-03-06 16:30:28] valenok at gmail dot com The reason I am reporting is I am writing HTTP server. I have found that php pages sometimes do not 'return': browser shows the output, but spinner still spins, and php process is still running. It never happens with other CGIs - perl, python, native executables. I never happened on unix. So first thing I blamed was my server. But. I have found that it hangs directly from command line, also I have found other people reports about this kind of issue (hanging on IIS, Xitami, etc, never on Apache). This gave me a reason to suspect php itself. ------------------------------------------------------------------------ [2005-03-06 16:27:37] [EMAIL PROTECTED] Exactly how have you configured PHP in httpd.conf ?? ------------------------------------------------------------------------ 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