History log of /PHP-7.0/ext/wddx/wddx.c (Results 251 – 275 of 276)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH, 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
# a02ac0c1 12-Oct-1999 Thies C. Arntzen

(wddx_add_vars) adjusted to new resource-API


# f71789ee 05-Oct-1999 Andrei Zmievski

Remove _A.


# a92fb5fe 01-Oct-1999 Andrei Zmievski

rename.


Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split
# be0eeccd 24-Sep-1999 Andrey Hristov

Update WDDX for new high-performance function API.


# 360675ce 24-Sep-1999 Zeev Suraski

Compile fixes for WDDX, XML and Zlib (untested)


# 33eb7d83 21-Sep-1999 Andrey Hristov

WDDX can now serialize and deserialize objects. It uses a variable named
'php_classname' to store the class name as part of the structure. This way
WDDX modules in other languages don't get b

WDDX can now serialize and deserialize objects. It uses a variable named
'php_classname' to store the class name as part of the structure. This way
WDDX modules in other languages don't get broken by extensions to DTD
we would have had to make otherwise.

show more ...


Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH
# 03205329 16-Sep-1999 Sascha Schumann

Make some things accessible from outside for session module


# 22ce3af9 15-Sep-1999 Andrey Hristov

HASH_OF is now in php.h.


# d8fc73b5 12-Sep-1999 Andrey Hristov

- Fixed mem leak when undefined variable was passed in for serialization
- Made it properly serialize object properties


# 8e9cd1e4 04-Sep-1999 Andrey Hristov

Oops, don't need those commented out blocks.


# ef943e75 04-Sep-1999 Andrey Hristov

Conform to new resource handling guidelines.


# f8d9ef14 03-Sep-1999 Andrey Hristov

Fixed resource handling to conform to PHP4 guidelines.


# 1a218328 26-Aug-1999 Andrey Hristov

Fix for #2161


# 3f48a552 18-Aug-1999 Andrey Hristov

Ported fixed for bug #2103 from PHP3.


Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE
# a100c51f 23-Jul-1999 Andrey Hristov

Fixed a bug in WDDX that occured when a number was passed in instead
of a variable name.


1...<<1112