summaryrefslogtreecommitdiff
path: root/ext/wddx
Commit message (Expand)AuthorAgeFilesLines
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* API updateZeev Suraski2001-08-211-3/+3
* Uh-oh, didn't mean to eliminate all folds.Andrei Zmievski2001-08-141-70/+69
* Be more safe about freeing zvals.Andrei Zmievski2001-08-141-77/+74
* we can no longer register internal-classes once the script is started.Thies C. Arntzen2001-08-061-1/+1
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+1
* Zend compatibility patchZeev Suraski2001-07-301-4/+4
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-6/+7
* - More object macrosAndi Gutmans2001-07-281-5/+9
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-5/+2
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
* Modified to work with the new parameter parsing API as a demonstration.Andrei Zmievski2001-07-111-43/+34
* - fixed the reference in session thingieThies C. Arntzen2001-06-211-1/+1
* Change copyright note.Sebastian Bergmann2001-06-192-40/+18
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-27/+94
* Add extra parameter to php_escape_html_entities.Wez Furlong2001-05-281-1/+1
* Default to including expat.hSascha Schumann2001-05-121-4/+0
* As the WDDX extension can now be built as shared extensionSascha Schumann2001-05-071-2/+2
* Patch from Sascha that abstracts session serializers. WDDX extensionAndrei Zmievski2001-05-012-2/+79
* * Made ENT_* defines availabe to other functions.Andrei Zmievski2001-04-252-17/+25
* Enabling WDDX by default.Andrei Zmievski2001-04-202-10/+4
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Preserve API compatibility.Andrei Zmievski2001-02-061-1/+1
* Don't use Z* macros for non-zvals.Andrei Zmievski2001-02-061-4/+4
* Cleaned up and optimized WDDX serialization - it's about twiceAndrei Zmievski2001-02-062-186/+79
* If external expat is used, header file is expat.hfoobar2001-01-111-0/+4
* Heads up people!Zeev Suraski2000-12-221-6/+3
* Fix call_user_function() with objects - it could leak under certain circumsta...Zeev Suraski2000-12-131-2/+2
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-1/+1
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-1/+6
* - Fix warningsZeev Suraski2000-09-191-0/+2
* Create module info function.Andrei Zmievski2000-09-132-4/+18
* Really fix the de-allocation.Andrei Zmievski2000-09-131-0/+1
* Fixed block overrun.Andrei Zmievski2000-09-131-1/+0
* Add support for <binary> WDDX element.Sascha Schumann2000-08-072-2/+39
* Fix attribution on NEWS.Andrei Zmievski2000-07-051-1/+1
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
* Lowercase class name before checking for itStanislav Malyshev2000-06-291-0/+1
* Fix Win32 compilationZeev Suraski2000-06-231-0/+1
* Make use of incomplete class APISascha Schumann2000-06-231-4/+24
* Revert earlier commit.Sascha Schumann2000-06-211-7/+0
* unserialize() and wddx_deserialize() now create an empty class if they enconterThies C. Arntzen2000-06-211-0/+7
* Call __wakeup() after all the instance variables are initialized.Andrei Zmievski2000-06-191-14/+22
* - Fix a couple of wranings in the FTP code and in parsedate.yZeev Suraski2000-06-171-2/+2
* Have to use zval_ptr_dtor() on values returned from user functions.Andrei Zmievski2000-06-171-8/+4
* - Make Windows compileAndi Gutmans2000-06-171-1/+3
* Just to make extra sure.Andrei Zmievski2000-06-161-2/+3
* @- Enhanced WDDX functions to call __sleep() and __wakeup() when working onAndrei Zmievski2000-06-161-41/+114