History log of /PHP-7.4/ext/standard/var.c (Results 201 – 225 of 457)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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).


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# ff8246ff 24-Oct-2008 Felipe Pena

- MFH: Removed unnecessary check for array (#46273, noticed by serovov at gmail dot com)


Revision tags: php-5.2.7RC2, php-5.2.7RC1
# 50fa6488 20-Aug-2008 Lars Strojny

Reverting local change


# 08015787 20-Aug-2008 Lars Strojny

MFH: Allow mixed $initial (patch by Christian Seiler)


Revision tags: php-4.4.9, php-5.3.0alpha1
# 0fbe6a0c 24-Jul-2008 Felipe Pena

- MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.


Revision tags: php-4.4.9RC1
# dc4bcc90 20-Jun-2008 Olivier Hill

- New parameter parsing API for var.c & tests


# 5fe79092 20-Jun-2008 Felipe Pena

- New parameter parsing API


Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1
# 9541a66c 18-Dec-2007 Derick Rethans

- MFH: Fixed var_export() for array keys
- MFH: Fixed broken explode() test


# fdafd5cf 09-Dec-2007 Derick Rethans

- MFH: Fixed Bug #42272 (var_export() incorrectly escapes char(0)).


12345678910>>...19