History log of /PHP-7.1/ext/wddx/wddx.c (Results 226 – 250 of 280)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a6bb6f5d 13-Sep-2000 Andrei Zmievski

Create module info function.


# 09ac5ed7 13-Sep-2000 Andrei Zmievski

Really fix the de-allocation.


# 84908add 13-Sep-2000 Andrei Zmievski

Fixed block overrun.


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# 5d02c74b 07-Aug-2000 Sascha Schumann

Add support for <binary> WDDX element.


Revision tags: PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# 057264d6 05-Jul-2000 Andrei Zmievski

Fix attribution on NEWS.


# a6b31f04 29-Jun-2000 Stanislav Malyshev

Lowercase class name before checking for it
# I didn't really check it - have no WDDX


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 89efa59e 23-Jun-2000 Zeev Suraski

Fix Win32 compilation


# eadbbec5 23-Jun-2000 Sascha Schumann

Make use of incomplete class API


# 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 ...


# ff3b0c84 19-Jun-2000 Andrei Zmievski

Call __wakeup() after all the instance variables are initialized.


# 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.


# 1e5a405c 17-Jun-2000 Andi Gutmans

- Make Windows compile
- Windows doesn't support LC_MESSAGES


# 39aa0c4d 16-Jun-2000 Andrei Zmievski

Just to make extra sure.


# fa9b1681 16-Jun-2000 Andrei Zmievski

@- Enhanced WDDX functions to call __sleep() and __wakeup() when working on
@ objects. (Andrei)


# c6ddfd44 16-Jun-2000 Egon Schmid

Protos looks now equal in both versions.


# 43d91224 16-Jun-2000 Thies C. Arntzen

@- Changed WDDX to serialize arrays as structs only if needed. (Thies)


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# e52889ac 09-Jun-2000 Andrei Zmievski

@- Changed WDDX to always serialize arrays as structs. (Andrei)
Changed WDDX to always serialize arrays as structs. PR #4924


# 1868bfdc 09-Jun-2000 Andrei Zmievski

(php_wddx_deserialize_ex) return SUCCESS/FAILURE
Use that return value in WDDX session deserializer.


# 3701bc42 05-Jun-2000 Andi Gutmans

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


Revision tags: php-4.0.0, php-4.0RC2
# 0a09f95d 04-May-2000 Andrei Zmievski

Got rid of infinite recursion when serializing $GLOBALS[].
@- Fixed infinite recursion when serializing $GLOBALS[] in WDDX. (Andrei)


# 2b26bb50 04-May-2000 Andrei Zmievski

. Reworked string serialization
. <, >, and & in strings are now properly escaped
. Removed a lot of unnecessary calls to strlen()

@- Made WDDX serialization properly escape <, >, an

. Reworked string serialization
. <, >, and & in strings are now properly escaped
. Removed a lot of unnecessary calls to strlen()

@- Made WDDX serialization properly escape <, >, and &. Also speeded up
@ the serialization in general. (Andrei)

show more ...


# ebce1ad7 04-Apr-2000 Andrei Zmievski

Additional check for IS_OBJECT.


# b491796a 04-Apr-2000 Thies C. Arntzen

@- WDDX now defaults to ISO-8859-1. (Thies)
# andrei, plz have a look at my changes - seems to work for me!


12345678910>>...12