summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.c
Commit message (Collapse)AuthorAgeFilesLines
* too many dashesDmitry Stogov2017-02-211-1/+0
|
* Increase WSDL cache version (7.0 wsdl cache is incomatible with PHP-5)Dmitry Stogov2017-02-211-2/+13
| | | | Include WSDL cache version number into file name
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2015-11-121-1/+3
|\ \ | |/ | | | | | | * PHP-5.6: Fixed bug #70900 (SoapClient systematic out of memory error)
| * Fixed bug #70900 (SoapClient systematic out of memory error)Dmitry Stogov2015-11-121-1/+3
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2015-11-071-1/+1
|\ \ | |/ | | | | | | * PHP-5.6: Fix bug #70875 Segmentation fault if wsdl has no targetNamespace attribute
| * Fix bug #70875 Segmentation fault if wsdl has no targetNamespace attributeMatteo Beccati2015-11-071-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | Fixed memory leak in php_stream_context_set_option()Dmitry Stogov2015-10-291-1/+1
| |
* | Cleanup (removed dead code)Dmitry Stogov2015-07-011-1/+0
| |
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-17/+17
| | | | | | | | semantick changes).
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-9/+9
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-32/+31
| |
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+1
| | | | | | | | for better comparability with the mainstream
* | cleanup TSRMLS_FETCH in ext/soapAnatol Belski2014-09-261-1/+0
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Avoid double IS_INTERNED() checkDmitry Stogov2014-09-191-2/+1
| |
* | Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-3/+2
| |
* | Fix SOAP warningsNikita Popov2014-09-051-4/+4
| |
* | master renames phase 1Anatol Belski2014-08-251-20/+20
| |
* | ported ext/soapAnatol Belski2014-08-191-1/+1
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-17/+17
| |
* | Fixed persistent WSDL cacheDmitry Stogov2014-05-161-14/+28
| |
* | Fixed WSDL parsingDmitry Stogov2014-05-151-2/+2
| |
* | ext/soap support for phpng (incomplete - just compilable)Dmitry Stogov2014-05-151-577/+522
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'pull-request/500'Anatol Belski2013-11-051-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/500: limit virtual_cwd_activate() duplicated call to ZTS only reverted the previous commit, both calls are needed in TS mode virtual_cwd_activate() should be called only in one place back to do_alloca() removed unnecessary call simplify the state free macros compact the code to preserve the error info after state freeing back to do_alloca(), reverted the wrong replacement enabled windows to use stack in both ts/nts mode, some more fixes moved to do_alloca() usage where appropriate fixed invalid free fixed virtual cwd header in phar updated NEWS fixed all the places where last error could be lost preserve the error code applied and fixed the original patch initial move on renaming files and fixing includes Conflicts: ext/opcache/ZendAccelerator.c
| * initial move on renaming files and fixing includesAnatol Belski2013-10-171-1/+1
| |
* | - Moved allocation to if block to make Coverity happyFelipe Pena2013-10-191-9/+10
|/
* typo fixes (accommodate, parameter)Veres Lajos2013-06-101-2/+2
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-03-211-3/+7
|\ | | | | | | | | | | | | | | | | * 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 Stogov2012-03-211-3/+7
| |
| * Fixed bug #60887 (SoapClient ignores user_agent option and sends no ↵Dmitry Stogov2012-03-051-0/+7
| | | | | | | | User-Agent header)
| * Fixed basic HTTP authentication for WSDL sub requests.Dmitry Stogov2012-02-011-2/+2
| |
| * Fixed basic HTTP authentication for WSDL sub requestsDmitry Stogov2012-02-011-0/+34
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
| * Fixed WSDL loading using https through proxyDmitry Stogov2010-11-081-4/+7
| |
| * This incorrect contraction started to get on my eyes after I saw it for theRasmus Lerdorf2010-09-031-4/+4
| | | | | | | | | | 87th time while struggling with an annoying SOAP service.
| * Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable ↵Dmitry Stogov2010-05-051-1/+10
| | | | | | | | endpoints). (Justin Dearing)
* | Fixed bug #60887 (SoapClient ignores user_agent option and sends no ↵Dmitry Stogov2012-03-051-0/+7
| | | | | | | | User-Agent header)
* | Fixed basic HTTP authentication for WSDL sub requests.Dmitry Stogov2012-02-011-2/+2
| |
* | Fixed basic HTTP authentication for WSDL sub requestsDmitry Stogov2012-02-011-0/+34
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | Add php_ignore_value() macro to suppress unused return value warningsRasmus Lerdorf2011-05-161-1/+1
| | | | | | | | | | | | from gcc. There are times when we really don't care about the return value and this will cleanly tell gcc.
* | - Year++Felipe Pena2011-01-011-1/+1
| |