Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2 |
|
#
f1d54339 |
| 21-Nov-2009 |
Felipe Pena |
- Fixed bug #50258 (typos in error strings)
|
Revision tags: php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10 |
|
#
aa881198 |
| 15-Jun-2009 |
Felipe Pena |
- MFH: Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers) patch by David Zülke <david.zuelke at bitextender.com>
|
Revision tags: php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
f946918f |
| 26-Jan-2009 |
Dmitry Stogov |
Fixed bug #46419 (Elements of associative arrays with NULL value are lost)
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3.
|
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5 |
|
#
725640d8 |
| 27-Nov-2008 |
Dmitry Stogov |
Fixed bug #44882 (SOAP extension object decoding bug)
|
Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
5153c197 |
| 26-Oct-2008 |
Felipe Pena |
- MFH: Fixed bug #46389 (NetWare needs small patch for _timezone) (patch by guenter at php.net)
|
Revision tags: php-5.2.7RC2 |
|
#
ec7cca7f |
| 16-Oct-2008 |
Dmitry Stogov |
ws
|
#
001a548b |
| 16-Oct-2008 |
Dmitry Stogov |
Fixed bug #43723 (SOAP not sent properly from client for <choice>)
|
Revision tags: php-5.2.7RC1 |
|
#
71aad5da |
| 01-Oct-2008 |
Dmitry Stogov |
Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float)
|
Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1 |
|
#
18226f79 |
| 09-Jan-2008 |
Dmitry Stogov |
Remplemented support for SplArray using Traversable interface.
|
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
#
964b8bb3 |
| 27-Dec-2007 |
Dmitry Stogov |
Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua Reese, Dmitry)
|
Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1 |
|
#
68bacdd7 |
| 17-Oct-2007 |
Dmitry Stogov |
Fixed possible crash because of uninitialized value (Zdash Urf)
|
#
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 |
|
#
10150ea7 |
| 27-Sep-2007 |
Dmitry Stogov |
Improved ext/soap to support element names in context of XMLShema's <any>
|
#
ee944bd1 |
| 05-Sep-2007 |
Dmitry Stogov |
Fixed bug #42488 (SoapServer reports an encoding error and the error itself breaks).
|
Revision tags: RELEASE_1_2_4 |
|
#
ba1f56cb |
| 31-Aug-2007 |
Dmitry Stogov |
Fixed bug #42326 (SoapServer crash)
|
Revision tags: RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3 |
|
#
8a61fc9b |
| 22-Aug-2007 |
Dmitry Stogov |
Fixed bug #42183 (classmap cause crashr in non-wsdl mode)
|
Revision tags: php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
3b27cd22 |
| 14-Jun-2007 |
Dmitry Stogov |
Fixed bug #41566 (SOAP Server not properly generating href attributes)
|
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0 |
|
#
97b338af |
| 04-May-2007 |
Dmitry Stogov |
- Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL). - Fixed bug #41004 (minOccurs="0" and null class member variable).
|
Revision tags: php-4.4.7, php-5.2.2 |
|
#
df61bae6 |
| 02-May-2007 |
Dmitry Stogov |
Reverted the following fixed because of php-5.2.2 release process - Fixed altering $this via argument named "this". - Fixed bug #41097 (ext/soap returning associative array as indexed without
Reverted the following fixed because of php-5.2.2 release process - 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).
show more ...
|
#
101a0f08 |
| 02-May-2007 |
Dmitry Stogov |
Fixed bug #41004 (minOccurs="0" and null class member variable)
|
#
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 |
|
#
fb2def7d |
| 06-Apr-2007 |
Andrei Zmievski |
Apologies. Didn't realize we were using custom snprintf().
|
#
8a1f3461 |
| 06-Apr-2007 |
Andrei Zmievski |
Typo?
|