From: marques at displague dot com Operating system: PHP version: 5.2.6 PHP Bug Type: SOAP related Bug description: SoapClient uses HTTP/1.1 options over HTTP/1.0
Description: ------------ When setting the SoapClient option 'authorization' to SOAP_AUTHENTICATION_DIGEST, the SoapClient connection should attempt to GET with HTTP/1.1 rather than HTTP/1.0 since digest is HTTP/1.1 specific. I also noticed that the HTTP/1.0 WSDL request issued by the SoapClient class used "Host:" lines. I may be wrong, but I thought that implied HTTP/1.1. (I don't see it in the HTTP/1.0 RFC). -- Edit bug report at http://bugs.php.net/?id=46539&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=46539&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=46539&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=46539&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=46539&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=46539&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=46539&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=46539&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=46539&r=needscript Try newer version: http://bugs.php.net/fix.php?id=46539&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=46539&r=support Expected behavior: http://bugs.php.net/fix.php?id=46539&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=46539&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=46539&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=46539&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=46539&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=46539&r=dst IIS Stability: http://bugs.php.net/fix.php?id=46539&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=46539&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=46539&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=46539&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=46539&r=mysqlcfg
