Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-08-04 | 1 | -10/+13 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: update NEWS fix test update NEWS Fix bug #70019 - limit extracted files to given directory Do not do convert_to_* on unserialize, it messes up references Fix #69793 - limit what we accept when unserializing exception Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList) Fixed bug #70166 - Use After Free Vulnerability in unserialize() with SPLArrayObject ignore signatures for packages too Fix bug #70168 - Use After Free Vulnerability in unserialize() with SplObjectStorage Fixed bug #69892 Fix bug #70014 - use RAND_bytes instead of deprecated RAND_pseudo_bytes Improved fix for Bug #69441 Fix bug #70068 (Dangling pointer in the unserialization of ArrayObject items) Fix bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref) Fix bug #70081: check types for SOAP variables Conflicts: ext/soap/php_http.c ext/spl/spl_observer.c | ||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-08-04 | 1 | -10/+13 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix bug #70019 - limit extracted files to given directory Do not do convert_to_* on unserialize, it messes up references Fix #69793 - limit what we accept when unserializing exception Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList) Fixed bug #70166 - Use After Free Vulnerability in unserialize() with SPLArrayObject ignore signatures for packages too Fix bug #70168 - Use After Free Vulnerability in unserialize() with SplObjectStorage Fixed bug #69892 Fix bug #70014 - use RAND_bytes instead of deprecated RAND_pseudo_bytes Improved fix for Bug #69441 Fix bug #70068 (Dangling pointer in the unserialization of ArrayObject items) Fix bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref) Fix bug #70081: check types for SOAP variables Conflicts: .gitignore ext/date/php_date.c ext/spl/spl_array.c ext/spl/spl_observer.c | ||||
| | * | Fix bug #70081: check types for SOAP variables | Stanislav Malyshev | 2015-07-26 | 1 | -10/+13 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Reeze Xia | 2015-03-03 | 1 | -8/+15 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | * PHP-5.5: Improve fix for bug 67741 Added type checks Added type checks | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2015-03-03 | 1 | -8/+15 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | * PHP-5.4: Added type checks Conflicts: ext/soap/soap.c | ||||
| | * | Added type checks | Dmitry Stogov | 2015-03-03 | 1 | -8/+15 |
| | | | |||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
| * | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | | | |||||
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
* | | | fix bug #67955 | Philip Hofstetter | 2014-09-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this fixes a regression from 6c2a8068207a02b3d7ae7416a9967dad0a81e61f. smart_str_appendl is expecting the length as the length of the string, but key_length is the byte length of the key, including the 0 terminator. As such, the cookie name appeneded to the header would now also include the 0 terminator of the key name which then would be sent to the server. | ||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
* | | | Avoid interned hash key duplication and hash key length recaclulation | Dmitry Stogov | 2013-11-29 | 1 | -2/+3 |
| | | | |||||
* | | | 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 |