summaryrefslogtreecommitdiff
path: root/ext/wddx/wddx.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement object)Rob Richards2008-09-111-10/+13
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-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
* MFH: Fixed bug #34068 (Numeric string as array key not cast to integer inIlia Alshanetsky2005-08-101-4/+14
* - Bumber up yearfoobar2005-08-031-1/+1
* - Added backward compability wrapper "php_parse_date()".Derick Rethans2005-06-191-1/+1
* - Fixed bug #33185 (--enable-session=shared does not build)foobar2005-05-301-3/+3
* Fixed SIGSEGV on serializing data with circular referencesDmitry Stogov2005-04-111-1/+16
* Support for encoding/decoding of private and protected membersDmitry Stogov2005-04-111-1/+11
* - Fix another memleakMarcus Boerger2005-03-121-0/+1
* - Fix memleakMarcus Boerger2005-03-121-0/+1
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-2/+2
* Do not use alloca() where it can be abused through user input.Ilia Alshanetsky2004-06-301-2/+2
* - Bugfix #27287 (wddx segfaults during deserialization)Moriyoshi Koizumi2004-02-291-5/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fix compiler warningsMoriyoshi Koizumi2003-10-201-5/+5
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-3/+3
* Added missing handling of dateTimeIlia Alshanetsky2003-06-281-3/+33
* updating license information in the headers.James Cox2003-06-101-3/+3
* Make this build with libxml too.foobar2003-05-191-0/+1
* Really fix thisMarcus Boerger2003-05-181-1/+1
* Fix buildWez Furlong2003-05-181-1/+1
* TSRM fixMarcus Boerger2003-05-171-2/+1
* MFB.Andrei Zmievski2003-05-141-7/+28
* Removed unnecessary checks.Ilia Alshanetsky2003-01-241-11/+0