[PHP-CVS] cvs: php-src /ext/json json.c

2009-06-24 Thread Felipe Pena
felipe Wed Jun 24 17:39:36 2009 UTC Modified files: /php-src/ext/json json.c Log: - Fixed memleak when depth arg is less than zero http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.55r2=1.56diff_format=u Index: php-src/ext/json/json.c diff -u

[PHP-CVS] cvs: php-src /ext/json json.c

2009-05-31 Thread Jani Taskinen
janiSun May 31 13:50:50 2009 UTC Modified files: /php-src/ext/json json.c Log: - No dots in error messages http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.54r2=1.55diff_format=u Index: php-src/ext/json/json.c diff -u

[PHP-CVS] cvs: php-src /ext/json json.c

2009-05-30 Thread Andrei Zmievski
andrei Sun May 31 01:45:05 2009 UTC Modified files: /php-src/ext/json json.c Log: Make a note. http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.53r2=1.54diff_format=u Index: php-src/ext/json/json.c diff -u php-src/ext/json/json.c:1.53

[PHP-CVS] cvs: php-src /ext/json json.c

2009-05-15 Thread Kalle Sommer Nielsen
kalle Fri May 15 09:10:01 2009 UTC Modified files: /php-src/ext/json json.c Log: Fix arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.52r2=1.53diff_format=u Index: php-src/ext/json/json.c diff -u php-src/ext/json/json.c:1.52

[PHP-CVS] cvs: php-src /ext/json json.c

2009-05-14 Thread Scott MacVicar
scottmacThu May 14 22:00:38 2009 UTC Modified files: /php-src/ext/json json.c Log: Throw an error rather than silently changing to the default. http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.51r2=1.52diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/json json.c /ext/json/tests 002.phpt

2009-03-17 Thread Scott MacVicar
scottmacTue Mar 17 23:15:17 2009 UTC Modified files: /php-src/ext/json json.c /php-src/ext/json/tests 002.phpt Log: Add PHP_JSON_FORCE_OBJECT for forcing an object output of an array

[PHP-CVS] cvs: php-src /ext/json json.c

2009-03-17 Thread Scott MacVicar
scottmacTue Mar 17 23:25:39 2009 UTC Modified files: /php-src/ext/json json.c Log: Replace magic values with a define, makes reading it a bit easier http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.49r2=1.50diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/json json.c

2008-12-24 Thread Scott MacVicar
scottmacWed Dec 24 18:09:01 2008 UTC Modified files: /php-src/ext/json json.c Log: Make sure we clear out the error when the scalar version decoding works. http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.45r2=1.46diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/json json.c /ext/json/tests 001.phpt bug41504.phpt bug42090.phpt fail001.phpt

2008-12-12 Thread Scott MacVicar
scottmacFri Dec 12 23:17:44 2008 UTC Modified files: /php-src/ext/json json.c /php-src/ext/json/tests 001.phpt bug41504.phpt bug42090.phpt fail001.phpt Log: Fix bug #45989 - json_decode() doesn't return NULL on

[PHP-CVS] cvs: php-src /ext/json json.c

2008-10-01 Thread Felipe Pena
felipe Thu Oct 2 03:30:54 2008 UTC Modified files: /php-src/ext/json json.c Log: - Fixed bug #46215 (json_encode mutates its parameter and has some class-specific state) http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.38r2=1.39diff_format=u

[PHP-CVS] cvs: php-src /ext/json json.c

2008-07-22 Thread Jani Taskinen
janiTue Jul 22 15:30:33 2008 UTC Modified files: /php-src/ext/json json.c Log: ws + cs + sync with PHP_5_3 http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.36r2=1.37diff_format=u Index: php-src/ext/json/json.c diff -u php-src/ext/json/json.c:1.36

[PHP-CVS] cvs: php-src /ext/json json.c

2008-07-22 Thread Jani Taskinen
janiTue Jul 22 17:06:00 2008 UTC Modified files: /php-src/ext/json json.c Log: MFB:- Fixed bug #38680 (Added missing handling of basic types in json_decode) # This was claimed to be in HEAD but wasn't..some commit reverted it or # someone didn't check

[PHP-CVS] cvs: php-src /ext/json json.c

2008-01-30 Thread Dmitry Stogov
dmitry Wed Jan 30 08:10:28 2008 UTC Modified files: /php-src/ext/json json.c Log: ZTS fix http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.34r2=1.35diff_format=u Index: php-src/ext/json/json.c diff -u php-src/ext/json/json.c:1.34

[PHP-CVS] cvs: php-src /ext/json json.c utf8_to_utf16.c /ext/json/tests bug43941.phpt

2008-01-29 Thread Stanislav Malyshev
stasWed Jan 30 03:21:30 2008 UTC Modified files: /php-src/ext/json json.c utf8_to_utf16.c /php-src/ext/json/tests bug43941.phpt Log: fix #43941: invalid utf-8 not accepted

[PHP-CVS] cvs: php-src /ext/json json.c /ext/json/tests 006.phpt

