Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2009-11-25 Thread Pierre Joye
hi, On Wed, Nov 25, 2009 at 8:50 AM, Jani Taskinen wrote: > ..and now there are entries which did not go in 5.3.1 (not sure though) plus > they're there twice (under 5.3.2).. 5.3.1 section contains everything that went to 5.3.1. Next step is to remove them from the 5.3.2 list. I will do it late

[PHP-CVS] svn: /SVNROOT/ global_avail

2009-11-25 Thread Derick Rethans
derick Wed, 25 Nov 2009 11:00:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=291301 Log: - Karma for Michael for RSVG and pango. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/sapi/apache2handler/sapi_apache2.c branches/PHP_5_3/sapi/apache2handler/sapi_apache2.c trunk/sapi/apache2handler/sapi_apache2.c

2009-11-25 Thread Jani Taskinen
jani Wed, 25 Nov 2009 12:26:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=291304 Log: ws Changed paths: U php/php-src/branches/PHP_5_2/sapi/apache2handler/sapi_apache2.c U php/php-src/branches/PHP_5_3/sapi/apache2handler/sapi_

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/sapi/apache2handler/sapi_apache2.c branches/PHP_5_3/NEWS branches/PHP_5_3/sapi/apache2handler/sapi_apache2.c trunk/sapi/apache2handl

2009-11-25 Thread Jani Taskinen
jani Wed, 25 Nov 2009 12:35:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=291305 Log: - Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ini variables) Bug: http://bugs.php.net/49677 (Assigned) ini parser crashes

[PHP-CVS] svn: /SVNROOT/ global_avail

2009-11-25 Thread Pierre Joye
pajoye Wed, 25 Nov 2009 13:33:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=291307 Log: - merge mgdm karma and revert the pango one, comm issue Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /SVNROOT/ global_avail

2009-11-25 Thread Pierre Joye
pajoye Wed, 25 Nov 2009 13:40:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=291308 Log: - it should be smarter Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail =

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/pgsql/pgsql.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pgsql/pgsql.c trunk/ext/pgsql/pgsql.c

2009-11-25 Thread Ilia Alshanetsky
iliaaWed, 25 Nov 2009 14:28:00 + Revision: http://svn.php.net/viewvc?view=revision&revision=291312 Log: Fixed bug #50195 (pg_copy_to() fails when table name contains schema). Bug: http://bugs.php.net/50195 (Open) pg_copy_to does not allow schema in the ta

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/standard/ config.m4

2009-11-25 Thread Rasmus Lerdorf
rasmus Wed, 25 Nov 2009 16:53:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=291318 Log: Missing _cv_ here Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/config.m4 Modified: php/php-src/branches/PHP_5_2/ext/standard/config

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/gmp/gmp.c branches/PHP_5_2/ext/gmp/tests/bug50283.phpt branches/PHP_5_3/ext/gmp/gmp.c branches/PHP_5_3/ext/gmp/tests/bug50283.phpt trunk/ext/gmp/gmp.c

2009-11-25 Thread David Soria Parra
dsp Wed, 25 Nov 2009 18:15:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=291320 Log: Really use 62 as the upper boundary as requested and not 32. Changed paths: U php/php-src/branches/PHP_5_2/ext/gmp/gmp.c U php/php-src/branc

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/standard/tests/strings/ bug49785.phpt

2009-11-25 Thread Rasmus Lerdorf
rasmus Wed, 25 Nov 2009 18:58:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=291321 Log: There is no ENT_IGNORE in 5.2 Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/tests/strings/bug49785.phpt Modified: php/php-src/branch

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/gmp/gmp.c branches/PHP_5_2/ext/gmp/tests/bug50283.phpt branches/PHP_5_3/ext/gmp/gmp.c branches/PHP_5_3/ext/gmp/tests/bug50283.phpt trunk/ext/gmp/gmp.c

2009-11-25 Thread David Soria Parra
dsp Wed, 25 Nov 2009 23:38:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=291323 Log: Also allow base 62 for gmp_init as requested in (#50283) Bug: http://bugs.php.net/50283 (To be documented) allow base in gmp_strval to use full range: