summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fix tests: need simplexmlArnaud Le Blanc2008-07-234-0/+4
* MFH: Fix tests: soap tests in schema/ needs the xml extensionArnaud Le Blanc2008-07-231-0/+2
* Fixed testDmitry Stogov2008-07-221-1/+1
* - MFH: Added arginfoFelipe Pena2008-07-2239-83/+271
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-5/+9
* - New parameter parsing APIFelipe Pena2008-06-221-36/+54
* Fixed SOAP binding selectionDmitry Stogov2008-06-184-7/+107
* Coding styleDavid Soria Parra2008-05-201-2/+3
* MFH: Allow non-long values for proxy_port, connection_timeout and convert themDavid Soria Parra2008-05-201-4/+5
* fix test namesAntony Dovgal2008-05-141-1/+1
* Fixed testDmitry Stogov2008-05-081-0/+1
* fix testAntony Dovgal2008-05-081-1/+1
* rename the testAntony Dovgal2008-05-071-2/+1
* - Fixed bug #44811 (Improve error message when creating a new SoapClient that...David Coallier2008-05-071-1/+7
* - Bug #44811 (Improved error message for creating invalid new SoapClient)David Coallier2008-05-071-0/+20
* MFH: Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)Joe Orton2008-04-041-1/+1
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* Fixed SIGSEGV because of access to uninitialized dataDmitry Stogov2008-03-041-0/+1
* Missing footerRasmus Lerdorf2008-02-221-0/+8
* MFHAntony Dovgal2008-02-151-1/+1
* Fixed bug #43507 (SOAPFault HTTP Status 500 - would like to be able to set th...Dmitry Stogov2008-02-151-1/+13
* Fixed wrong type castDmitry Stogov2008-01-161-1/+1
* Fixed broken soap.wsdl_cache_enabledDmitry Stogov2008-01-09199-20/+348
* Remplemented support for SplArray using Traversable interface.Dmitry Stogov2008-01-092-16/+133
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-5/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3114-14/+14
* Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua R...Dmitry Stogov2007-12-273-1/+136
* Fixed bug #42952 (soap cache file is created with insecure permissions)Dmitry Stogov2007-11-231-3/+11
* MFH: fix typosEtienne Kneuss2007-11-131-3/+3
* Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)Dmitry Stogov2007-11-133-0/+78
* Fixed parse error described in bug #43228Ilia Alshanetsky2007-11-111-1/+1
* Fixed testDmitry Stogov2007-11-071-2/+2
* Another fix for bug #42773Dmitry Stogov2007-11-011-6/+17
* Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result ...Dmitry Stogov2007-11-011-4/+36
* Fixed bug #42773 (WSDL error causes HTTP 500 Response)Dmitry Stogov2007-11-011-1/+6
* Use heap-allocated return valueDmitry Stogov2007-10-301-10/+11
* Fixed possible crash because of uninitialized value (Zdash Urf)Dmitry Stogov2007-10-172-2/+70
* Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran)Dmitry Stogov2007-10-171-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-074-14/+14
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-7/+7
* Improved ext/soap to support element names in context of XMLShema's <any>Dmitry Stogov2007-09-272-29/+113
* Fixed bug #42214 (SoapServer sends clients internal PHP errors)Dmitry Stogov2007-09-053-20/+63
* Fixed bug #42488 (SoapServer reports an encoding error and the error itself b...Dmitry Stogov2007-09-052-4/+63
* Fixed bug #42359 (xsd:list type not parsed)Dmitry Stogov2007-08-314-6/+138
* Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic com...Dmitry Stogov2007-08-313-2/+188
* Fixed bug #42326 (SoapServer crash)Dmitry Stogov2007-08-313-3/+139
* Fixed bug #42183 (classmap cause crashr in non-wsdl mode)Dmitry Stogov2007-08-222-1/+31
* Fixed bug #42151 (__destruct functions not called after catching a SoapFault ...Dmitry Stogov2007-08-012-0/+35
* Fixed bug #41983 (Error Fetching http headers terminated by '\n')Dmitry Stogov2007-07-241-9/+34
* Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result ...Dmitry Stogov2007-07-131-4/+32