[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2009-03-17 Thread changelog
changelog Wed Mar 18 01:32:35 2009 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3347r2=1.3348diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3347

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2009-03-17 Thread changelog
changelog Wed Mar 18 01:32:40 2009 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1456r2=1.1457diff_format=u Index: ZendEngine2/ChangeLog diff -u

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

2009-03-17 Thread Andrey Hristov
andrey Tue Mar 17 09:51:31 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_result.c Log: MFH: Fix the build because the macro name has changed

[PHP-CVS] cvs: php-src /ext/mysqlnd config9.m4

2009-03-17 Thread Johannes Schlüter
johannesTue Mar 17 10:04:57 2009 UTC Modified files: /php-src/ext/mysqlndconfig9.m4 Log: - mark mysqlnd's threading (which can be used for background pre-fetching) experimental

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

2009-03-17 Thread Scott MacVicar
Nope, this is just for us when creating zvals. http://marc.info/?l=php-cvsm=123086535705859w=2 Needs to be merged though. Scott Rasmus Lerdorf wrote: Does this need to go upstream to the json.org version? Scott MacVicar wrote: scottmac Tue Mar 17 14:56:49 2009 UTC Modified

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

2009-03-17 Thread Pierre-Alain Joye
pajoye Tue Mar 17 15:37:34 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard credits.c Log: - s,win32,windows, and add myself to the list

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

2009-03-17 Thread Pierre-Alain Joye
pajoye Tue Mar 17 15:38:24 2009 UTC Modified files: /php-src/ext/standard credits.c Log: - MFB: s,win32,windows, and add myself to the list http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.54r2=1.55diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2009-03-17 Thread Pierre-Alain Joye
pajoye Tue Mar 17 17:07:09 2009 UTC Modified files: /CVSROOTavail Log: - give Kannan karma for pecl/xhprof http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1499r2=1.1500diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1499 CVSROOT/avail:1.1500

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

2009-03-17 Thread Matt Wilmas
Hi Scott, Didn't get to send a message before you corrected the decoding, but was going to suggest the method for long vs double checking that's used in the scanner, is_numeric_string(), etc. (and I'm about to add a couple more). It saves from using both strto* functions. :-) See the

[PHP-CVS] cvs: php-src /ext/standard var_unserializer.c var_unserializer.re /ext/standard/tests/serialize bug46882.phpt

2009-03-17 Thread Matt Wilmas
mattwil Tue Mar 17 22:02:05 2009 UTC Added files: /php-src/ext/standard/tests/serialize bug46882.phpt Modified files: /php-src/ext/standard var_unserializer.c var_unserializer.re Log: Fixed bug #46882 (Serialize / Unserialize

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard var_unserializer.c var_unserializer.re /ext/standard/tests/serialize bug46882.phpt

2009-03-17 Thread Matt Wilmas
mattwil Tue Mar 17 22:04:57 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/serialize bug46882.phpt Modified files: /php-srcNEWS /php-src/ext/standard var_unserializer.c var_unserializer.re Log: MFH:

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

2009-03-17 Thread Scott MacVicar
Just forgetfulness with PHP 5.2, I'll get it applied soon. Scott On 17 Mar 2009, at 20:15, Matt Wilmas wrote: Hi Scott, Didn't get to send a message before you corrected the decoding, but was going to suggest the method for long vs double checking that's used in the scanner,

Re: [PHP-CVS] cvs: php-src /ext/standard var_unserializer.c var_unserializer.re /ext/standard/tests/serialize bug46882.phpt

2009-03-17 Thread Pierre Joye
2009/3/17 Matt Wilmas matt...@php.net: mattwil         Tue Mar 17 22:02:05 2009 UTC  Added files:    /php-src/ext/standard/tests/serialize       bug46882.phpt  Modified files:    /php-src/ext/standard       var_unserializer.c var_unserializer.re  Log:  Fixed bug #46882 (Serialize /

[PHP-CVS] cvs: php-src /ext/standard var_unserializer.c var_unserializer.re

2009-03-17 Thread Felipe Pena
felipe Tue Mar 17 23:02:22 2009 UTC Modified files: /php-src/ext/standard var_unserializer.c var_unserializer.re Log: - Fix version year++ http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var_unserializer.c?r1=1.98r2=1.99diff_format=u Index:

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

2009-03-17 Thread Felipe Pena
felipe Tue Mar 17 23:10:13 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard var_unserializer.c var_unserializer.re Log: - MFH: Year++

[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(PHP_5_3) /ext/json json.c /ext/json/tests 002.phpt

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

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-03-17 Thread Scott MacVicar
scottmacTue Mar 17 23:17:40 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.518r2=1.2027.2.547.2.965.2.519diff_format=u Index: php-src/NEWS diff -u

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

2009-03-17 Thread Ilia Alshanetsky
iliaa Tue Mar 17 23:21:37 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sysvshmsysvshm.c Log: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/sysvshm/sysvshm.c?r1=1.70.2.2.2.5.2.10r2=1.70.2.2.2.5.2.11diff_format=u Index:

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

2009-03-17 Thread Ilia Alshanetsky
iliaa Tue Mar 17 23:22:05 2009 UTC Modified files: /php-src/ext/sysvshmsysvshm.c Log: MFB: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/sysvshm/sysvshm.c?r1=1.86r2=1.87diff_format=u Index: php-src/ext/sysvshm/sysvshm.c diff -u

[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(PHP_5_3) /ext/json json.c

2009-03-17 Thread Scott MacVicar
scottmacTue Mar 17 23:26:02 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/json json.c Log: MFH Replace magic values with a define for json encoding, makes reading it a bit easier

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

2009-03-17 Thread Scott MacVicar
scottmacTue Mar 17 23:31:14 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/json/tests bug45791.phpt Log: MFH Missing skip in tests http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/bug45791.phpt?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-03-17 Thread Pierre-Alain Joye
pajoye Wed Mar 18 00:31:41 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - #43073 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.519r2=1.2027.2.547.2.965.2.520diff_format=u Index: php-src/NEWS diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/gd/libgd gdft.c

2009-03-17 Thread Ilia Alshanetsky
MFB52? Ilia Alshanetsky On 17-Mar-09, at 8:29 PM, Pierre-Alain Joye wrote: pajoye Wed Mar 18 00:29:42 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd/libgdgdft.c Log: - #43073, TrueType bounding box is wrong for angle0