summaryrefslogtreecommitdiff
path: root/ext/wddx/wddx.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #52468 (wddx_deserialize corrupts integer field value when left e...Felipe Pena2010-08-011-0/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - MFH: Fixed bug #48562 (Reference recursion causes segfault when used in wdd...Felipe Pena2009-06-161-1/+15
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: ext/wddx: classes providing __sleep() are stored without properties (f...Mark Karpeles2008-11-201-7/+9
* - MFH: Fixed memory leak in wddx_add_vars()Felipe Pena2008-11-201-1/+4
* - MFH: #46496, wddx_serialize treats input as ISO-8859-1 (Mark Karpeles)Mark Karpeles2008-11-201-32/+13
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-6/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+6
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-6/+0
* MFH: fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement object)Rob Richards2008-09-111-9/+11
* - MFH: CSFelipe Pena2008-08-241-32/+40
* - Fixed typesFelipe Pena2008-07-011-7/+9
* fix typoAntony Dovgal2008-07-011-1/+1
* - Added arginfoFelipe Pena2008-06-271-6/+42
* - New parameter parsing APIFelipe Pena2008-06-201-35/+18
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-0/+3
* Optimize wddx boolean encodingIlia Alshanetsky2008-01-201-4/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* one more fixAntony Dovgal2007-10-071-2/+2
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* Fixed bug #41527 (WDDX deserialize numeric string array key).Ilia Alshanetsky2007-06-111-20/+1
* Fixed bug #41283 (Bug with serializing array key that are doubles orIlia Alshanetsky2007-05-051-0/+3
* ik, make it memcpyStanislav Malyshev2007-03-041-1/+1
* fix wrong codeStanislav Malyshev2007-03-041-2/+2
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-3/+3
* strncpy() -> strlcpy()Ilia Alshanetsky2007-02-241-3/+2
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-6/+6
* MFHAntony Dovgal2007-01-181-2/+2
* Added key_length intialization for intergersIlia Alshanetsky2007-01-091-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* optimize out strlen() callsIlia Alshanetsky2006-12-131-3/+4
* fix ZTS buildAntony Dovgal2006-08-021-2/+2
* Fixed bug #38213, #37611, #37571 (wddx encoding fails to handle certainIlia Alshanetsky2006-08-021-39/+8
* - MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-1/+1
* Convert E_ERROR to E_RECOVERABLE_ERRORIlia Alshanetsky2006-05-301-2/+2
* Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters)Ilia Alshanetsky2006-05-251-2/+2
* - MFH Bugfix 37587Marcus Boerger2006-05-251-6/+6
* Fixed bug #37162 (wddx does not build as a shared extension).Ilia Alshanetsky2006-04-231-0/+4
* Add header so WDDX builds as sharedFrank M. Kromann2006-01-281-0/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Fixed bug #35410 (wddx_deserialize() doesn't handle large ints as keysIlia Alshanetsky2005-11-301-0/+4
* MFH: use sizeof instead of defineRob Richards2005-10-061-3/+3
* MFH: fix buffer lengths passed to snprintfRob Richards2005-10-051-3/+3
* fix #34505 (possible memory corruption when unmangling properties with empty ...Antony Dovgal2005-09-161-1/+1
* MFH:- Fixed bug #34306 (wddx_serialize_value() crashes with long array keys)foobar2005-08-311-3/+5