summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Allowing to report SOAP Fault with "return new SoapFault(...)"Dmitry Stogov2004-02-095-10/+123
* Allowing to pass request to SoapServer::handle direct (not through $HTTP_RAW_...Dmitry Stogov2004-02-093-188/+235
* Fixed bug #27172 (Possible floating point exception in gmp_powm()).Ilia Alshanetsky2004-02-091-0/+5
* - Initial releaseTimm Friebe2004-02-091-0/+70
* - Changed error_reporting setting to E_ALL so we get the noticesTimm Friebe2004-02-091-0/+2
* - Made server name and credentials contain something obviously incorrect.Timm Friebe2004-02-081-4/+4
* Update to new APIZeev Suraski2004-02-082-2/+2
* Fixed bug #27171foobar2004-02-071-1/+1
* fixed cast warningGeorg Richter2004-02-071-1/+1
* fixDmitry Stogov2004-02-061-3/+3
* optimizationDmitry Stogov2004-02-064-32/+46
* Fix build with Win32 Interbase 5.xArd Biesheuvel2004-02-062-2/+10
* fine tunefoobar2004-02-061-3/+3
* WSDL cache was disabled by default (see WSDL_CACHE macro)Dmitry Stogov2004-02-066-225/+280
* Free XML documents after WSDL parsing (they no longer need).Dmitry Stogov2004-02-068-265/+255
* prefer != "no" over = "yes". (it doesn't really matter for ext/soap, butWez Furlong2004-02-061-1/+1
* PHP5 and WIN32 support was improvedDmitry Stogov2004-02-068-35/+63
* Possible fix for bug #27165.Ilia Alshanetsky2004-02-061-1/+1
* Do not initialize & create vars unless they will be used.Ilia Alshanetsky2004-02-061-3/+3
* PHP API was changed (see readme.html for more details).Dmitry Stogov2004-02-0524-290/+872
* WSDL parsing speedup. Source cleanup.Dmitry Stogov2004-02-058-225/+272
* fix serializationStanislav Malyshev2004-02-051-1/+2
* fix test - remove warningStanislav Malyshev2004-02-051-1/+1
* fix bug #27149Antony Dovgal2004-02-051-2/+6
* Updating tests that got left behind when we changed to studlyCapsJohn Coggeshall2004-02-054-6/+7
* Fix annoying warningMarcus Boerger2004-02-041-1/+1
* Fix reflectionMarcus Boerger2004-02-041-3/+3
* Fix WarningMarcus Boerger2004-02-041-1/+1
* Unnecesurry namespaces was removed form SOAP fault responcesDmitry Stogov2004-02-0426-26/+26
* SoapServer::fault() method was implementedDmitry Stogov2004-02-041-1/+20
* SOAP Headers was implemented (near complete)Dmitry Stogov2004-02-0413-338/+528
* Fixed compile warnings.Ilia Alshanetsky2004-02-041-3/+3
* kill warningZeev Suraski2004-02-041-1/+1
* API updatesZeev Suraski2004-02-043-11/+11
* - Update with new destructor codeZeev Suraski2004-02-0412-58/+68
* Change destructor implementation (details will follow on internals@)Zeev Suraski2004-02-041-1/+1
* - Update libmbfl to the latest. This fixes several serious issues in the htmlMoriyoshi Koizumi2004-02-0421-166/+168
* Update testsMarcus Boerger2004-02-033-3/+3
* Initial support for client-part SOAP headers (very incomlete)Dmitry Stogov2004-02-0312-346/+841
* SoapServer constructor was extended by default SOAP version.Dmitry Stogov2004-02-035-3/+53
* touchfoobar2004-02-031-1/+1
* -remove obsolete typesAntony Dovgal2004-02-032-6/+14
* fix bug #27120 and bug #25975 - preserve is_ref when boundStanislav Malyshev2004-02-033-158/+230
* SQLITE_ENCODING should be UTF8 rather than UTF-8Stig Bakken2004-02-031-1/+1
* This should allow us to read dictionary locations from the win32 registry whe...Vlad Krupin2004-02-031-0/+26
* Fixed possible overflow.Ilia Alshanetsky2004-02-031-2/+2
* typo fixAndrey Hristov2004-02-021-1/+1
* TSRM fixesMarcus Boerger2004-02-023-13/+15
* Tests are executed with E_STRICTMarcus Boerger2004-02-021-1/+1
* fix: proper handling of SOAP 1.1 href and unresolved attributes referencesDmitry Stogov2004-02-026-4/+68