summaryrefslogtreecommitdiff
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
* Fixed bug #27175 (tzset() is not being called by PHP on startup).Ilia Alshanetsky2004-02-091-1/+5
* ChangeLog update2004-02-092-0/+36
* - 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
* - Change from PHP5 -> PHP 5Andi Gutmans2004-02-084-7/+7
* Update to new APIZeev Suraski2004-02-082-2/+2
* Fix write-mode of overloaded objects when using array dimensionsZeev Suraski2004-02-083-20/+18
* - Check if free_storage existsAndi Gutmans2004-02-081-1/+3
* ChangeLog update2004-02-081-0/+21
* Fixed bug #27171foobar2004-02-071-1/+1
* fixed cast warningGeorg Richter2004-02-071-1/+1
* * obsoleteStig Bakken2004-02-071-285/+0
* fix PATH_SEPARATOR issues - was defined in PHP 4.3.0, but documentation never...Greg Beaver2004-02-071-0/+9
* ChangeLog update2004-02-071-0/+19
* 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
* Fixed possible memory leak with INI values.Ilia Alshanetsky2004-02-061-2/+2
* Do not initialize & create vars unless they will be used.Ilia Alshanetsky2004-02-061-3/+3
* ChangeLog update2004-02-062-0/+46
* typoAndrey Hristov2004-02-051-1/+1
* PHP API was changed (see readme.html for more details).Dmitry Stogov2004-02-0524-290/+872
* Committing for Jan.Sebastian Bergmann2004-02-051-4/+6
* 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
* Bug fixing news.Ilia Alshanetsky2004-02-051-0/+2
* Fixed bug #27145 (Unmangle private/protected property names before printingIlia Alshanetsky2004-02-052-2/+21
* Updating tests that got left behind when we changed to studlyCapsJohn Coggeshall2004-02-054-6/+7
* ChangeLog update2004-02-052-0/+235
* Fix exceptions happening inside internal functions called throughZeev Suraski2004-02-041-6/+5
* Fix annoying warningMarcus Boerger2004-02-041-1/+1
* Remove double initializationZeev Suraski2004-02-041-2/+0
* Parse command line ini directives passed using -d before -i, to ensureIlia Alshanetsky2004-02-041-10/+12
* Fix a bug in the persistent socket liveness checks and feof(); they wereWez Furlong2004-02-043-4/+11
* Add new prototypeMarcus Boerger2004-02-041-0/+1
* Fix reflectionMarcus Boerger2004-02-042-6/+6
* Add testMarcus Boerger2004-02-041-0/+54
* The &new is no longer needed, prevent E_STRICT messageMarcus Boerger2004-02-041-3/+1