Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 6 | -8/+8 |
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-06-10 | 1 | -2/+2 |
|\ | |||||
| * | typo fixes (accommodate, parameter) | Veres Lajos | 2013-06-10 | 1 | -2/+2 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-05-13 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-05-13 | 1 | -4/+4 |
| |\ | |||||
| | * | fix heap overflow warnings on win x64 debug crt | Anatol Belski | 2013-05-13 | 1 | -4/+4 |
* | | | Added SoapClient constructor option 'ssl_method' to specify ssl method | Dmitry Stogov | 2013-04-30 | 3 | -2/+82 |
* | | | Fix whitespace issue in the SOAP test | Nikita Popov | 2013-03-28 | 1 | -1/+1 |
* | | | Fix SOAP test | Nikita Popov | 2013-03-28 | 1 | -5/+0 |
* | | | Add support for non-scalar Iterator keys in foreach | Nikita Popov | 2013-03-12 | 1 | -14/+5 |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Johannes Schlüter | 2013-02-21 | 1 | -4/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2013-02-21 | 1 | -4/+6 |
| |\ \ | | |/ | |||||
| | * | Fix TSRM (after afc1debb) | Johannes Schlüter | 2013-02-21 | 1 | -4/+6 |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2013-02-20 | 1 | -2/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-20 | 1 | -2/+9 |
| |\ \ | | |/ | |||||
| | * | Fixed external entity loading | Dmitry Stogov | 2013-02-20 | 1 | -2/+9 |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2013-02-13 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-13 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Proper bit reset code | Dmitry Stogov | 2013-02-13 | 1 | -2/+2 |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2013-02-07 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-07 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Disabled external entities loading | Dmitry Stogov | 2013-02-07 | 1 | -0/+2 |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2013-02-07 | 1 | -1/+31 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-07 | 1 | -1/+31 |
| |\ \ | | |/ | |||||
| | * | Check if soap.wsdl_cache_dir confirms to open_basedir | Dmitry Stogov | 2013-02-07 | 1 | -1/+35 |
| | * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 14 | -14/+14 |
| * | | Happy New Year | Xinchen Hui | 2013-01-01 | 14 | -14/+14 |
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-11-29 | 1 | -21/+3 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests) | Dmitry Stogov | 2012-11-29 | 1 | -21/+3 |
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 14 | -14/+14 |
* | | | Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests) | Dmitry Stogov | 2012-11-29 | 1 | -21/+3 |
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-10 | 67 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 67 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 67 | -0/+0 |
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-09-03 | 1 | -3/+4 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice). | Dmitry Stogov | 2012-09-03 | 1 | -3/+4 |
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-09-03 | 2 | -0/+70 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice) | Dmitry Stogov | 2012-09-03 | 2 | -0/+70 |
| | * | Fix #62432 ReflectionMethod random corrupt memory on high concurrent | Johannes Schlüter | 2012-06-27 | 1 | -1/+1 |
* | | | Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice) | Dmitry Stogov | 2012-09-03 | 1 | -3/+4 |
* | | | Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice) | Dmitry Stogov | 2012-09-03 | 2 | -0/+70 |
* | | | remove remaining traces of unicode.* ini settings | Nuno Lopes | 2012-05-27 | 1 | -3/+0 |
|/ / | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | zoe slattery | 2012-05-15 | 2 | -6/+2 |
|\ \ | |/ | |||||
| * | Change impl of GZIP_POST, DEFLATE_POST. See #62021 | zoe slattery | 2012-05-15 | 2 | -6/+2 |
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-16 | 2 | -1/+53 |
|\ \ | |/ | |||||
| * | Fix bug 61719 ext\soap\tests\bugs\bug31422.phpt fails | Anatoliy Belsky | 2012-04-16 | 2 | -1/+53 |
* | | 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 |
|\ \ | |/ | |||||
| * | 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 |