summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.c
Commit message (Expand)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
* 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
|\
| * 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
|\ \ | |/
| * 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
|\ \ | |/
| * 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 s...Dmitry Stogov2015-06-301-17/+17
* | 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
* | 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
|\
| * 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
|\
| * 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 User-Agen...Dmitry Stogov2012-03-051-0/+7
| * 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
| * Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable endp...Dmitry Stogov2010-05-051-1/+10
* | Fixed bug #60887 (SoapClient ignores user_agent option and sends no User-Agen...Dmitry Stogov2012-03-051-0/+7
* | 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
* | - Year++Felipe Pena2011-01-011-1/+1