summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_1_3RC3'.php-5.1.3RC3SVN Migration2006-04-201-1064/+46
* 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
* MFH: initialize variables and reduce the number of warningsAntony Dovgal2006-02-061-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed possible SIGSEGV (Rob Richards)Dmitry Stogov2005-12-091-4/+4
* Fixed bug #35399 (Since fix of bug #35273 SOAP decoding of soapenc:base64bina...Dmitry Stogov2005-11-281-0/+34
* Fixed bug #35273 (Error in mapping soap - java types)Dmitry Stogov2005-11-181-11/+27
* Fixed bug #34950 (Unable to get WSDL through proxy)Dmitry Stogov2005-10-241-0/+6
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed ZTS buildDmitry Stogov2005-08-021-3/+3
* "_local_cert" and "_passphrase" properties moved into "_stream_context".Dmitry Stogov2005-07-201-2/+9
* Fixed HTTP basic authentication headers during subrequsts to xsd filesDmitry Stogov2005-07-081-33/+58
* Fixed bug #32941 (Sending structured SOAP fault kills a php)Dmitry Stogov2005-06-011-14/+19
* Fixed WSDL cache bugDmitry Stogov2005-04-291-3/+3
* Support for element's form and schema's elementFormDefault attributes (qualif...Dmitry Stogov2005-04-201-1/+3
* Fixed wrong SOAP headers encoding/decoding.Dmitry Stogov2005-03-281-1/+5
* Support for <soap:body> "parts" attributeDmitry Stogov2005-03-211-8/+38
* Revert bad fixfoobar2005-03-171-1/+1
* Fix Jani breakageRasmus Lerdorf2005-03-161-1/+1
* Fixed SIGSEGV when restoring WSDL without functions from cacheDmitry Stogov2005-01-311-1/+1
* Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)Dmitry Stogov2004-11-091-8/+42
* Fix TSRM buildMarcus Boerger2004-09-261-1/+0
* Fixed bug #30182 (SOAP module processing WSDL file dumps core).Dmitry Stogov2004-09-221-2/+3
* Fixed bug #29839 (incorrect convert (xml:lang to lang))Dmitry Stogov2004-08-261-30/+0
* Fixed bug #29839 (incorrect convert (xml:lang to lang))Dmitry Stogov2004-08-261-29/+65
* Fixed bugs #29109 and #29236. (WSDL cache failure)Dmitry Stogov2004-07-191-20/+16
* Eliminate alloca() calls where they can be affected by the users.Ilia Alshanetsky2004-07-051-8/+8
* php_error() -> php_error_docref() (Marcus, Dmitry)Dmitry Stogov2004-05-051-51/+51
* Fixed bug #27742 (WDSL SOAP Parsing Schema bug)Dmitry Stogov2004-04-021-1/+1
* Some small improvments, support for new style constructors, support for excep...Dmitry Stogov2004-04-011-16/+16
* WSDL support for <soap:headerfault> was implementedDmitry Stogov2004-02-241-81/+164
* Don't try to use <input> name instead of <opeartion> name for encoding RPC callDmitry Stogov2004-02-191-1/+7
* WSDL caching bugs were fixedDmitry Stogov2004-02-191-9/+9
* Support for SOAP Fault encoding according to WSDL <fault> and <soap:fault>Dmitry Stogov2004-02-191-41/+208
* support for XMLSchema <element> nillable attributeDmitry Stogov2004-02-171-9/+7
* fix: Using proper namespace for <soap:header> if it is not specified.Dmitry Stogov2004-02-171-14/+17
* BUGFIX: incorrect restoring of negative integers from WSDL cacheDmitry Stogov2004-02-161-1/+1
* Source cleanupDmitry Stogov2004-02-131-55/+80
* Old in-memory WSDL cache was removed (it was already switched off by #ifdef)Dmitry Stogov2004-02-131-122/+111
* WSDL support for unknown extensibility elements and wsdl:required attribute (...Dmitry Stogov2004-02-121-155/+236
* Cache files access rights were changed.Dmitry Stogov2004-02-111-0/+4
* Now SoapClient uses excptions as default method for error reportingDmitry Stogov2004-02-111-35/+36
* WSDL caching was implementedDmitry Stogov2004-02-101-8/+1105
* fixDmitry Stogov2004-02-061-3/+3
* optimizationDmitry Stogov2004-02-061-17/+30