summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed WSDL loading using https through proxyDmitry Stogov2010-11-081-4/+7
* | Added TSRMLS macros into php_get_current_user()Kalle Sommer Nielsen2010-09-231-1/+1
* | - use TSRMLS_D/C with php_stream_context_allocPierre Joye2010-09-161-3/+3
* | 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
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #49144 (import of schema from different host transmits original aut...Dmitry Stogov2009-08-171-0/+60
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error mess...Dmitry Stogov2008-12-011-0/+12
* Fixed SOAP binding selectionDmitry Stogov2008-06-181-2/+2
* - Fixed bug #44811 (Improve error message when creating a new SoapClient that...David Coallier2008-05-071-1/+7
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #42952 (soap cache file is created with insecure permissions)Dmitry Stogov2007-11-231-3/+11
* Fixed bug #41337 WSDL parsing doesn't ignore non soap bindingsDmitry Stogov2007-05-211-1/+1
* Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings)Dmitry Stogov2007-05-101-1/+9
* use safe_emallocStanislav Malyshev2007-02-231-5/+5
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Optimize out zend_hash_num_elements() callIlia Alshanetsky2006-12-211-2/+2