History log of /PHP-5.5/ext/soap/soap.c (Results 101 – 125 of 316)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 400101ac 30-Oct-2007 Dmitry Stogov

Use heap-allocated return value


Revision tags: php-5.2.5RC1
# 4b4d634c 07-Oct-2007 Yiduo (David) Wang

MFH: Added macros for managing zval refcounts and is_ref statuses


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 6c810b0d 27-Sep-2007 Dmitry Stogov

Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)


# e56466ed 05-Sep-2007 Dmitry Stogov

Fixed bug #42214 (SoapServer sends clients internal PHP errors)


Revision tags: RELEASE_1_2_4
# 83647013 31-Aug-2007 Dmitry Stogov

Fixed bug #42359 (xsd:list type not parsed)


# fdf96bed 31-Aug-2007 Dmitry Stogov

Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic compliant wsdl)


Revision tags: RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1
# 8589a7f4 01-Aug-2007 Dmitry Stogov

Fixed bug #42151 (__destruct functions not called after catching a SoapFault exception)


Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# 6c5e9cc6 13-Jul-2007 Dmitry Stogov

Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result in major slowdown


Revision tags: php-5.2.3, RELEASE_1_4
# 0f6e099d 27-May-2007 Ilia Alshanetsky

Fixed bug #41477 (no arginfo about SoapClient::__soapCall()).


Revision tags: php-5.2.3RC1, RELEASE_1_2_0
# 0a63bd4d 06-May-2007 Ilia Alshanetsky

Allow SOAP extension's handler() to work even when
always_populate_raw_post_data is off.

# Tests will be updated in the next few days


Revision tags: php-4.4.7, php-5.2.2
# 3721cb9d 02-May-2007 Dmitry Stogov

Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL)


Revision tags: php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1
# 36c6ad91 02-Apr-2007 Dmitry Stogov

Fixed bug #37013 (server hangs when returning circular object references)


Revision tags: RELEASE_1_0_1
# 3ee54ce9 20-Mar-2007 Dmitry Stogov

Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors.


Revision tags: php-4.4.6
# cc04404b 27-Feb-2007 Ilia Alshanetsky

snprintf() -> slprintf()

# Part 1


# 50ea2676 24-Feb-2007 Marcus Boerger

- Avoid sprintf, even when checked copy'n'paste or changes lead to errors


Revision tags: php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# 84a827e0 18-Jan-2007 Antony Dovgal

MFH


Revision tags: php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5
# 557838ef 03-Oct-2006 Ilia Alshanetsky

Last set of zend_hash_init() optimizations


# f5375991 28-Sep-2006 Hannes Magnusson

MFH: fix arginfo&proto


# fa6c04c7 25-Sep-2006 Dmitry Stogov

Removed warning about unreferenced local variable


# f7f180f9 22-Sep-2006 Dmitry Stogov

Prevent access to dead zval


# f5d7dac3 20-Sep-2006 Dmitry Stogov

Added ability to make SOAP call userspace PHP<->XML converters


# ed260321 15-Sep-2006 Dmitry Stogov

Fixed memory leak


Revision tags: php-5.2.0RC4
# 8166284c 04-Sep-2006 Dmitry Stogov

Fixed bug #38700 (SoapClient::__getTypes never returns)


Revision tags: php-5.2.0RC3
# 92f1b46f 24-Aug-2006 Dmitry Stogov

Added SoapServer::setObject() method (it is a simplified version of SoapServer::setClass() method).


12345678910>>...13