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

2007-03-09 Thread Pierre-Alain Joye
pajoye Sat Mar 10 01:23:42 2007 UTC Modified files: /php-src/ext/gd/tests bug40764.phpt /php-src/ext/gd/libgd gd.c Log: - MFB: #40764, line thickness not respected for horizontal and vertical lines http://cvs.php.net/viewvc.cgi/php-src/

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/gd/tests bug40764.phpt

2007-03-09 Thread Pierre-Alain Joye
pajoye Sat Mar 10 01:13:19 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/gd/tests bug40764.phpt Modified files: /php-srcNEWS Log: - #40764, line thickness not respected for horizontal and vertical lines - add test - N

[PHP-CVS] cvs: php-src /ext/mysqli/tests bug38710.phpt

2007-03-09 Thread Stanislav Malyshev
stasFri Mar 9 18:37:32 2007 UTC Modified files: /php-src/ext/mysqli/tests bug38710.phpt Log: add testcase http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug38710.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/mysqli/tests/bug38710.phpt diff

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli/tests bug38710.phpt

2007-03-09 Thread Stanislav Malyshev
stasFri Mar 9 18:37:03 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/mysqli/tests bug38710.phpt Log: add testcase http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug38710.phpt?view=markup&rev=1.1 Index: php-src/ext/mysqli/tests/bug3871

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2007-03-09 Thread Dmitry Stogov
dmitry Fri Mar 9 16:50:17 2007 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Return HTTP 403 in case of "access denied". http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.315&r2=1.316&diff_format=u Index: php-src/sapi/cgi/cgi_main.c d

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cgi cgi_main.c

2007-03-09 Thread Dmitry Stogov
dmitry Fri Mar 9 16:46:08 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cgi cgi_main.c Log: Return HTTP 403 in case of "access denied". http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.29&r2=1.267.2.15.2.30&diff_format=u

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /ext/session mod_files.c

2007-03-09 Thread Antony Dovgal
tony2001Fri Mar 9 10:29:33 2007 UTC Modified files: (Branch: PHP_4_4) /php-srcNEWS /php-src/ext/sessionmod_files.c Log: fix #40747 (possible crash in session when save_path is out of open_basedir) http://cvs.php.net/viewvc.cgi/php-src

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard string.c /ext/standard/tests/strings bug40754.phpt

2007-03-09 Thread Antony Dovgal
tony2001Fri Mar 9 10:04:59 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c /php-src/ext/standard/tests/strings bug40754.phpt Log: fix substr() it's perfectly legal to do substr("str", 0, 100); http://cvs.php.

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/tests 010.phpt /ext/standard/tests/strings substr_compare.phpt

2007-03-09 Thread Antony Dovgal
tony2001Fri Mar 9 09:45:14 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings substr_compare.phpt /php-src/ext/date/tests 010.phpt Log: fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/subs

Re: [PHP-CVS] cvs: php-src /ext/mysqli mysqli_api.c

2007-03-09 Thread Andrey Hristov
Stas, test case? Stanislav Malyshev wrote: > stas Thu Mar 8 22:57:02 2007 UTC > > Modified files: > /php-src/ext/mysqli mysqli_api.c > Log: > MFB: fix crash/leak in bug #38710 > > > http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1