History log of /PHP-5.5/ext/wddx/wddx.c (Results 151 – 175 of 191)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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!


# 38cb3de2 04-Apr-2000 Thies C. Arntzen

buffer was short by one


Revision tags: PHP-4.0-RC1
# d02fe90b 06-Mar-2000 Stig Bakken

Change extension names in all extensions' zend_module_entry to their
directory name.


# 0e7e4d30 28-Feb-2000 Andrei Zmievski

WDDX header comments now conform to the latest DTD.


# 76ec07c4 24-Feb-2000 Egon Schmid

Is it ok, Andrei.


# 478abf57 24-Feb-2000 Egon Schmid

More protos.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 087e39a7 17-Feb-2000 Andrei Zmievski

Don't need dlist.h anymore.


# 588ea96d 17-Feb-2000 Andrei Zmievski

Updated to use Zend's internal doubly-linked list instead of dlist.[ch]
implementation.
Also fixed serialization to always output objects as struct. In the past,
if the object did not hav

Updated to use Zend's internal doubly-linked list instead of dlist.[ch]
implementation.
Also fixed serialization to always output objects as struct. In the past,
if the object did not have any member variables initialized it would've
been output as array of length 0.

show more ...


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000
# 1a4e3983 02-Feb-2000 Andrei Zmievski

(PHP wddx_deserialize) Fixed a problem with deserializing empty values.
(php_addslashes) Guard against NULL data.


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 3e5dc58f 15-Jan-2000 Andrei Zmievski

(wddx_stack_destroy) Properly free the dangling varname.
(php_wddx_deserialize_ex) There should be only 1 value on the stack after
parser is done.


# 16a35c23 04-Jan-2000 Andrei Zmievski

Fix IS_UNSET -> IS_NULL rename.


# 4595bf1e 03-Jan-2000 Andrei Zmievski

* Implemented <boolean> and <null> types. We now support WDDX version 1.0
as best as we can.
* Cleaned up the API function names, _ was really not needed.
* Cleaned up the repetitive st

* Implemented <boolean> and <null> types. We now support WDDX version 1.0
as best as we can.
* Cleaned up the API function names, _ was really not needed.
* Cleaned up the repetitive stack var name stuff with a macro.
* WDDX now no longer converts numbers to strings in arrays when during
serialization.
@Implemented support for <boolean> and <null> types according
@to WDDX version 1.0 (Andrei)

show more ...


Revision tags: PRE_ISSET_TYPE
# 235386b2 26-Dec-1999 Zeev Suraski

Change ALLOC_ZVAL() semantics


# 3f6e00e4 24-Dec-1999 Andi Gutmans

- Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much
more tricky and I'm not sure how many places this is. zval allocations
were only made directly in 11 places.


Revision tags: PRE_LIBZEND_TO_ZEND
# a1ad2872 18-Dec-1999 Zeev Suraski

- The tree compiles again


12345678