Home » Web Services » SOAP » Bug #7049
Internal Server Error
Details
| Submitted | 2006-03-07 12:02 UTC |
|---|---|
| From | spambox at wanadoo dot fr |
| Assigned | yunosh |
| Status | Bogus |
| Package | SOAP |
| PHP Version | 4.3.7 |
| OS | windows XP |
| Roadmaps | (Not assigned) |
Comments
[2006-03-07 12:02 UTC] spambox at wanadoo dot fr
Description:
------------
I'm testing pear soap and i have always the Internal Server error 500.
If i look at the apache logs (error.log) i have this line :
[Tue Mar 07 12:54:11 2006] [error] [client 127.0.0.1] malformed header from script. Bad header=$hdrs_type 200 OK: php.exe
Test script:
---------------
i use the example code given with pear-soap and i always get the same error.
Expected result:
----------------
i should have the output of the client.php given in the example of pear-soap.
Actual result:
--------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.0.55 (Win32) Server at localhost Port 80
[2006-03-10 06:51 UTC] ixti at pitfall dot ru
This bug is OS-independant.
I'm using FreeBSD with Apache 1.33 and PHP 4.3 and I have the same trouble when i'm using PHP as binary (CGI).
If I'm using PHP as Apache's module - everything's ok.
[2006-03-10 06:57 UTC] ixti at pitfall dot ru
Sorry. I was inattentive.
<a href="http://pear.php.net/bugs/6744">Bug 6744</a> really fix this problem.