History log of /PHP-5.5/ext/standard/var_unserializer.re (Results 51 – 75 of 114)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 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
# 17c74633 19-Mar-2008 Felipe Pena

MFB: Fixed bug #43614 (incorrect processing of numerical string keys of array in arbitrary serialized data)


Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8, php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1
# cb0991bb 17-Oct-2007 Dmitry Stogov

Fixed bug #42919 (Unserializing of namespaced class object fails)


# 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
# e029a0ee 29-Sep-2007 Nuno Lopes

fix a few compiler warnings (mostly use of unitialized values)


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
# 6bd9f53a 06-Aug-2007 Jani Taskinen

- fix ws


# 57f3c5b3 06-Aug-2007 Ilia Alshanetsky

Fixed compiler warning


Revision tags: php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# fe9a8266 09-Jul-2007 Dmitry Stogov

Proper fix for MOPB-29


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, 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
# 2c06cea7 27-Mar-2007 Antony Dovgal

MFH: fix compile warning


# 0af75d6b 23-Mar-2007 Stanislav Malyshev

fix MOPB-29 - unserialize modifier S does not calculate length correctly
# reported by Stefan Esser


Revision tags: php-4.4.6, 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, php-4.4.5RC1, php-5.2.1RC2, php-5.2.1RC1
# 8f5310af 15-Dec-2006 Andrei Zmievski

Support for 'S' format in unserialize() (forward compatibility with PHP
6)


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# e3fd3150 01-Jan-2006 foobar

bump the year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE
# 020f1ba9 05-Sep-2005 foobar

MFH: - Fixed bug #34311 (unserialize() crashes with characters above 191 dec)


Revision tags: php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 9383e1b8 01-Jun-2005 Dmitry Stogov

Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)


# b185ee03 31-May-2005 foobar

- Fixed bug with unserialize() with "exotic" letters in class names
# Patch by: Christian Schneider <cschneid@cschneid.com>


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 22fcd1aa 10-Mar-2005 Marcus Boerger

- Fix #31442 unserialize broken on 64-bit systems
- Fix one warning


# 9c08e3cc 07-Mar-2005 Marcus Boerger

- Update signature


# e2f1b375 28-Feb-2005 Stefan Esser

This way around for correct error messages


# b7476a5b 28-Feb-2005 Stefan Esser

Drop invalid arrays


# 634a5ec6 27-Feb-2005 Stanislav Malyshev

fix typo


# 8919a7ae 24-Feb-2005 Stanislav Malyshev

fix typo


# 0ef1f503 23-Feb-2005 Stefan Esser

Correcting bounds check before someone uses this code


# db3fdce3 23-Feb-2005 Stanislav Malyshev

Custom object serializer infrastructure - PHP implementation
# The detailed announce on the list will follow


Revision tags: RELEASE_0_2_4
# ff8055fc 14-Feb-2005 Marcus Boerger

- Disallow illegal class names


Revision tags: RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 112eb3b3 30-Jan-2005 Ilia Alshanetsky

Fix handling of INF/NAN in unserialize().


12345