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


# aafb2b15 20-May-2004 Andrey Hristov

var_dump() now shows private and protected member variables.
Not BC is that since now the public variables are explicitly shown as public
Example :

class a{ protected $a=1; private $

var_dump() now shows private and protected member variables.
Not BC is that since now the public variables are explicitly shown as public
Example :

class a{ protected $a=1; private $b=2;var $c=3;} $a=new a(); var_dump($a);

object(a)#1 (3) {
["a:protected"]=>
int(1)
["b:private"]=>
int(2)
["c:public"]=>
int(3)
}

show more ...


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4
# deb84bef 18-Mar-2004 Dmitry Stogov

BUG #27469 was fixed (serialize() objects of incomplete class)


Revision tags: php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# b303ba08 08-Mar-2004 Ard Biesheuvel

More wordsize fixes


# 61122607 08-Mar-2004 Ilia Alshanetsky

Fixed compiler warnings.


# 81f05c18 25-Feb-2004 Ard Biesheuvel

Wordsize fixes


Revision tags: php-4.3.5RC3
# 794975d9 16-Feb-2004 Stanislav Malyshev

ce is not used, don't get it


Revision tags: php-5.0.0b4, php-5.0.0b4RC1
# 1c433049 05-Feb-2004 Stanislav Malyshev

fix serialization


Revision tags: php-4.3.5RC2
# 3fd027c5 03-Feb-2004 Stanislav Malyshev

fix bug #27120 and bug #25975 - preserve is_ref when bound
objects are serialized


Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


# 6923a16c 03-Jan-2004 Derick Rethans

- Fixed var_export() to show public, protected and private modifiers properly.
- Exported (un)mangle_property_name.


# 287834a5 28-Dec-2003 Derick Rethans

- Fix typo


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 91052eb9 29-Nov-2003 Ilia Alshanetsky

Fixed bug #26458 (var_dump(), var_export(), debug_zval_dump() not binary
safe for array keys).


# 28277f1d 28-Nov-2003 Wez Furlong

fix #26001; serialize crashes when accessing an overloaded
object that has no properties (NULL hashtable).


# bb6f3a11 04-Nov-2003 Moriyoshi Koizumi

Fixed bug #24394 (serializing cross-referenced objects causes segfault)


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# ed40a56c 08-Oct-2003 Moriyoshi Koizumi

Oops..


# f4595d18 08-Oct-2003 Moriyoshi Koizumi

Better fix for bug #25758


12345678910>>...12