summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-29/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+29
* - Fixed bug #46389 (NetWare needs small patch for _timezone) (patch by guente...Felipe Pena2008-10-261-1/+1
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-29/+0
* initialize optional varsArnaud Le Blanc2008-10-211-11/+11
* wsDmitry Stogov2008-10-161-18/+18
* Fixed bug #43723 (SOAP not sent properly from client for <choice>)Dmitry Stogov2008-10-161-5/+17
* Added ability to send user defined HTTP headers with SOAP requestDmitry Stogov2008-10-011-0/+67
* Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float)Dmitry Stogov2008-10-012-1/+61
* - Added E_ERROR in constructorsFelipe Pena2008-09-151-15/+9
* - Changed error level E_ERROR into E_WARNING in parameter validationFelipe Pena2008-09-082-32/+59
* - Removed the doubled error message (the error level is no longer E_ERROR)Felipe Pena2008-09-072-53/+46
* Disabled warning messages in SoapClient constructorDmitry Stogov2008-09-011-1/+4
* Fix tests: need simplexmlArnaud Le Blanc2008-07-234-0/+4
* Fix tests: soap tests in schema/ needs the xml extensionArnaud Le Blanc2008-07-231-0/+2
* Fixed testDmitry Stogov2008-07-221-1/+1
* - Added arginfoFelipe Pena2008-07-2239-79/+238
* Fixed SOAP binding selectionDmitry Stogov2008-06-184-7/+107
* - Removed unnecessary SKIPIF (unicode/tests/*)Felipe Pena2008-06-091-23/+0
* - Removed UEXPECT(F)Felipe Pena2008-05-2785-1222/+3
* Coding styleDavid Soria Parra2008-05-201-1/+2
* Allow non-long values for proxy_port, connection_timeout and convert themDavid Soria Parra2008-05-201-5/+6
* fix test namesAntony Dovgal2008-05-141-1/+1
* Fixed testDmitry Stogov2008-05-081-0/+1
* fix testAntony Dovgal2008-05-081-1/+1
* - Test for bug #44811David Coallier2008-05-071-0/+20
* - Fixed bug #44811 (Improve error message when creating new SoapClientDavid Coallier2008-05-071-1/+6
* Fix another case of a broken stream->fd cast in 64-bit builds.Joe Orton2008-04-041-1/+1
* Fixed SIGSEGV because of access to uninitialized dataDmitry Stogov2008-03-041-0/+1
* New macro for check void parametersFelipe Pena2008-02-281-4/+4
* Missing footer commentRasmus Lerdorf2008-02-221-0/+8
* more cosmeticsAntony 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/+413
* Remplemented support for SplArray using Traversable interface.Dmitry Stogov2008-01-092-16/+137
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-5/+0
* 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
* Fix typosEtienne Kneuss2007-11-131-3/+3
* Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)Dmitry Stogov2007-11-133-0/+78
* MFB: Fixed parse error described in bug #43228Ilia Alshanetsky2007-11-111-1/+1
* 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-2/+6
* Fixed bug #42773 (WSDL error causes HTTP 500 Response)Dmitry Stogov2007-11-011-1/+6
* Use heap-allocated return valueDmitry Stogov2007-10-301-9/+10
* Fixed possible crash because of uninitialized value (Zdash Urf)Dmitry Stogov2007-10-172-0/+68
* Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran)Dmitry Stogov2007-10-171-1/+1
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-073-19/+19