History log of /PHP-5.5/ext/standard/var.c (Results 126 – 150 of 297)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6f8b8ade 08-Oct-2003 Ilia Alshanetsky

Fixed bug #25758 (var_export does not escape ' & \ inside array keys)


Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 6a7dde29 28-Aug-2003 Sascha Schumann

kill warnings


Revision tags: php-4.3.3, php-4.3.3RC4
# ed40ae26 11-Aug-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


# 4320c699 11-Aug-2003 Ilia Alshanetsky

Fixed bug #21957 (serialize() mangles objects with __sleep).


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5
# d113d323 05-Aug-2003 Stanislav Malyshev

Don't try to __sleep incomplete classes


Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b
# b20df54a 08-May-2003 Ilia Alshanetsky

Make serialize precision a configurable option.


# 7f404846 05-May-2003 Ilia Alshanetsky

s/g/G/


# 88bafcb7 04-May-2003 Ilia Alshanetsky

Safer implementation.

Thanks Marcus.


# 75c01dd6 04-May-2003 Ilia Alshanetsky

Fixed bug #23298 (serialize cuts off floats & doubles)


Revision tags: SPL_ALPHA, php-4.3.2RC2
# 9ab3ad29 28-Apr-2003 Derick Rethans

- Commit the .c file too...


# cf620ddf 21-Apr-2003 Moriyoshi Koizumi

Unified all those redundant printf's


# 5a904d6e 21-Apr-2003 Stanislav Malyshev

Update to latest inteface change for get_class_name


Revision tags: RELEASE_0_6, RELEASE_0_5, init
# 47e40e1b 29-Mar-2003 Moriyoshi Koizumi

Improved var_dump() and debug_zval_dump() so they also show the
namespace of the given object.


Revision tags: php-4.3.2RC1
# b1546a17 10-Mar-2003 Andrei Zmievski

Print the object handle (it's useful).


Revision tags: php-4.3.1
# 84f83e85 01-Feb-2003 Wez Furlong

Don't assume that objects have class entries (in the ZE1 sense) when
determining the class name.
Additionally, don't assume that objects have a properties hash either.


# bea6ff51 31-Jan-2003 Sascha Schumann

Unbreak $Id tag


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 309ef518 18-Jan-2003 Andrey Hristov

Renamed get_memory_usage() to memory_get_usage() (per Andi's advice)
This doesn't break any BC.


# 7866f022 14-Jan-2003 Andrey Hristov

added function get_memory_usage(). available only when PHP is compiled
with --enable-memory-limit


# bcc1e5a7 12-Jan-2003 Stanislav Malyshev

remove unneeded var


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# 49a99a98 05-Dec-2002 Marcus Boerger

-php_error -> php_error_docref
-removed some cases where emalloc result was tested


Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1
# e06550f8 11-Oct-2002 Derick Rethans

- Fix problem with var_export when objects with numeric indexes were
exported. We now skip those, as there is no way to export valid code for
it.


Revision tags: php-4.3.0pre1
# df55f357 06-Oct-2002 Zeev Suraski

Revert the implicit_flush mess.

Do not revert it again under any circumstances!

Yasuo/anybody else - if there are issues with implicit_flush, please inform
me and I will fix the

Revert the implicit_flush mess.

Do not revert it again under any circumstances!

Yasuo/anybody else - if there are issues with implicit_flush, please inform
me and I will fix them.

show more ...


# 39b0eb9b 03-Oct-2002 Yasuo Ohgaki

Fixed broken code by Derick.
ob_implicit_flush() and ob_flush_all() are stopped working.
var_dump() and hightlisht_string() outputs buffer contents wrongly
with ob_implicit_flush().

Fixed broken code by Derick.
ob_implicit_flush() and ob_flush_all() are stopped working.
var_dump() and hightlisht_string() outputs buffer contents wrongly
with ob_implicit_flush().

Everyone should be happy now.
It was only OG(implicit_flush) interpretation issue after all.

show more ...


12345678910>>...12