History log of /PHP-8.2/ext/standard/var.c (Results 251 – 275 of 530)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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
# 60a28093 01-Oct-2012 Xinchen Hui

Merge branch 'PHP-5.3' into PHP-5.4


# 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++

# 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
# 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)

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
# ba9546b8 12-Aug-2011 Xinchen Hui

Omitted GCC warning "comparison is always false"

Revision tags: php-5.3.7RC5
# 029d7f4c 07-Aug-2011 Pierrick Charron

class entry is never used

# a8ed880c 07-Aug-2011 Pierrick Charron

class entry is never used

Revision tags: php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2
# 40468644 30-Jun-2011 Gustavo André dos Santos Lopes

- Fixed bug #55082 (var_export() doesn't escape properties properly).

# 3dafd954 30-Jun-2011 Gustavo André dos Santos Lopes

- Fixed bug #55082 (var_export() doesn't escape properties properly).

Revision tags: 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
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++

# 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
# 1fed0e5a 19-Nov-2010 Kalle Sommer Nielsen

Kill some more constness warnings in com_dotnet/phar/standard

Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 06a9baf4 23-Sep-2010 Kalle Sommer Nielsen

Missed to check this one in the last commit

# 2b1e18f8 13-Sep-2010 Pierre Joye

- fix build introduced by fix for #52772

# 4119b09a 13-Sep-2010 Kalle Sommer Nielsen

Fixed bug #52772 (var_dump() doesn't check for the existence of get_class_name before calling it)

# 67b4af3e 13-Sep-2010 Kalle Sommer Nielsen

Fixed bug #52772 (var_dump() doesn't check for the existence of get_class_name before calling it)

Revision tags: oci8-1.4.3
# 1e17bb2a 04-Aug-2010 Felipe Pena

- Fixed bug #52534 (var_export array with negative key)

# 3d2a6927 04-Aug-2010 Felipe Pena

- Fixed bug #52534 (var_export array with negative key)

Revision tags: php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# c02f6724 09-Jul-2010 Scott MacVicar

Doing this as a seperate commit unless we need to back it out.

Fix a bug when var_export() causes a fatal error that could inadvertently display data due to flushing of the output buffer.

Doing this as a seperate commit unless we need to back it out.

Fix a bug when var_export() causes a fatal error that could inadvertently display data due to flushing of the output buffer.

Examples include, memory limit, execution time and recursion.

show more ...

1...<<11121314151617181920>>...22