summaryrefslogtreecommitdiff
path: root/ext/wddx
Commit message (Expand)AuthorAgeFilesLines
* (PHP wddx_deserialize) Fixed a problem with deserializing empty values.Andrei Zmievski2000-02-021-4/+5
* (wddx_stack_destroy) Properly free the dangling varname.Andrei Zmievski2000-01-151-1/+3
* Fix IS_UNSET -> IS_NULL rename.Andrei Zmievski2000-01-041-2/+2
* * Implemented <boolean> and <null> types. We now support WDDX version 1.0Andrei Zmievski2000-01-032-142/+206
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-302-3/+1
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-5/+10
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-4/+4
* - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is muchAndi Gutmans1999-12-241-4/+4
* - The tree compiles againZeev Suraski1999-12-181-6/+6
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-131-1/+0
* (wddx_add_vars) adjusted to new resource-APIThies C. Arntzen1999-10-121-1/+1
* Remove _A.Andrei Zmievski1999-10-051-1/+1
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-2/+2
* rename.Andrei Zmievski1999-10-013-3/+3
* Update WDDX for new high-performance function API.Andrey Hristov1999-09-241-43/+36
* Compile fixes for WDDX, XML and Zlib (untested)Zeev Suraski1999-09-241-2/+2
* WDDX can now serialize and deserialize objects. It uses a variable namedAndrey Hristov1999-09-211-9/+62
* This format is also used by the XML moduleSascha Schumann1999-09-171-1/+1
* Make some things accessible from outside for session moduleSascha Schumann1999-09-162-32/+82
* HASH_OF is now in php.h.Andrey Hristov1999-09-151-2/+0
* - Fixed mem leak when undefined variable was passed in for serializationAndrey Hristov1999-09-121-29/+38
* Oops, don't need those commented out blocks.Andrey Hristov1999-09-041-27/+0
* Conform to new resource handling guidelines.Andrey Hristov1999-09-041-19/+30
* Fixed resource handling to conform to PHP4 guidelines.Andrey Hristov1999-09-031-5/+13
* Fix for #2161Andrey Hristov1999-08-261-4/+6
* Ported fixed for bug #2103 from PHP3.Andrey Hristov1999-08-181-2/+9
* Fixed a bug in WDDX that occured when a number was passed in insteadAndrey Hristov1999-07-231-0/+2
* Ported WDDX module.Andrey Hristov1999-07-196-0/+935