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


# cf113478 18-Oct-1999 Thies C. Arntzen

(PHP unserialize) - fixed mem-leak.


Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split
# 54fed6c6 24-Sep-1999 Andrey Hristov

Extended var_dump to handle IS_RESOURCE somewhat.


Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH
# f84ba1b0 20-Sep-1999 Andrey Hristov

- Upgraded var_dump() to take multiple arguments
- php3api_ is changed to php_


# 22d6f64f 20-Sep-1999 Thies C. Arntzen

new API for var_dump


# 6ecd417b 16-Sep-1999 Thies C. Arntzen

php4 now deserialized php3 objects correctly!
php3 will ignore objects serialized by php4 (that's the price we have to pay!)
small fix in deserializing objects with static initializers (thanx

php4 now deserialized php3 objects correctly!
php3 will ignore objects serialized by php4 (that's the price we have to pay!)
small fix in deserializing objects with static initializers (thanx boris)

show more ...


# de73bd01 15-Sep-1999 Thies C. Arntzen

when unserializing classes:
if the class is not known the standard class (no methods) will be used.
if the class is known - the created object will functional again!


# b287aa2c 15-Sep-1999 Andrey Hristov

Fixed printf format.


# e7ad3bbe 15-Sep-1999 Thies C. Arntzen

use new API in var.c


1...<<1112