2007-12-16 Thread Sara Golemon
pollita Mon Dec 17 07:48:21 2007 UTC Added files: /php-src/ext/json/tests 006.phpt Modified files: /php-src/ext/json json.c Log: Add support for encoding options

[PHP-CVS] cvs: php-src /ext/json json.c /main snprintf.c spprintf.c

2007-10-01 Thread Ilia Alshanetsky
iliaa Mon Oct 1 15:25:01 2007 UTC Modified files: /php-src/main snprintf.c spprintf.c /php-src/ext/json json.c Log: MFB: Fixed bug #42785 (json_encode() formats doubles according to locale rather then following standard syntax).

[PHP-CVS] cvs: php-src /ext/json json.c /ext/json/tests bug42090.phpt

2007-07-24 Thread Hannes Magnusson
bjori Tue Jul 24 22:54:26 2007 UTC Added files: /php-src/ext/json/tests bug42090.phpt Modified files: /php-src/ext/json json.c Log: Fixed bug#42090 (json_decode causes segmentation fault)

[PHP-CVS] cvs: php-src /ext/json json.c

2007-06-04 Thread Ilia Alshanetsky
iliaa Mon Jun 4 23:52:34 2007 UTC Modified files: /php-src/ext/json json.c Log: MFB: Fixed bug #41567 (json_encode() double conversion is inconsistent with PHP). http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.25r2=1.26diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/json json.c /ext/json/tests 002.phpt bug41034.phpt bug41067.phpt

2007-04-23 Thread Antony Dovgal
tony2001Mon Apr 23 10:48:13 2007 UTC Modified files: /php-src/ext/json json.c /php-src/ext/json/tests bug41034.phpt bug41067.phpt 002.phpt Log: MFB fix for #41034 add missing tests

[PHP-CVS] cvs: php-src /ext/json json.c /ext/json/tests bug40503.phpt

2007-02-19 Thread Antony Dovgal
tony2001Mon Feb 19 19:44:44 2007 UTC Modified files: /php-src/ext/json json.c /php-src/ext/json/tests bug40503.phpt Log: MFB: #40503 (json_encode() value corruption on 32bit systems with overflown values)

[PHP-CVS] cvs: php-src /ext/json json.c

2006-12-19 Thread Nuno Lopes
nlopess Tue Dec 19 15:01:57 2006 UTC Modified files: /php-src/ext/json json.c Log: MFB: little cleanup in json_determine_array_type() http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.19r2=1.20diff_format=u Index: php-src/ext/json/json.c diff -u

[PHP-CVS] cvs: php-src /ext/json json.c

2006-10-19 Thread Antony Dovgal
tony2001Thu Oct 19 10:01:55 2006 UTC Modified files: /php-src/ext/json json.c Log: fix coverity issue #262 (uninitialized variable) http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.16r2=1.17diff_format=u Index: php-src/ext/json/json.c

[PHP-CVS] cvs: php-src /ext/json json.c php_json.h

2006-10-19 Thread Antony Dovgal
tony2001Thu Oct 19 10:12:19 2006 UTC Modified files: /php-src/ext/json json.c php_json.h Log: fix folding tags, nuke json globals http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.17r2=1.18diff_format=u Index: php-src/ext/json/json.c diff

[PHP-CVS] cvs: php-src /ext/json json.c

2006-10-19 Thread Andrei Zmievski
andrei Thu Oct 19 20:24:25 2006 UTC Modified files: /php-src/ext/json json.c Log: Clarify why the result of json_encode() is a binary string. http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.18r2=1.19diff_format=u Index: php-src/ext/json/json.c

[PHP-CVS] cvs: php-src /ext/json json.c

2006-10-16 Thread Andrei Zmievski
andrei Mon Oct 16 17:04:51 2006 UTC Modified files: /php-src/ext/json json.c Log: Patch to support primitive types. (Ilia) http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.14r2=1.15diff_format=u Index: php-src/ext/json/json.c diff -u

[PHP-CVS] cvs: php-src /ext/json json.c

2006-07-20 Thread Antony Dovgal
tony2001Thu Jul 20 07:40:41 2006 UTC Modified files: /php-src/ext/json json.c Log: json_escape_string() doesn't use tsrm_ls, so no need to pass it http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.10r2=1.11diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/json json.c /ext/json/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt

2006-07-20 Thread Antony Dovgal
tony2001Thu Jul 20 08:56:24 2006 UTC Added files: /php-src/ext/json/tests 002.phpt 003.phpt 004.phpt 005.phpt Modified files: /php-src/ext/json json.c /php-src/ext/json/tests 001.phpt Log: add recursion protection to

[PHP-CVS] cvs: php-src /ext/json json.c /ext/json/tests 003.phpt 004.phpt 005.phpt

2006-07-20 Thread Antony Dovgal
tony2001Thu Jul 20 09:33:16 2006 UTC Modified files: /php-src/ext/json json.c /php-src/ext/json/tests 003.phpt 004.phpt 005.phpt Log: use E_WARNING on recursion and add null to the result to keep it valid