1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Commit Graph

74 Commits

Author SHA1 Message Date
Felipe Pena 3ed829f10e - Added some UEXPECTs
- Fixed some tests
2008-03-22 14:58:29 +00:00
Felipe Pena 49114611bb FIxed tests (new error message - E_DEPRECATED) 2008-02-23 22:30:08 +00:00
Antony Dovgal c9c775eb07 cosmetic fix 2008-02-15 09:20:19 +00:00
Dmitry Stogov 5059b53579 ZTS fix 2008-01-30 08:10:28 +00:00
Stanislav Malyshev 400c9ecf7b fix #43941: invalid utf-8 not accepted 2008-01-30 03:21:30 +00:00
Nuno Lopes 1dc0e94e0f MFB: remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
2008-01-03 16:18:29 +00:00
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Dmitry Stogov 9f4a22f1a8 Fixed test related to bug #38469 2007-12-28 13:23:13 +00:00
Sara Golemon 18e9c88c10 Add support for encoding options 2007-12-17 07:48:21 +00:00
Yiduo (David) Wang 95da0dc570 Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
Ilia Alshanetsky 07ef5c5526 MFB: Added test for bug #42785 2007-10-01 15:33:29 +00:00
Ilia Alshanetsky 6c4e9b52b9 MFB: Fixed bug #42785 (json_encode() formats doubles according to locale
rather then following standard syntax).
2007-10-01 15:25:01 +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
Jan Lehnardt 314f80f647 spaces -> tabs 2007-09-01 17:17:05 +00:00
Hannes Magnusson 374e0a5d02 Fixed bug#42090 (json_decode causes segmentation fault) 2007-07-24 22:54:26 +00:00
Antony Dovgal a819499088 fix WS, CS and other S 2007-07-12 09:55:41 +00:00
Dmitry Stogov e4355a6377 Fixed test 2007-07-10 07:51:23 +00:00
foobar f0f44a3652 - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
foobar 5b3bb06fb8 - Added missing SKIPIF 2007-06-29 13:51:18 +00:00
Ilia Alshanetsky 71bc2b7f8f MFB: Handle very small longs via double 2007-06-13 17:57:10 +00:00
Ilia Alshanetsky b59b26c4bf MFB: Fixed bug #41673 (json_encode breaks large numbers in arrays). 2007-06-13 17:10:06 +00:00
Antony Dovgal 419334d9b5 fix tests 2007-06-08 09:03:23 +00:00
Antony Dovgal 41ec253ac8 oops, empty properties are not allowed 2007-06-08 08:57:21 +00:00
Antony Dovgal 445f777480 MFB: fix #41504 (json_decode() incorrectly decodes JSON arrays with empty string keys). 2007-06-08 08:51:46 +00:00
Ilia Alshanetsky 893c59ba9b MFB: Fixed bug #41567 (json_encode() double conversion is inconsistent with
PHP).
2007-06-04 23:52:34 +00:00
Antony Dovgal a9230e2726 fix test 2007-05-29 12:01:14 +00:00
Hannes Magnusson 8d5f95bfac MFB: Fix test after stack limit bump 2007-05-25 12:31:35 +00:00
Rasmus Lerdorf 814847dba2 MFB 5_2 - increase json parser depth from 20 to 128 2007-05-24 22:39:06 +00:00
Antony Dovgal b21fe28568 fix #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.') 2007-05-16 12:53:36 +00:00
Antony Dovgal 419c5b3db1 fix tests
add test for yet not merged fix
2007-04-26 23:42:36 +00:00
Antony Dovgal 1607e9fa79 MFB fix for #41034
add missing tests
2007-04-23 10:48:13 +00:00
Antony Dovgal 9a5b6ffceb fix test 2007-04-20 10:15:12 +00:00
Ilia Alshanetsky 68a31e78d3 MFB: Fixed bug #41067 (json_encode() problem with UTF-16 input). 2007-04-19 22:49:11 +00:00
Andrei Zmievski 1714d379d9 MFB (handling of control characters) 2007-04-16 16:52:20 +00:00
Antony Dovgal 4676d78ab5 MFB: #40503 (json_encode() value corruption on 32bit systems with overflown values) 2007-02-19 19:44:44 +00:00
Sebastian Bergmann 3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Ilia Alshanetsky 2dbfe66e4a MFB: safety checks 2006-12-26 17:40:20 +00:00
Nuno Lopes 3945428c9f MFB: little cleanup in json_determine_array_type() 2006-12-19 15:01:57 +00:00
Andrei Zmievski c2d9e83820 Clarify why the result of json_encode() is a binary string. 2006-10-19 20:24:25 +00:00
Antony Dovgal 93cd342f48 fix tests 2006-10-19 20:17:17 +00:00
Antony Dovgal 8fba8ef219 fix folding tags, nuke json globals 2006-10-19 10:12:19 +00:00
Antony Dovgal 05da0efe36 fix coverity issue #262 (uninitialized variable) 2006-10-19 10:01:54 +00:00
Dmitry Stogov a1130e84bf ZTS fix 2006-10-18 07:41:33 +00:00
Andrei Zmievski d33a905a16 Unicode support in JSON functions. 2006-10-17 17:56:54 +00:00
Andrei Zmievski 867d4a97d1 Patch to support primitive types. (Ilia) 2006-10-16 17:04:51 +00:00
Dmitry Stogov d7c13d414c Fixed memory leaks 2006-09-13 13:26:10 +00:00
Marcus Boerger 7bdb451318 - MFB Test name must not be more than a single line 2006-08-07 23:33:57 +00:00
Antony Dovgal 004e6c6cf6 add missing UEXPECTF section 2006-08-07 21:51:06 +00:00
Antony Dovgal 7d3057410c initialize variable 2006-07-25 09:06:47 +00:00
Rob Richards 62e8daf1d6 enable by default 2006-07-22 15:32:17 +00:00