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

# 2e690ac4 01-Jul-1999 Sascha Schumann

some additional consts

# 336392ea 15-Jun-1999 Stig Bakken

* now using php4.ini instead of php3.ini
* re-imported fopen-wrappers, fsock and string code from php3
NB! I have not tested all of the imported functions yet.

# be14ccad 11-Jun-1999 Sascha Schumann

it's obj.properties, not ht

# 8c43c5f7 11-Jun-1999 Andrey Hristov

Fix up var.c a bit.

# 83de88e9 10-Jun-1999 Sascha Schumann

make serialize work
unserialize does not work yet

# 2bb01b6f 10-Jun-1999 Andrey Hristov

Fixing serialize a bit.

# dfce358a 28-May-1999 Sascha Schumann

that seems to fix it

# 7401ef12 28-May-1999 Sascha Schumann

Either I'm playing the EG(symbol_table) game wrong or var.c leaks memory
when unserializing arrays/objects. Still testing

Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# 9cace18e 25-Apr-1999 Thies C. Arntzen

serialize & unserialize working (with mem-leak)

1...<<2122