History log of /php-src/ext/standard/var.c (Results 501 – 525 of 539)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

# 21a0c57c 15-Sep-1999 Thies C. Arntzen

i love id-strings

# 3491633a 15-Sep-1999 Thies C. Arntzen

made serialize/unserialize work with classes! (also made the code "shorter")
CHANGES:
- the serialized string now also contains the class name (was not available in PHP3)!
- when unserial

made serialize/unserialize work with classes! (also made the code "shorter")
CHANGES:
- the serialized string now also contains the class name (was not available in PHP3)!
- when unserializing php will create a fully working object of that class again
therby the class has to be defined when unserializing - else you get a warning!

show more ...

# d5bafdaa 13-Sep-1999 Thies C. Arntzen

ported oci8 to use new class API
var_dump no longer tries to traverse avr->value.ht for objects but uses var->value.obj.properties instead

Revision tags: php-4.0b2
# 3cb1eb04 02-Aug-1999 Zeev Suraski

Removed '3' from key functions in PHP (maintained compatibility through
php3_compat.h)

Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1
# c5724cbd 16-Jul-1999 Zeev Suraski

License update

Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP
# c43c2354 09-Jul-1999 Zeev Suraski

Don't touch refcount and EA directly

Revision tags: BEFORE_REMOVING_GC_STEP2
# 5f62c347 09-Jul-1999 Zeev Suraski

Step 2:
Rename is_ref to EA

Revision tags: BEFORE_REMOVING_GC_STEP1
# fe4efa91 01-Jul-1999 Thies C. Arntzen

changed boolean behaviour:

var_dump(

1...<<2122