History log of /PHP-7.3/ext/standard/var.c (Results 226 – 250 of 438)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 29ed52ff 18-Jul-2006 Dmitry Stogov

New memory manager


# 83ac7960 10-Jul-2006 Dmitry Stogov

Fixed bug #37947 (zend_ptr_stack reallocation problem)


Revision tags: php-4.4.3RC2, BEFORE_NEW_OUTPUT_API
# 5186ee9c 30-May-2006 Ilia Alshanetsky

Added memory_get_peak_usage() function for retrieving peak memory usage of
a PHP script.


Revision tags: 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
# f0cf877a 05-Apr-2006 Ilia Alshanetsky

Fixed bug #36957 (serialize() does not handle recursion).


Revision tags: php-5.1.3RC2
# 97f463c1 10-Mar-2006 Dmitry Stogov

Fixed debug_zval_dump() to support private and protected members


Revision tags: 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
# 5bd93221 01-Jan-2006 foobar

bump 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
# 8f4112bf 17-Oct-2005 Derick Rethans

- Fixed bug #29361 (var_export() producing invalid code). (Derick)


Revision tags: php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0
# 4b9b5505 16-Sep-2005 Antony Dovgal

fix #34505 (possible memory corruption when unmangling properties with empty names)
2nd part


# 56824385 12-Sep-2005 Dmitry Stogov

Better fix for exceptions in __sleep()


Revision tags: RELEASE_1_0RC1
# 6b0d0f7c 10-Sep-2005 Wez Furlong

allow exceptions thrown in __sleep to interrupt the serialization process. refs PECL #5217


Revision tags: PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, 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
# e4b1fb64 21-Jul-2005 Dmitry Stogov

Recursion protection


Revision tags: php-5.1.0b3, php-4.4.0, php-4.4.0RC2
# 62d4d8b8 28-Jun-2005 Stanislav Malyshev

fix handling of non-PHP classes (John Coggeshall)


Revision tags: php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 415ec469 08-Jun-2005 Dmitry Stogov

Fixed incorrect usage of zend_mangle_property_name() (valgrind errors)


# 9383e1b8 01-Jun-2005 Dmitry Stogov

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


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
# 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, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 13c2cbb5 17-Dec-2004 Derick Rethans

- MF43: Fixed bug #31072 (var_export() does not output an array element with an
empty string key). (Derick)


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH
# f0c9f998 08-Oct-2004 Marcus Boerger

speling


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH
# 91af7f39 05-Sep-2004 Marcus Boerger

- Add some checks when unserializing data to prevent buffer overflows


# 72000ecd 02-Sep-2004 Marcus Boerger

Fix memleak in serialize


Revision tags: php-4.3.9RC2
# 9996b5f7 29-Aug-2004 Ilia Alshanetsky

Fixed leak when serializing protected & private properties.


# dd553856 21-Aug-2004 Andrey Hristov

fix for bug 26737 : private & protected member variables not serialized
when user defined __sleep() is declared. Additionally E_NOTICE is
being thrown if __sleep() returns a non-existing memb

fix for bug 26737 : private & protected member variables not serialized
when user defined __sleep() is declared. Additionally E_NOTICE is
being thrown if __sleep() returns a non-existing member variable name

show more ...


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8
# c5b9577d 04-Jul-2004 Marcus Boerger

Fix TSRM build


# a92af731 03-Jul-2004 Moriyoshi Koizumi

- Bugfix #28325 (circular reference serialisation).


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# 19d0283c 20-May-2004 Andrey Hristov

for now removing ":public". Waiting for a decision? ":public" will require
quite a lot of phpt files changes.


12345678910>>...18