History log of /PHP-7.4/ext/standard/var.c (Results 151 – 175 of 457)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7f527d80 26-Feb-2014 Xinchen Hui

Fixed reference handling in serialize/unserialize


# dc2d758c 25-Feb-2014 Xinchen Hui

Fixed segfaults


# b287591a 23-Feb-2014 Xinchen Hui

Refactor php_str_to_str returning zend_string


# 0e4cfad1 22-Feb-2014 Xinchen Hui

Refactor php_addcslashes using zend_string


# 64546842 21-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 52bd62ec 21-Feb-2014 Dmitry Stogov

Fixed assertions


# 43b03c74 18-Feb-2014 Xinchen Hui

Refacting smart_str


# 2b9b9afa 17-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 398256e5 14-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 40e053e7 13-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


# 4dc4302a 29-Oct-2013 Yasuo Ohgaki

Fixed Bug 64760 var_export() does not use full precision for floating-point numbers


# 9b46a15a 19-Oct-2013 Nikita Popov

Remove extraneous NULL check of Z_ARRVAL_P()

Z_ARRVAL_P() is never NULL


# 89733905 04-Oct-2013 Michael Wallner

fix bug #64146 (serialize incorrectly saving objects when they are
cloned)


# 4749457a 08-Jul-2013 Veres Lajos

HASH_KEY_NON_EXISTANT fix


# cfd10458 16-May-2013 Sara Golemon

Add optional second arg to unserialize()

Returns the number of bytes consumed by reference for
streaming unserialization.

Actual unserialization behavior is not modified at all.

Add optional second arg to unserialize()

Returns the number of bytes consumed by reference for
streaming unserialization.

Actual unserialization behavior is not modified at all.

The need for this came up while trying to parse SplDoublyLinkedList's
serialization format which uses a non-standard stream of serialized values.

show more ...


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, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 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
# 4f860a44 01-Oct-2012 Xinchen Hui

Avoding superfluous function call


Revision tags: php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6
# 45f33229 05-Aug-2012 Lonny Kapelushnik

var_export outputs an E_WARNING when recursion is detected


Revision tags: php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1
# 91e1df70 25-Jun-2012 Moriyoshi Koizumi

Fix bug #62373 (serialize() generates wrong reference to the object)


12345678910>>...19