History log of /PHP-5.5/ext/standard/var.c (Results 226 – 250 of 297)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.2
# b1d4fcb3 29-Aug-2000 Thies C. Arntzen

fix var_dump()s "}"-indention


Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# 740fc2f5 29-Jun-2000 Stanislav Malyshev

Lowercase class name before looking for it


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 1702067a 23-Jun-2000 Sascha Schumann

API change: Use zval * instead of zval **


# 091dc384 23-Jun-2000 Sascha Schumann

Move the incomplete class stuff into its own file, so that we can
make it easier accessible to WDDX.


# 2297f670 23-Jun-2000 Sascha Schumann

Change the serialization semantics to:

* if a certain object is of class INCOMPLETE_CLASS, the serializer will
lookup the previously stored original class name of that object, and

Change the serialization semantics to:

* if a certain object is of class INCOMPLETE_CLASS, the serializer will
lookup the previously stored original class name of that object, and
use that class name to serialize the object.

Change the deserialization semantics to:

* if the class of an object, which is to be instantiated, is not found
in the current context, the class name will be stored for later
retrieval, and the class of that object is changed to INCOMPLETE_CLASS.

All function calls, property gets, and property sets operating on an
object of class INCOMPLETE_CLASS cause the execution to halt and to
output an informative error message.

show more ...


# 9d640cc9 21-Jun-2000 Sascha Schumann

Revert earlier commit.


# bc8d0782 21-Jun-2000 Thies C. Arntzen

unserialize() and wddx_deserialize() now create an empty class if they enconter
a class which's code is yet unknown. this makes sessionized data retain the
class name of objects even if you v

unserialize() and wddx_deserialize() now create an empty class if they enconter
a class which's code is yet unknown. this makes sessionized data retain the
class name of objects even if you visited pages that don't have the classes
code available.

show more ...


# 405d07de 18-Jun-2000 Thies C. Arntzen

(serialize) no longer touches the internal array-pointer


# da662986 17-Jun-2000 Zeev Suraski

- Fix a couple of wranings in the FTP code and in parsedate.y
- Be safer with LC_MESSAGES
- Align with the latest Zend change in call_user_function_ex()


# 6e1dee8c 17-Jun-2000 Andrei Zmievski

Have to use zval_ptr_dtor() on values returned from user functions.


# 39aa0c4d 16-Jun-2000 Andrei Zmievski

Just to make extra sure.


# f14961b0 16-Jun-2000 Andrei Zmievski

Plug a memory leak: retval_ptr should be destroyed.


# 71d42060 16-Jun-2000 Andrei Zmievski

Typo.


# 6caf633c 13-Jun-2000 Sascha Schumann

Proper casts


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# d9756780 09-Jun-2000 Zeev Suraski

@- Fixed var_dump() not to modify the internal order of array elements (Zeev)
Fixed the buffer overflow as well


# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


# 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


12345678910>>...12