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

2009-06-22 Thread Stanislav Malyshev
stasMon Jun 22 18:41:13 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json json.c php_json.h Log: fix shared build on Windows http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.9.2.29&r2=1.9.2.30&diff_format=u Index: php-src/ext/json/js

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

2009-06-01 Thread Antony Dovgal
tony2001Mon Jun 1 14:03:24 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json json.c php_json.h Log: fix ZTS build http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.9.2.28&r2=1.9.2.29&diff_format=u Index: php-src/ext/json/json.c d

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

2009-05-31 Thread Jani Taskinen
janiSun May 31 13:51:23 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json json.c Log: MFH: no dots in errors http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.9.2.27&r2=1.9.2.28&diff_format=u Index: php-src/ext/json/json.c diff -u php-sr

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

2009-05-30 Thread Andrei Zmievski
andrei Sun May 31 01:43:45 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json json.c php_json.h Log: Expose encode/decode API. http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.9.2.26&r2=1.9.2.27&diff_format=u Index: php-src/ext/json/json

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

2009-02-14 Thread Hannes Magnusson
On Thu, Feb 12, 2009 at 01:36, Scott MacVicar wrote: > scottmacThu Feb 12 00:36:23 2009 UTC > > Modified files: (Branch: PHP_5_2) >/php-src/ext/json json.c >/php-src/ext/json/tests 001.phpt bug42090.phpt > Log: > MFH Fix bug #45989 - json_decode() does

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

2009-02-11 Thread Scott MacVicar
scottmacThu Feb 12 00:36:23 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json json.c /php-src/ext/json/tests 001.phpt bug42090.phpt Log: MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid strings http://

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

2008-08-22 Thread Stanislav Malyshev
Hi! Why do we need this check here, wouldn't it already be executed by the internal error handler? IIRC, it plays kind of opposite to what happens to the error handler - if display_errors is on, nothing is printed, in order not to put that error message into wrong context. I'm not sure it's

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

2008-08-22 Thread Ilia Alshanetsky
Why do we need this check here, wouldn't it already be executed by the internal error handler? On 21-Aug-08, at 2:10 PM, Stanislav Malyshev wrote: if(!PG(display_errors)) { Ilia Alshanetsky -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.p

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

2008-08-22 Thread Sebastian Bergmann
sebastian Fri Aug 22 08:17:02 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json json.c Log: Fix ZTS build. http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.9.2.22&r2=1.9.2.23&diff_format=u Index: php-src/ext/json/json.c diff -u php-sr

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

2008-08-21 Thread Stanislav Malyshev
stasThu Aug 21 18:10:49 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/json/tests bug43941.phpt Modified files: /php-src/ext/json json.c utf8_to_utf16.c Log: merge fix for #43941 http://cvs.php.net/viewvc.cgi/php-src/ex

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

2007-07-23 Thread Antony Dovgal
tony2001Mon Jul 23 12:24:52 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json json.c Log: fix ws/folding http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.9.2.17&r2=1.9.2.18&diff_format=u Index: php-src/ext/json/json.c diff -u php

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

2007-05-25 Thread Hannes Magnusson
bjori Fri May 25 13:24:50 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json json.c Log: MFH: protos (patch by jeffg at activestate dot com) http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.9.2.14&r2=1.9.2.15&diff_format=u Index: php-sr

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

2006-12-19 Thread Nuno Lopes
nlopess Tue Dec 19 15:01:05 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json json.c Log: remove NOP code in json_determine_array_type(), as we already know the zval passed is an array (based on patch by Ron Korving) http://cvs.php.net/viewvc.cgi/ph

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

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

[PHP-CVS] cvs: php-src(PHP_5_2) /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:57 2006 UTC Added files: (Branch: PHP_5_2) /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: MFH: add re

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

2006-07-20 Thread Antony Dovgal
tony2001Thu Jul 20 07:40:49 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json json.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.9.2.1&r2=1.9.2.2&diff_format=u Index: php-src/ext/json/json.c diff -u php-src/ext/json