summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* MFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting).Ilia Alshanetsky2009-01-191-1/+5
* - New testFelipe Pena2009-01-051-0/+16
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3114-14/+14
* Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error mess...Dmitry Stogov2008-12-013-10/+36
* Fixed bug #41534 (SoapClient over HTTPS fails to reestablish connection)Dmitry Stogov2008-11-281-50/+29
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-1/+1
* Fixed bug #44882 (SOAP extension object decoding bug)Dmitry Stogov2008-11-273-8/+151
* Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter)Dmitry Stogov2008-11-272-0/+21
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-28/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+28
* - MFH: Fixed bug #46389 (NetWare needs small patch for _timezone) (patch by g...Felipe Pena2008-10-261-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-28/+0
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-6/+6
* wsDmitry Stogov2008-10-161-14/+14
* 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 request.Dmitry Stogov2008-10-011-8/+74
* Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float)Dmitry Stogov2008-10-012-1/+61
* MFH: - Added E_ERROR in constructorsFelipe Pena2008-09-151-34/+25
* Fixed a compiler warningIlia Alshanetsky2008-09-091-1/+1
* - MFH: Changed error level E_ERROR into E_WARNING in parameter validationFelipe Pena2008-09-082-39/+65
* - MFH: Removed the doubled error message (the error level is no longer E_ERROR)Felipe Pena2008-09-072-63/+49
* Disabled warning messages in SoapClient constructorDmitry Stogov2008-09-011-3/+11
* 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