[PHP-CVS] cvs: php-src(PHP_5_3) /ext/json JSON_parser.c

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 16:06:01 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/json JSON_parser.c Log: Cast to unsigned char to prevent compiler warning

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/json JSON_parser.c JSON_parser.h json.c

2009-05-14 Thread Scott MacVicar
scottmacThu May 14 22:02:08 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/json JSON_parser.c JSON_parser.h json.c Log: MFH Allow a custom recursion depth to be specified for json_decode()

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/json JSON_parser.c

2009-03-19 Thread Matt Wilmas
mattwil Thu Mar 19 19:26:00 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/json JSON_parser.c Log: MFH: Avoid 2 conversions when decoding numbers http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.1.2.12.2.8r2=1.1.2.12.2.9diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/json JSON_parser.c /ext/json/tests bug47644.phpt

2009-03-16 Thread Scott MacVicar
scottmacTue Mar 17 02:00:13 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/json/tests bug47644.phpt Modified files: /php-src/ext/json JSON_parser.c Log: MFH Fix bug #47644 - Valid integers are truncated with

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/json JSON_parser.c JSON_parser.h json.c php_json.h /ext/json/tests 007.phpt

2008-12-18 Thread Scott MacVicar
scottmacFri Dec 19 02:00:57 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/json/tests 007.phpt Modified files: /php-src/ext/json JSON_parser.c JSON_parser.h json.c php_json.h Log: MFH Add json_last_error() for getting a

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/json JSON_parser.c

2008-12-17 Thread Scott MacVicar
scottmacWed Dec 17 15:46:21 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/json JSON_parser.c Log: MFH Fix Windows build http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.1.2.12.2.4r2=1.1.2.12.2.5diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/json JSON_parser.c JSON_parser.h json.c

2008-12-17 Thread Scott MacVicar
scottmacWed Dec 17 14:40:06 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/json JSON_parser.c JSON_parser.h json.c Log: Update the JSON parser with that on json.org, biggest change here is code readability. Less magic numbers in the state table.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/json JSON_parser.c

2008-12-02 Thread Matt Wilmas
mattwil Tue Dec 2 14:50:22 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/json JSON_parser.c Log: MFH: Changed logic for LONG_MIN http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.1.2.12.2.2r2=1.1.2.12.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/json JSON_parser.c

2008-07-30 Thread Rasmus Lerdorf
rasmus Wed Jul 30 13:52:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/json JSON_parser.c Log: We can afford a larger stack here and other json parsers out there go deeper than 128.