Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | Added SoapClient constructor option 'ssl_method' to specify ssl method | Dmitry Stogov | 2013-04-30 | 1 | -2/+64 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #61423 (gzip compression fails). | Ilia Alshanetsky | 2012-04-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Hannes Magnusson | 2012-03-24 | 1 | -1/+1 |
|\ | | | | | | | | | | | * PHP-5.3: This is a git checkout Revert incorrect fix | ||||
| * | Revert incorrect fix | Ilia Alshanetsky | 2012-03-24 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #61423 (gzip compression fails). | Ilia Alshanetsky | 2012-03-22 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #61423 (gzip compression fails). | Ilia Alshanetsky | 2012-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Conflicts: NEWS | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-03-21 | 1 | -63/+78 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #49853 (Soap Client stream context header option ignored) Conflicts: NEWS ext/soap/php_sdl.c | ||||
| * | Fixed bug #49853 (Soap Client stream context header option ignored) | Dmitry Stogov | 2012-03-21 | 1 | -63/+78 |
| | | |||||
| * | Fixed bug #60842, #51775 (Chunked response parsing error when chunksize ↵ | Ilia Alshanetsky | 2012-03-08 | 1 | -3/+3 |
| | | | | | | | | length line is > 10 bytes). | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Prevent possible integer overflow | Dmitry Stogov | 2011-11-02 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy ↵ | Dmitry Stogov | 2010-10-05 | 1 | -0/+7 |
| | | | | | | | | with SoapClient object). | ||||
| * | Fixed bug #50976 (Soap headers Authorization not allowed) | Dmitry Stogov | 2010-05-28 | 1 | -3/+12 |
| | | |||||
* | | Fixed bug #60842, #51775 (Chunked response parsing error when chunksize ↵ | Ilia Alshanetsky | 2012-03-08 | 1 | -3/+3 |
| | | | | | | | | length line is > 10 bytes). | ||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Added new SoapClient option "keep_alive". FR #60329 | Pierrick Charron | 2011-11-18 | 1 | -3/+5 |
| | | |||||
* | | Prevent possible integer overflow | Dmitry Stogov | 2011-11-02 | 1 | -1/+1 |
| | | |||||
* | | fix potential integer overflow | Stanislav Malyshev | 2011-10-15 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy ↵ | Dmitry Stogov | 2010-10-05 | 1 | -0/+7 |
| | | | | | | | | with SoapClient object). | ||||
* | | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #50976 (Soap headers Authorization not allowed) | Dmitry Stogov | 2010-05-28 | 1 | -3/+12 |
| | | |||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+1 |
|/ | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | Don't free soap_headers just before comparing the length. This causes ↵ | Frank M. Kromann | 2010-01-13 | 1 | -1/+1 |
| | | | | SoapClient to fail when requesting a URL | ||||
* | - Addressing minor leak noticed while addressing bug #48590 | Sriram Natarajan | 2010-01-05 | 1 | -4/+3 |
| | |||||
* | - Fixed bug #48590 (SoapClient does not honor max_redirects) | Sriram Natarajan | 2010-01-05 | 1 | -0/+15 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #50219 (soap call Segmentation fault on a redirected url). | Pierrick Charron | 2009-11-21 | 1 | -6/+14 |
| | |||||
* | Fixed bug #46386 (Digest authentication with SOAP module fails against MSSQL | Ilia Alshanetsky | 2009-06-03 | 1 | -0/+5 |
| | | | | | | | SOAP services) #original patch by lordelph at gmail dot com | ||||
* | MFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting). | Ilia Alshanetsky | 2009-01-19 | 1 | -1/+5 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error ↵ | Dmitry Stogov | 2008-12-01 | 1 | -8/+22 |
| | | | | message) | ||||
* | Fixed bug #41534 (SoapClient over HTTPS fails to reestablish connection) | Dmitry Stogov | 2008-11-28 | 1 | -50/+29 |
| | |||||
* | Added ability to send user defined HTTP headers with SOAP request. | Dmitry Stogov | 2008-10-01 | 1 | -8/+74 |
| | |||||
* | MFH: Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build) | Joe Orton | 2008-04-04 | 1 | -1/+1 |
| | | | | | | (stotty at tvnet dot hu) MFH: Fix another case of a broken stream->fd cast in 64-bit builds. | ||||
* | Missing footer | Rasmus Lerdorf | 2008-02-22 | 1 | -0/+8 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran) | Dmitry Stogov | 2007-10-17 | 1 | -1/+1 |
| | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -1/+1 |
| | |||||
* | Fixed bug #41983 (Error Fetching http headers terminated by '\n') | Dmitry Stogov | 2007-07-24 | 1 | -9/+34 |
| | |||||
* | Fixed memleak | Dmitry Stogov | 2007-07-13 | 1 | -1/+10 |
| | |||||
* | %d -> %ld | Antony Dovgal | 2007-05-10 | 1 | -1/+1 |
| | |||||
* | Fixed random number generation for http auth mechanism in SOAP | Ilia Alshanetsky | 2007-05-10 | 1 | -2/+2 |
| | | | | | # Identified by Stefan Esser | ||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -1/+1 |
| | |||||
* | use snprintf | Stanislav Malyshev | 2007-02-21 | 1 | -1/+1 |
| |