Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy)

This commit is contained in:
Dmitry Stogov 2006-03-21 07:22:59 +00:00
parent 85019bf450
commit 8d012d041f

2
NEWS
View File

@ -12,6 +12,8 @@ PHP NEWS
- Fixed debug_zval_dump() to support private and protected members. (Dmitry)
- FIxed bug #36808 (syslog ident becomes garbage between requests). (Tony)
- Fixed bug #36756 (DOMDocument::removeChild corrupts node). (Rob)
- Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy).
(Dmitry)
- Fixed bug #36743 (In a class extending XMLReader array properties are not
writable). (Tony)
- Fixed bug #36727 (segfault in pdo_pgsql bindValue() when no parameters are