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

2009-03-19 Thread Matt Wilmas
mattwil Thu Mar 19 19:27:14 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json JSON_parser.c Log: MFH: Handle overflow when decoding large numbers and avoid 2 conversions

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

2009-03-16 Thread Scott MacVicar
scottmacTue Mar 17 02:02:45 2009 UTC Added files: (Branch: PHP_5_2) /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_2) /ext/json JSON_parser.c

2008-12-02 Thread Matt Wilmas
mattwil Tue Dec 2 14:50:37 2008 UTC Modified files: (Branch: PHP_5_2) /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.13r2=1.1.2.14diff_format=u Index:

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

2008-07-30 Thread Rasmus Lerdorf
rasmus Wed Jul 30 13:55:27 2008 UTC Modified files: (Branch: PHP_5_2) /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.

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

2007-06-13 Thread Ilia Alshanetsky
iliaa Wed Jun 13 17:56:41 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json JSON_parser.c Log: Handle very small longs via double http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.1.2.11r2=1.1.2.12diff_format=u Index:

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

2007-05-24 Thread Rasmus Lerdorf
rasmus Thu May 24 22:37:59 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json JSON_parser.c Log: I don't see any reason to leave the stack limitation at 20. We have reports of this limit being hit now and as far as I can tell bumping it to 128

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

2007-05-24 Thread Rasmus Lerdorf
rasmus Thu May 24 22:40:02 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json JSON_parser.c Log: Make the code match the commit comment http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.1.2.8r2=1.1.2.9diff_format=u Index:

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

2007-04-13 Thread Andrei Zmievski
andrei Fri Apr 13 21:34:12 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json JSON_parser.c json.c Log: Fix processing of control characters; they should be escaped as \u sequences.

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

2006-07-25 Thread Antony Dovgal
tony2001Tue Jul 25 09:06:55 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json JSON_parser.c Log: initialize variable http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.1.2.3r2=1.1.2.4diff_format=u Index:

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

2006-07-22 Thread Nuno Lopes
nlopess Sat Jul 22 15:22:56 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json JSON_parser.c json.c Log: more const keywording http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

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

2006-07-20 Thread Antony Dovgal
tony2001Thu Jul 20 08:24:31 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/json/tests 001.phpt Modified files: /php-src/ext/json JSON_parser.c Log: fix segfault, add test

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

2006-07-20 Thread Antony Dovgal
tony2001Thu Jul 20 09:19:02 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json JSON_parser.c Log: MFH: ZTS fix http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.1.2.1r2=1.1.2.2diff_format=u Index: