summaryrefslogtreecommitdiff
path: root/ext/wddx
Commit message (Expand)AuthorAgeFilesLines
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* Additional check for IS_OBJECT.Andrei Zmievski2000-04-041-1/+1
* @- WDDX now defaults to ISO-8859-1. (Thies)Thies C. Arntzen2000-04-041-8/+19
* buffer was short by oneThies C. Arntzen2000-04-041-1/+1
* Welcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the commonSascha Schumann2000-03-271-16/+10
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* WDDX header comments now conform to the latest DTD.Andrei Zmievski2000-02-282-7/+10
* Is it ok, Andrei.Egon Schmid2000-02-241-1/+1
* More protos.Egon Schmid2000-02-241-5/+5
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Don't need dlist.h anymore.Andrei Zmievski2000-02-171-1/+0
* Updated to use Zend's internal doubly-linked list instead of dlist.[ch]Andrei Zmievski2000-02-171-33/+38
* Fix enable again.Andrei Zmievski2000-02-151-2/+2
* Changed --with-wddx to --enable-wddx.Andrei Zmievski2000-02-151-2/+2
* Test for --enable-xml.Andrei Zmievski2000-02-151-2/+2
* (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