History log of /PHP-7.3/ext/wddx/wddx.c (Results 126 – 150 of 293)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1, oci8-1.4.3
# 61501749 01-Aug-2010 Felipe Pena

- Fixed bug #52468 (wddx_deserialize corrupts integer field value when left empty)


# 88b087be 01-Aug-2010 Felipe Pena

- Fixed bug #52468 (wddx_deserialize corrupts integer field value when left empty)


Revision tags: php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1, php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, 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
# c353601a 16-Jun-2009 Felipe Pena

- MFH: Fixed bug #48562 (Reference recursion causes segfault when used in wddx_serialize_vars())


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
# 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, php-5.2.7RC4
# 75b07963 20-Nov-2008 Mark Karpeles

- MFH: ext/wddx: classes providing __sleep() are stored without properties (fixed)
- ext/wddx: fixed wddx_add_vars() ignoring first var in php 5.3


# 8258b703 20-Nov-2008 Felipe Pena

- MFH: Fixed memory leak in wddx_add_vars()


# 995deb9a 20-Nov-2008 Mark Karpeles

- MFH: #46496, wddx_serialize treats input as ISO-8859-1 (Mark Karpeles)


# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


# df100055 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: php-5.2.7RC2, php-5.2.7RC1
# 94fd10cd 11-Sep-2008 Rob Richards

MFH: fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement object)
add test


# 473019a9 24-Aug-2008 Felipe Pena

- MFH: CS


Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1
# 55f73684 01-Jul-2008 Felipe Pena

- Fixed types
- Fixed protos


# 2f295376 01-Jul-2008 Antony Dovgal

fix typo


# 2526420e 27-Jun-2008 Felipe Pena

- Added arginfo


# f23acf74 20-Jun-2008 Felipe Pena

- New parameter parsing API


Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6
# 2ecf4bb0 29-Apr-2008 Dmitry Stogov

Lazy EG(active_symbol_table) initialization


Revision tags: 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
# 73d031a3 20-Jan-2008 Ilia Alshanetsky

Optimize wddx boolean encoding


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1
# 05b536f2 07-Oct-2007 Antony Dovgal

one more fix


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)


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# b6762a89 11-Jun-2007 Ilia Alshanetsky

Fixed bug #41527 (WDDX deserialize numeric string array key).


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0
# c7010561 05-May-2007 Ilia Alshanetsky

Fixed bug #41283 (Bug with serializing array key that are doubles or
floats).


Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# 2ad036da 04-Mar-2007 Stanislav Malyshev

ik, make it memcpy


12345678910>>...12