History log of /PHP-7.2/ext/standard/var.c (Results 151 – 175 of 417)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


# c7b0abe6 09-Jul-2010 Scott MacVicar

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.


Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# badf05a8 06-Jun-2010 Pierre Joye

- silent warning (unary minus operator applied to unsigned type)


# 9ef717c0 06-Jun-2010 Pierre Joye

- silent warning (unary minus operator applied to unsigned type)


# 11d24c15 31-May-2010 Michael Wallner

* implement new output API, fixing some bugs and implementing some feature
requests--let's see what I can dig out of the bugtracker for NEWS--
and while crossing the road:
* implem

* implement new output API, fixing some bugs and implementing some feature
requests--let's see what I can dig out of the bugtracker for NEWS--
and while crossing the road:
* implemented new zlib API
* fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?)

Thanks to Jani and Felipe for pioneering.

show more ...


# 89e93723 26-May-2010 Michael Wallner

Added support for object references in recursive serialize() calls. FR #36424


# fa762634 02-Apr-2010 Felipe Pena

- Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection)


# a140e706 02-Apr-2010 Felipe Pena

- Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection)


# af49e58f 12-Mar-2010 Jani Taskinen

- Reverted r296062 and r296065


# 06f072cb 11-Mar-2010 Jani Taskinen

MFH: Improved / fixed output buffering (Michael Wallner)


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# 20ee3790 29-Nov-2009 Stanislav Malyshev

fix interrupt problem in serialize()


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# b73ac1a5 11-Aug-2009 Stanislav Malyshev

fix potential memory issue on serialization
# When internal class uses zend_mangle_property_name it's malloc()
# so it should be freed with free()


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 8ef25999 07-Jan-2009 Derick Rethans

- MFH: Fixed bug #47027 (var_export doesn't show numeric indices on ArrayObject).


12345678910>>...17