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


Revision tags: RELEASE_1_2_3, php-5.2.5
# b4892511 02-Nov-2007 Jani Taskinen

- MFH from HEAD:
. Folding tags
. Parameter parsing
. SPL debug info
. array function improvements (not all yet)
. Improvements to function calling with call_user_* func

- MFH from HEAD:
. Folding tags
. Parameter parsing
. SPL debug info
. array function improvements (not all yet)
. Improvements to function calling with call_user_* functions
. Improvements to debugging info in var_dump/print_r
# I propably forgot already something but this all was pretty close tied
# to each other so it wasn't possible to do it in parts.

show more ...


Revision tags: php-5.2.5RC2
# 00022a49 01-Nov-2007 Marcus Boerger

- MFH missing get_debug_info piece


Revision tags: php-5.2.5RC1
# 8ce1211a 11-Oct-2007 Marcus Boerger

- MFH debug object helper


# 4b4d634c 07-Oct-2007 Yiduo (David) Wang

MFH: Added macros for managing zval refcounts and is_ref statuses


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# 7210ab56 26-Jun-2007 Antony Dovgal

fix ws


# 3b481cef 19-Jun-2007 Derick Rethans

- MFH: Added the H modifier to create non-locale-aware non-fixed-precision
float representations.
- MFH: Fixed var_export() to use the new H modifier so that it can generate
parsable

- MFH: Added the H modifier to create non-locale-aware non-fixed-precision
float representations.
- MFH: Fixed var_export() to use the new H modifier so that it can generate
parsable PHP code for floats again, independent of the locale.

show more ...


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2
# 2a689a42 23-Apr-2007 Dmitry Stogov

64-bit support


Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1
# 4a33a63a 16-Feb-2007 Ilia Alshanetsky

Fixed bug #40465 (Ensure that all PHP elements are printed by var_dump).


Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 7efb0a14 25-Dec-2006 Ilia Alshanetsky

Use safe_emalloc()


12345678910>>...12