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

2009-03-25 Thread changelog
changelog Thu Mar 26 01:32:58 2009 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3354r2=1.3355diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3354

[PHP-CVS] cvs: php-src /ext/mysql php_mysql.c /ext/mysql/tests mysql_db_query.phpt

2009-03-25 Thread Johannes Schlüter
johannesWed Mar 25 10:27:22 2009 UTC Modified files: /php-src/ext/mysql php_mysql.c /php-src/ext/mysql/testsmysql_db_query.phpt Log: mysql_db_query() is always deprecated

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql php_mysql.c /ext/mysql/tests mysql_db_query.phpt

2009-03-25 Thread Johannes Schlüter
johannesWed Mar 25 10:27:38 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysql php_mysql.c /php-src/ext/mysql/testsmysql_db_query.phpt Log: MFH: mysql_db_query() is always deprecated

[PHP-CVS] cvs: php-src /ext/pdo pdo_dbh.c pdo_stmt.c

2009-03-25 Thread Felipe Pena
felipe Wed Mar 25 12:05:51 2009 UTC Modified files: /php-src/ext/pdopdo_dbh.c pdo_stmt.c Log: - Fixed some code to be working with unicode http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_dbh.c?r1=1.164r2=1.165diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mbstring/oniguruma regint.h /ext/sysvshm sysvshm.c

2009-03-25 Thread Ilia Alshanetsky
Moriyoshi, The change relates to alignment issues on platforms that are strict in that regard. If you use instead of longs, you could end up with crashes where sizeof(int) != sizeof(long) Ilia Alshanetsky On 24-Mar-09, at 10:05 PM, Moriyoshi Koizumi wrote: Hey, we need to be more

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c /ext/tokenizer tokenizer.c ZendEngine2 zend_globals.h zend_language_scanner.l

2009-03-25 Thread Dmitry Stogov
dmitry Wed Mar 25 15:24:28 2009 UTC Modified files: /ZendEngine2zend_globals.h zend_language_scanner.l /php-src/ext/tokenizer tokenizer.c /php-src/ext/standard basic_functions.c Log: Fixed bug #47038 (Memory leak in include)

[PHP-CVS] cvs: php-src /ext/gd/tests gd_info_variation1.phpt

2009-03-25 Thread Takeshi Abe
tabeWed Mar 25 15:25:06 2009 UTC Modified files: /php-src/ext/gd/tests gd_info_variation1.phpt Log: fix test to follow #47757 http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/gd_info_variation1.phpt?r1=1.2r2=1.3diff_format=u Index:

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

2009-03-25 Thread Takeshi Abe
tabeWed Mar 25 15:25:59 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd/tests gd_info_variation1.phpt Log: MFH: fix test to follow #47757

[PHP-CVS] cvs: php-src /ext/gd/libgd gdft.c /ext/gd/tests bug43073.phpt

2009-03-25 Thread Takeshi Abe
tabeWed Mar 25 16:15:18 2009 UTC Added files: /php-src/ext/gd/tests bug43073.phpt Modified files: /php-src/ext/gd/libgd gdft.c Log: MFB: #43073, TrueType bounding box is wrong for angle0

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

2009-03-25 Thread Ilia Alshanetsky
iliaa Wed Mar 25 18:51:45 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/filter logical_filters.c Log: Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows f...@bar. addresses)

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

2009-03-25 Thread Ilia Alshanetsky
iliaa Wed Mar 25 18:52:09 2009 UTC Modified files: /php-src/ext/filter logical_filters.c Log: MFB: Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows f...@bar. addresses)

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

2009-03-25 Thread Ilia Alshanetsky
iliaa Wed Mar 25 18:53:05 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter logical_filters.c /php-srcNEWS Log: MFB: Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows f...@bar. addresses)

[PHP-CVS] cvs: php-src /main/streams userspace.c

2009-03-25 Thread Hannes Magnusson
bjori Wed Mar 25 19:55:50 2009 UTC Modified files: /php-src/main/streams userspace.c Log: Add missing proto http://cvs.php.net/viewvc.cgi/php-src/main/streams/userspace.c?r1=1.53r2=1.54diff_format=u Index: php-src/main/streams/userspace.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /main/streams userspace.c

2009-03-25 Thread Hannes Magnusson
bjori Wed Mar 25 19:56:00 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main/streams userspace.c Log: Add missing proto http://cvs.php.net/viewvc.cgi/php-src/main/streams/userspace.c?r1=1.31.2.3.2.7.2.8r2=1.31.2.3.2.7.2.9diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2009-03-25 Thread Derick Rethans
derick Wed Mar 25 21:31:58 2009 UTC Modified files: /CVSROOTavail Log: - Give Minghui Yang pecl/optimizer access. http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1506r2=1.1507diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1506

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

2009-03-25 Thread Felipe Pena
felipe Wed Mar 25 22:49:43 2009 UTC Added files: /php-src/ext/pcntl/tests003.phpt Modified files: /php-src/ext/pcntl pcntl.c Log: - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants). Patch by: mbeccati at

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/pcntl pcntl.c /ext/pcntl/tests 003.phpt

2009-03-25 Thread Felipe Pena
felipe Wed Mar 25 22:52:30 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcntl/tests003.phpt Modified files: /php-srcNEWS /php-src/ext/pcntl pcntl.c Log: MFH: - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and

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

2009-03-25 Thread Arnaud Le Blanc
lbarnaudWed Mar 25 23:33:36 2009 UTC Modified files: /php-src/ext/pcntl pcntl.c /php-src/ext/pcntl/tests002.phpt Log: Fix build on FreeBSD 7 (fixes #4) http://cvs.php.net/viewvc.cgi/php-src/ext/pcntl/pcntl.c?r1=1.74r2=1.75diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcntl pcntl.c /ext/pcntl/tests 002.phpt

2009-03-25 Thread Arnaud Le Blanc
lbarnaudWed Mar 25 23:34:08 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcntl pcntl.c /php-src/ext/pcntl/tests002.phpt Log: MFH: Fix build on FreeBSD 7 (fixes #4)

[PHP-CVS] cvs: php-src(PHP_5_3) /main output.c

2009-03-25 Thread Christian Seiler
cseiler Wed Mar 25 23:59:45 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main output.c Log: - Fixed memory leak in ob_get_clean/ob_get_flush. # Not necessary in HEAD because output buffering was completely rewritten # there.

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main output.c

2009-03-25 Thread Christian Seiler
cseiler Thu Mar 26 00:00:18 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main output.c Log: MFB: Fixed memory leak in ob_get_clean/ob_get_flush.

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

2009-03-25 Thread Felipe Pena
felipe Thu Mar 26 00:43:46 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd gd.c Log: - Missing changes related to #47757 for this branch http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.32.2.33r2=1.312.2.20.2.32.2.34diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) / php.ini-development php.ini-production

2009-03-25 Thread Eric Stewart
ericstewart Thu Mar 26 01:38:53 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcphp.ini-development php.ini-production Log: Corrected missing comment. http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.1.2.3r2=1.1.2.4diff_format=u Index:

[PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-03-25 Thread Eric Stewart
ericstewart Thu Mar 26 01:39:10 2009 UTC Modified files: /php-srcphp.ini-development php.ini-production Log: Corrected missing comment. http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.2r2=1.3diff_format=u Index: