summaryrefslogtreecommitdiff
path: root/ext/wddx
Commit message (Collapse)AuthorAgeFilesLines
* - Year++Felipe Pena2011-01-013-3/+3
|
* - Fixed bug #52468 (wddx_deserialize corrupts integer field value when left ↵Felipe Pena2010-08-012-0/+21
| | | | empty)
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-033-3/+3
|
* - MFH: Fixed bug #48562 (Reference recursion causes segfault when used in ↵Felipe Pena2009-06-162-1/+37
| | | | wddx_serialize_vars())
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-313-3/+3
|
* - MFH: ext/wddx: classes providing __sleep() are stored without properties ↵Mark Karpeles2008-11-205-7/+193
| | | | | | | (fixed) - ext/wddx: fixed wddx_add_vars() ignoring first var in php 5.3
* - 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-203-420/+407
|
* - 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-112-9/+29
| | | | | add test
* - MFH: CSFelipe Pena2008-08-241-32/+40
|
* - Fixed typesFelipe Pena2008-07-011-7/+9
| | | | | - Fixed protos
* 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
|
* - MFH: Fixed tests on 64bit platform.Derick Rethans2008-02-252-1/+64
|
* Optimize wddx boolean encodingIlia Alshanetsky2008-01-202-5/+3
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-313-3/+3
|
* 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 testIlia Alshanetsky2007-06-111-1/+1
|
* Fixed bug #41527 (WDDX deserialize numeric string array key).Ilia Alshanetsky2007-06-112-20/+23
|
* fix testsAntony Dovgal2007-05-181-0/+2
|
* Fixed bug #41283 (Bug with serializing array key that are doubles orIlia Alshanetsky2007-05-052-0/+30
| | | | | floats).
* TypoMartin Kraemer2007-03-141-1/+1
|
* ik, make it memcpyStanislav Malyshev2007-03-041-1/+1
|
* fix wrong codeStanislav Malyshev2007-03-041-2/+2
| | | | | # noticed by Stefan Esser
* 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-013-3/+3
|
* optimize out strlen() callsIlia Alshanetsky2006-12-131-3/+4
| | | | | # Patch by Matt Wilmas
* fix ZTS buildAntony Dovgal2006-08-021-2/+2
|
* Fixed bug #38213, #37611, #37571 (wddx encoding fails to handle certainIlia Alshanetsky2006-08-022-43/+778
| | | | | characters).
* MFH: fix phpize buildfoobar2006-07-271-3/+48
|
* - MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-1/+1
|
* there is no Unicode in 5_2Antony Dovgal2006-07-111-9/+0
|
* MFH: fix/add SKIPIFHannes Magnusson2006-06-272-0/+4
|
* Convert E_ERROR to E_RECOVERABLE_ERRORIlia Alshanetsky2006-05-301-2/+2
|
* Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters)Ilia Alshanetsky2006-05-252-2/+12
|
* - MFH Bugfix 37587Marcus Boerger2006-05-252-6/+47
|
* Fixed bug #37162 (wddx does not build as a shared extension).Ilia Alshanetsky2006-04-231-0/+4
| | | | | #Patch By: jdolecek at NetBSD dot org
* Add header so WDDX builds as sharedFrank M. Kromann2006-01-281-0/+1
|
* bump year and license versionfoobar2006-01-013-9/+9
|
* MFH: prevent compile failure with --disable-allfoobar2005-12-211-1/+1
|