summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | #in preparation for the gcc 4 visibility patch
* 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 ↵Dmitry Stogov2007-12-273-1/+136
| | | | Reese, Dmitry)
* 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
| | | | in major slowdown)
* 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 ↵Dmitry Stogov2007-09-052-4/+63
| | | | breaks).
* Fixed bug #42359 (xsd:list type not parsed)Dmitry Stogov2007-08-314-6/+138
|
* Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic ↵Dmitry Stogov2007-08-313-2/+188
| | | | compliant wsdl)
* 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
| | | | exception)
* 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
| | | | in major slowdown
* Fixed memleakDmitry Stogov2007-07-131-1/+10
|
* Fixed bug #41566 (SOAP Server not properly generating href attributes)Dmitry Stogov2007-06-142-0/+73
|
* Fixed bug #41477 (no arginfo about SoapClient::__soapCall()).Ilia Alshanetsky2007-05-272-5/+25
|
* Fixed bug #41337 WSDL parsing doesn't ignore non soap bindingsDmitry Stogov2007-05-214-1/+96
|
* %d -> %ldAntony Dovgal2007-05-101-1/+1
|
* Fixed random number generation for http auth mechanism in SOAPIlia Alshanetsky2007-05-101-2/+2
| | | | | # Identified by Stefan Esser
* Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings)Dmitry Stogov2007-05-103-1/+84
|
* fix tests (add precision)Antony Dovgal2007-05-0796-1/+193
|
* Fixed SOAP tests and added additional tests to ensure processing POST dataIlia Alshanetsky2007-05-0762-93/+147
| | | | | works based on server001.phpt
* fix test namesAntony Dovgal2007-05-0714-16/+16
|
* Allow SOAP extension's handler() to work even whenIlia Alshanetsky2007-05-061-15/+7
| | | | | | | always_populate_raw_post_data is off. # Tests will be updated in the next few days
* - Fixed bug #41097 (ext/soap returning associative array as indexed withoutDmitry Stogov2007-05-041-2/+8
| | | | | | using WSDL). - Fixed bug #41004 (minOccurs="0" and null class member variable).
* Reverted the following fixed because of php-5.2.2 release processDmitry Stogov2007-05-021-8/+2
| | | | | | | | - Fixed altering $this via argument named "this". - Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL). - Fixed bug #41004 (minOccurs="0" and null class member variable).
* Fixed bug #41004 (minOccurs="0" and null class member variable)Dmitry Stogov2007-05-023-0/+107
|
* New testDmitry Stogov2007-05-021-0/+45
|
* Fixed bug #41097 (ext/soap returning associative array as indexed without ↵Dmitry Stogov2007-05-023-2/+35
| | | | using WSDL)
* Fixed testDmitry Stogov2007-04-221-2/+2
|
* improve testAntony Dovgal2007-04-111-1/+2
|
* skip test if openssl is presentAntony Dovgal2007-04-101-1/+10
|
* Apologies. Didn't realize we were using custom snprintf().Andrei Zmievski2007-04-061-1/+1
|
* Typo?Andrei Zmievski2007-04-061-1/+1
|
* Fixed bug #37013 (server hangs when returning circular object references)Dmitry Stogov2007-04-0216-31/+438
|
* Fixed testDmitry Stogov2007-04-021-2/+2
|