1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00
Commit Graph

209 Commits

Author SHA1 Message Date
Felipe Pena e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena 7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Rob Richards bdb50267f7 fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement object)
add test
2008-09-11 14:16:36 +00:00
Felipe Pena 3ae6c7a978 - MFB: New parameter parsing API
- CS (wddx)
2008-08-24 04:02:20 +00:00
Felipe Pena 433cfbcdda - MFB: Added arginfo 2008-06-27 15:35:49 +00:00
Felipe Pena 77080b64d9 - Removed UEXPECT(F) 2008-05-27 02:55:52 +00:00
Dmitry Stogov 1d0f893b49 Lazy EG(active_symbol_table) initialization 2008-04-29 08:15:49 +00:00
Derick Rethans a39148adf7 - Fixed tests on 64bit platform. 2008-02-25 22:32:26 +00:00
Ilia Alshanetsky 961af05505 MFB: Optimize wddx boolean encoding 2008-01-20 15:33:42 +00:00
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Yiduo (David) Wang 95da0dc570 Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
Dmitry Stogov 8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Ilia Alshanetsky 59d10d5c4f MFB: Fixed bug #41527 (WDDX deserialize numeric string array key). 2007-06-11 15:10:12 +00:00
Ilia Alshanetsky 16c9af1c7d MFB 2007-05-29 20:11:23 +00:00
Ilia Alshanetsky 66526cee92 MFB 2007-05-28 23:00:25 +00:00
Antony Dovgal 9c47899565 fix tests 2007-05-18 11:29:40 +00:00
Martin Kraemer e46b1b3747 Typo 2007-03-14 09:49:58 +00:00
Marcus Boerger 20a40063c5 - avoid sprintf 2007-02-24 16:25:58 +00:00
Antony Dovgal 97c8b1d13e more snprintf() 2007-01-18 16:21:00 +00:00
Ilia Alshanetsky b9f2ed22a2 MFB: Added key_length intialization for intergers 2007-01-09 15:21:23 +00:00
Sebastian Bergmann 3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Hannes Magnusson 176b72284c Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
2006-10-08 13:34:24 +00:00
Antony Dovgal 8e20d96a8a fix test 2006-08-07 22:19:45 +00:00
Antony Dovgal e226252ff6 fix build 2006-08-02 22:02:12 +00:00
Ilia Alshanetsky 45910673a8 MFB: Fixed bug #38213, #37611, #37571 (wddx encoding fails to handle certain
characters).
2006-08-02 15:45:29 +00:00
foobar 64237c49bc - Fix phpize build 2006-07-27 01:18:41 +00:00
Marcus Boerger eb0fd63012 - zend_(u_)_unmangle_property_name() has changed 2006-07-24 17:55:41 +00:00
Hannes Magnusson e18bb1ce3d Fix/add SKIPIF 2006-06-27 00:09:23 +00:00
Ilia Alshanetsky 7e2c124d14 MFB: Convert E_ERROR to E_RECOVERABLE_ERROR 2006-05-30 02:40:49 +00:00
Ilia Alshanetsky d5efd946ae Corrected previous patch 2006-05-26 01:55:00 +00:00
Ilia Alshanetsky ad5f0b50fa MFB: Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters). 2006-05-25 23:23:15 +00:00
Marcus Boerger 40439b1670 - Bugfix 37587 2006-05-25 09:51:58 +00:00
Ilia Alshanetsky 8cfbb3ac5d MFB51: Fixed bug #37162 (wddx does not build as a shared extension). 2006-04-23 16:02:51 +00:00
Marcus Boerger e365c4b7c4 - Fix build 2006-03-30 23:03:53 +00:00
Antony Dovgal 9fbd7efa09 fix ext/wddx build 2006-02-22 07:25:09 +00:00
Frank M. Kromann f9484965f2 MFB51 Add header so WDDX builds as shared 2006-01-28 06:17:09 +00:00
foobar 251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
foobar 88a1a3cecc - Fix possible compile failure if configuring with --disable-all 2005-12-21 14:22:02 +00:00
Antony Dovgal 71ee97561e MFB: fix test, add test for 64bit platform 2005-12-21 12:16:25 +00:00
Antony Dovgal ca342b5f3b MFB: fix test 2005-12-21 11:46:51 +00:00
Antony Dovgal 632e571642 MFB: add missing skipif conditions, fix existing ones
add one missing test
2005-12-21 11:43:24 +00:00
foobar a208d9a966 - Nuke php3 legacy 2005-12-06 02:28:26 +00:00
Ilia Alshanetsky 92fd7f24a5 MFB51: Fixed bug #35410 (wddx_deserialize() doesn't handle large ints as keys
properly).
2005-11-30 18:13:17 +00:00
Rob Richards 9b912f6806 use sizeof instead of define 2005-10-06 18:47:47 +00:00
Derick Rethans 61eae75ec3 - Fixed Windows build (patch by Mike) 2005-10-06 13:03:31 +00:00
Rob Richards 67be950883 fix buffer lengths passed to snprintf 2005-10-05 22:35:11 +00:00
foobar 315cdad9b0 - Fixed bug #34306 (wddx_serialize_value() crashes with long array keys) 2005-08-31 14:30:46 +00:00
Ilia Alshanetsky 383673b508 Fixed build. 2005-08-14 20:24:34 +00:00
foobar a8cf2db6dd Missed some "de" to "un" changes 2005-08-14 01:17:52 +00:00
foobar f73c6be9b7 - consistency fix, part 1/inf 2005-08-14 00:46:51 +00:00