History log of /PHP-8.2/ext/standard/var.c (Results 476 – 500 of 530)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d7779d8b 17-May-2000 Hartmut Holzgraefe

proto takeover from php3

Revision tags: php-4.0RC2
# 6e2bf336 04-Apr-2000 Thies C. Arntzen

(var_dump) cleaned up some weird & buggy stuff

Revision tags: PHP-4.0-RC1
# 7db7884e 19-Mar-2000 Thies C. Arntzen

(var_dump) removed "refcount-hack" - comiles without warning again (&works).

# e4df84a8 18-Mar-2000 Thies C. Arntzen

(serialize/unserialize) _sleep_() -> __sleep(), _wakeup_() -> __wakeup() rename.

# 74169f5f 16-Mar-2000 Sam Ruby

restore compilation on ZTS enabled environments (like Windows)

# 0fe5aef0 16-Mar-2000 Thies C. Arntzen

@- serialize()/unserialize() now call _sleep_() and _wakeup_() when
@ working on objects. (Thies)
@- renamed to_string() method to _string_value_() for consistency.
@ (Thies, Zend libra

@- serialize()/unserialize() now call _sleep_() and _wakeup_() when
@ working on objects. (Thies)
@- renamed to_string() method to _string_value_() for consistency.
@ (Thies, Zend library)

show more ...

# 49cc8a78 14-Mar-2000 Thies C. Arntzen

@- fixed possible crash in unserialize if the serailized data was
@ damaged. (Thies)

Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time

Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000
# de077404 07-Feb-2000 Thies C. Arntzen

@- Made the output of var_dump() more informative. (Thies)

# 3ccff403 02-Feb-2000 Thies C. Arntzen

use FREE_ZVAL where appropiate

Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# bdefd5da 04-Jan-2000 Andi Gutmans

- Change IS_UNSET -> IS_NULL

# 953bf8bb 02-Jan-2000 Thies C. Arntzen

(var_dump, serialize, unserialize) support NULL
@- Added new NULL constant (Zeev, Zend library)

# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).

Revision tags: PRE_ISSET_TYPE
# 235386b2 26-Dec-1999 Zeev Suraski

Change ALLOC_ZVAL() semantics

# 3bf1b04c 24-Dec-1999 Andi Gutmans

- Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.

# 80bab9d9 21-Dec-1999 Andrei Zmievski

We're using ZVAL's now.

Revision tags: PRE_LIBZEND_TO_ZEND
# a1ad2872 18-Dec-1999 Zeev Suraski

- The tree compiles again

# 3ee4e65c 18-Dec-1999 Zeev Suraski

More php3_ annihilation

Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP
# 0489895d 09-Dec-1999 Thies C. Arntzen

(unserialize) closed mem-leak

# 276c0a37 08-Dec-1999 Thies C. Arntzen

(unserialize) now cleans up better on failure!

Revision tags: PRE_RETURN_REF_PATCH
# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...

Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# c6b05b2e 06-Nov-1999 Thies C. Arntzen

(PHP var_dump, serialize) now use php.ini's precision size when displying/serializing doubles
@- serialize() and var_dump() now honor the precision as set in php.ini
@ for doubles. (Thies)

# 3e307aac 22-Oct-1999 Thies C. Arntzen

unserialize no longer complaints about unserializing empty-strings (started that just a few days ago)

# 41b87a23 20-Oct-1999 Thies C. Arntzen

(PHP var_dump, serialize) fixed mem_leak.

# 4f013f8e 18-Oct-1999 Thies C. Arntzen

@- unserialize() now gives a notice when passed invalid data. (Thies)

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