#
51e0891f |
| 10-May-2007 |
Ilia Alshanetsky |
Fixed random number generation for http auth mechanism in SOAP # Identified by Stefan Esser
|
Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6 |
|
#
50ea2676 |
| 24-Feb-2007 |
Marcus Boerger |
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
|
Revision tags: php-4.4.6RC1 |
|
#
2a019a14 |
| 21-Feb-2007 |
Stanislav Malyshev |
use snprintf
|
#
6b253ae0 |
| 21-Feb-2007 |
Ilia Alshanetsky |
Improve redirect validation
|
Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
Revision tags: php-5.2.1RC1 |
|
#
34b55f20 |
| 28-Nov-2006 |
Ilia Alshanetsky |
Replace non-threadsafe rand() with php_rand_r()
|
Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4 |
|
#
76d748f3 |
| 06-Sep-2006 |
Dmitry Stogov |
Fixed support for endpoint's URL without <path> part (Rob)
|
Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1 |
|
#
ee1dc90d |
| 11-Jul-2006 |
Dmitry Stogov |
Nuke signed/unsigned compiler warnings
|
Revision tags: php-4.4.3RC2 |
|
#
58c82af6 |
| 27-Jun-2006 |
Ilia Alshanetsky |
Improved the error reporting in SOAP extension on request failure.
|
Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3 |
|
#
f897cff4 |
| 13-Apr-2006 |
Dmitry Stogov |
Fixed bug #37054 (SoapClient Error Fetching http headers)
|
Revision tags: php-5.1.3RC2 |
|
#
110021f4 |
| 20-Mar-2006 |
Dmitry Stogov |
Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy)
|
Revision tags: php-5.1.3RC1, RELEASE_1_2 |
|
#
9167991f |
| 07-Feb-2006 |
Dmitry Stogov |
Compression level shouldn't be greatr then 9.
|
#
73605400 |
| 07-Feb-2006 |
Dmitry Stogov |
Fixed bug #36083 (SoapClient waits for responses on one-way operations)
|
#
f2772ecc |
| 06-Feb-2006 |
Dmitry Stogov |
Fixed bug #36283 (SOAPClient Compression Broken).
|
Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version
|
Revision tags: php-5.1.2RC1 |
|
#
db312cf1 |
| 12-Dec-2005 |
Dmitry Stogov |
Fixed bug #35570 (segfault when re-using soap client object)
|
Revision tags: RELEASE_1_1_1, RELEASE_1_1 |
|
#
9e8bf1a2 |
| 07-Dec-2005 |
Dmitry Stogov |
Fixed bug #33394 (Socket Timeout on SOAP request causes general exception in Apache process).
|
Revision tags: RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2 |
|
#
305e9463 |
| 12-Oct-2005 |
Antony Dovgal |
MFH: nuke unused vars
|
#
2cbe6351 |
| 07-Oct-2005 |
Dmitry Stogov |
Fixed bug #34766 (possible crash on HTTP redirection)
|
Revision tags: php-4.4.1RC1, RELEASE_0_9_0 |
|
#
27763b36 |
| 16-Sep-2005 |
Dmitry Stogov |
Fixed bug #34478 (Incorrect parsing of url's fragment (#...))
|
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year
|
#
10660664 |
| 01-Aug-2005 |
Dmitry Stogov |
Allow SOAP work when allow_url_fopen is turned off.
|
Revision tags: RELEASE_0_9 |
|
#
e07d2f48 |
| 20-Jul-2005 |
Dmitry Stogov |
"_local_cert" and "_passphrase" properties moved into "_stream_context". As a result now it is possible to use certificates during access WSDL files.
|
#
3b5af6d4 |
| 19-Jul-2005 |
Wez Furlong |
Remove stale #ifdefs (this is PHP 5 only code). Add a stream_context option to the SoapClient constructor; this allows generic stream context options to be set without having to add code to t
Remove stale #ifdefs (this is PHP 5 only code). Add a stream_context option to the SoapClient constructor; this allows generic stream context options to be set without having to add code to the SoapClient every time a context option is added.
show more ...
|
Revision tags: php-5.1.0b3, php-4.4.0 |
|
#
76a447c9 |
| 08-Jul-2005 |
Dmitry Stogov |
Fixed HTTP basic authentication headers during subrequsts to xsd files
|