History log of /php-src/ext/standard/var_unserializer.re (Results 226 – 250 of 322)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 6bfedfd2 10-Apr-2014 Dmitry Stogov

Fixed unserialize()

# 0ae14f3a 10-Apr-2014 Dmitry Stogov

Fixed access to uninitialized data

# 6ee5e813 09-Apr-2014 Dmitry Stogov

var_push_dtor_no_addref() is useles (var_push_dtor() doesn't work properly as well)

# c6cba554 27-Mar-2014 Dmitry Stogov

Use ZVAL_DEREF() macro

# 887189ca 26-Mar-2014 Dmitry Stogov

Refactored IS_INDIRECT usage for CV and object properties to support HashTable resizing

# 62c448ab 17-Mar-2014 Dmitry Stogov

Fixed serialize/unserialize problems

# 24540362 26-Feb-2014 Xinchen Hui

Re-fixed unserialize

# b7052ef1 26-Feb-2014 Xinchen Hui

Revert "Fixed unserialize implementation (it's complicated, this issue took me 4 hours :<, need some review)"

This reverts commit 80a178015d6b162ff0ba7a8e8f5a08c88829cc3c.

# 80a17801 26-Feb-2014 Xinchen Hui

Fixed unserialize implementation (it's complicated, this issue took me 4 hours :<, need some review)

# 7f527d80 26-Feb-2014 Xinchen Hui

Fixed reference handling in serialize/unserialize

# 595741f6 25-Feb-2014 Xinchen Hui

Fixed test fail in ext/standard/tests/serialize/bug64354_1.php

# dc2d758c 25-Feb-2014 Xinchen Hui

Fixed segfaults

# 398256e5 14-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)

# 1ac4d8f2 29-Jul-2013 Michael Wallner

fix bug #65481 (shutdown segfault due to serialize)

Revision tags: php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13
# f52b2e6a 09-Mar-2013 Xinchen Hui

Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail)

about the __sleep one, since php_serialize_* are all void function,
so,,only check exception at the v

Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail)

about the __sleep one, since php_serialize_* are all void function,
so,,only check exception at the very begining

show more ...

Revision tags: php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4
# 86c1a261 21-Jan-2013 Xinchen Hui

Merge fix of #62836 to ?.re, and regenerate ?.c

Revision tags: php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year

Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0
# ee772f60 28-Feb-2012 Pierre Joye

- fix bug #60879, unserialize does not invoke __wakeup

Revision tags: php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# 4e198252 01-Jan-2012 Felipe Pena

- Year++

Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1
# 6781229e 09-Nov-2011 Felipe Pena

- Make valgrind happy with session_decode_error2.phpt

Revision tags: php-5.3.9RC1, php-5.4.0beta2
# b6921369 19-Oct-2011 Michael Wallner

Fix Bug #55801 Behavior of unserialize has changed:
(un)serialize in __wakeup/__sleep now use clean var_hashes

# ecfa660a 28-Sep-2011 Gustavo André dos Santos Lopes

- Fixed #55798: serialize followed by unserialize with numeric object prop.
gives integer prop.

Revision tags: php-5.4.0beta1, yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1, php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++

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
# 208aa102 18-Sep-2010 Kalle Sommer Nielsen

Improved performance of unserialize(), original patch by galaxy dot mipt at gmail dot com

Revision tags: oci8-1.4.3
# 31e6390a 06-Aug-2010 Rasmus Lerdorf

Do these ops in the right order here. First of many fixes for
bug #52550

12345678910>>...13