summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small hash table optimizationIlia Alshanetsky2006-11-301-1/+1
* Added ability to make SOAP call userspace PHP<->XML convertersDmitry Stogov2006-09-201-4/+0
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-111-58/+58
* Fixed bug #37862 (Integer pointer comparison to numeric value)Dmitry Stogov2006-06-261-1/+1
* Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and L...Dmitry Stogov2006-04-191-107/+147
* Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching cod...Dmitry Stogov2006-04-181-5/+10
* Some encodings were assumed to be default and, thus, were not madeAndrei Zmievski2006-04-171-5/+5
* Fixed several bugs in new "caching WSDL in memory" codeDmitry Stogov2006-04-171-23/+32
* ZTS fixDmitry Stogov2006-04-101-1/+1
* Speed up SoapClient/SoapServer constructors by caching WSDL structuresAndrei Zmievski2006-04-091-6/+970