]> granicus.if.org Git - php/commit
Updated to use Zend's internal doubly-linked list instead of dlist.[ch]
authorAndrei Zmievski <andrei@php.net>
Thu, 17 Feb 2000 23:07:47 +0000 (23:07 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 17 Feb 2000 23:07:47 +0000 (23:07 +0000)
commit588ea96deb74e749fdef78d360a38465dcd3b9f0
treecc2af69015da6138a4a2f63f58659a85683f0e31
parent4549b969f91556b15bff058197c0ef48e57503f6
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.
ext/wddx/wddx.c