History log of /PHP-7.0/ext/standard/var.c (Results 101 – 125 of 396)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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)


# e4271822 25-Jun-2012 Moriyoshi Koizumi

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


Revision tags: 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, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 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, php-5.3.9RC1, php-5.4.0beta2
# 849e7ae7 19-Oct-2011 Michael Wallner

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


# b6921369 19-Oct-2011 Michael Wallner

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


Revision tags: php-5.4.0beta1
# 4a25a774 13-Sep-2011 Dmitry Stogov

Fixed ZE specific compile warnings (Bug #55629)


# e43ff135 13-Sep-2011 Dmitry Stogov

Fixed ZE specific compile warnings (Bug #55629)


Revision tags: yaf-2.1.0
# 9fb62f33 23-Aug-2011 Xinchen Hui

Sync r314808 to 5_3 branch
Eliminated compiler warnings "comparison is always false", "cast to pointer from integer of different siz" and tail zero warnings


Revision tags: php-5.3.8, php-5.3.7
# fa1883de 12-Aug-2011 Xinchen Hui

Omitted GCC warning "comparison is always false"


# ba9546b8 12-Aug-2011 Xinchen Hui

Omitted GCC warning "comparison is always false"


12345678910>>...16