summaryrefslogtreecommitdiff
path: root/ext/wddx
Commit message (Expand)AuthorAgeFilesLines
* trailing whitespace removalStanislav Malyshev2015-01-102-62/+62
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-132-38/+32
* fix some datatype mismatchesAnatol Belski2014-11-182-3/+4
* Move smart_str implementation into Zend/Nikita Popov2014-09-212-2/+2
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-193-3/+3
* Switch (un)mangle property name to size_t and zend_stringNikita Popov2014-09-161-2/+3
* fix typeAnatol Belski2014-09-121-4/+4
* fix typoAnatol Belski2014-08-271-1/+1
* fixed php_wddx_packet_start signatureAnatol Belski2014-08-271-1/+1
* 's' works with size_t round 3Anatol Belski2014-08-271-2/+2
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* Fix zend_longo_strNikita Popov2014-08-251-3/+3
* master renames phase 1Anatol Belski2014-08-251-33/+33
* basic macro replacements, all at onceAnatol Belski2014-08-191-20/+20
* Removed EG(active_symbol_table) and use corresponding value from EG(current_e...Dmitry Stogov2014-07-041-4/+2
* Introduced immutable arrays. They don't need to be copyed and may be used dir...Dmitry Stogov2014-05-291-12/+22
* Use zend_long_to_str in wddxNikita Popov2014-05-281-6/+3
* fix ts buildPierre Joye2014-05-151-1/+1
* Fixed reference counting, IS_REFERENCE and IS_INDIRECT supportDmitry Stogov2014-05-131-2/+12
* Terminate stringDmitry Stogov2014-05-131-2/+5
* In most user extensions functions like mysql_close() should use zend_list_clo...Dmitry Stogov2014-05-131-1/+1
* Fixed reference handlingXinchen Hui2014-05-121-6/+21
* Fixed IS_INDRICT handlingXinchen Hui2014-05-121-0/+3
* Fixed fields handlingXinchen Hui2014-05-121-2/+2
* Refactoring wddx (incompleted, is there any one use it? )Xinchen Hui2014-05-112-324/+218
* Declare a number of functions as variadic.Rouven Weßling2014-02-161-4/+2
* Bump yearXinchen Hui2014-01-033-3/+3
* Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-2/+2
* fixed variable corruption under win x64Anatol Belski2013-05-111-4/+4
* Happy New YearXinchen Hui2013-01-013-3/+3
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-106-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-106-0/+0
| * - Year++Felipe Pena2012-01-013-3/+3
| * - add skipifPierre Joye2011-09-051-0/+6
| * - add skipifPierre Joye2011-09-051-0/+6
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - Year++Felipe Pena2011-01-013-3/+3
| * - Fixed bug #52468 (wddx_deserialize corrupts integer field value when left e...Felipe Pena2010-08-012-0/+21
* | Fix bug #62271 test bug - ext/wddx/tests/bug48562.phptMatt Ficken2012-06-111-0/+6
* | - Year++Felipe Pena2012-01-013-3/+3
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* | - add skipifPierre Joye2011-09-051-0/+6
* | - add skipifPierre Joye2011-09-051-0/+6
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Year++Felipe Pena2011-01-013-3/+3
* | - Fixed bug #52468 (wddx_deserialize corrupts integer field value when left e...Felipe Pena2010-08-012-0/+21
|/
* 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 wdd...Felipe Pena2009-06-162-1/+37
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-313-3/+3
* - MFH: ext/wddx: classes providing __sleep() are stored without properties (f...Mark Karpeles2008-11-205-7/+193