Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/odbc php_odbc.c php_odbc.h php_odbc_includes.h

2008-09-02 Thread Jani Taskinen
Patrick van Kleef wrote: I have merged these fixes to HEAD, PHP5_3 and PHP5_2 branch as per your request. Jani: Please move the NEWS item fixes to PHP5_2 so i can see how you want this committed for future reference. Done. I will start looking at the registered ODBC bugs in the system to se

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main main.c /tests/lang bug43958.phpt

2008-09-02 Thread Dmitry Stogov
dmitry Tue Sep 2 09:45:36 2008 UTC Added files: (Branch: PHP_5_2) /php-src/tests/lang bug43958.phpt Modified files: /php-srcNEWS /php-src/main main.c Log: Fixed Bug #43958 (class name added into the error message) http

[PHP-CVS] cvs: php-src(PHP_5_3) /main main.c /tests/lang bug43958.phpt

2008-09-02 Thread Dmitry Stogov
dmitry Tue Sep 2 09:45:49 2008 UTC Added files: (Branch: PHP_5_3) /php-src/tests/lang bug43958.phpt Modified files: /php-src/main main.c Log: Fixed Bug #43958 (class name added into the error message) http://cvs.php.net/viewvc.

[PHP-CVS] cvs: php-src /main main.c /tests/lang bug43958.phpt

2008-09-02 Thread Dmitry Stogov
dmitry Tue Sep 2 09:46:00 2008 UTC Modified files: /php-src/main main.c /php-src/tests/lang bug43958.phpt Log: Fixed Bug #43958 (class name added into the error message) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.783&r2=1.784&diff_for

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/fileinfo fileinfo.c /ext/fileinfo/libmagic magic.c /ext/fileinfo/tests finfo_file_001.phpt

2008-09-02 Thread Pierre-Alain Joye
pajoye Tue Sep 2 10:15:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/fileinfo fileinfo.c /php-src/ext/fileinfo/libmagic magic.c /php-src/ext/fileinfo/tests finfo_file_001.phpt Log: - don't close caller streams in libmagic (prevent

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

2008-09-02 Thread Pierre-Alain Joye
pajoye Tue Sep 2 10:28:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/fileinfo/tests mime_content_type_001.phpt Log: - fix test (file or path not found) (Thanks Dmitry for the notice) http://cvs.php.net/viewvc.cgi/php-src/ext/fileinfo/tests/mime_

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

2008-09-02 Thread Felipe Pena
felipe Tue Sep 2 12:43:24 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/fileinfo/libmagic apprentice.c Log: - Silent valgrind http://cvs.php.net/viewvc.cgi/php-src/ext/fileinfo/libmagic/apprentice.c?r1=1.7.2.4&r2=1.7.2.5&diff_format=u Index: php-

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

2008-09-02 Thread Dmitry Stogov
dmitry Tue Sep 2 13:22:00 2008 UTC Added files: (Branch: PHP_5_2) /php-src/sapi/cgi/tests 010.phpt Modified files: /php-srcNEWS /php-src/sapi/cgi cgi_main.c Log: Fixed bug #45860 (header() function fails to correctly replace

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c /sapi/cgi/tests 010.phpt

2008-09-02 Thread Dmitry Stogov
dmitry Tue Sep 2 13:22:16 2008 UTC Added files: (Branch: PHP_5_3) /php-src/sapi/cgi/tests 010.phpt Modified files: /php-src/sapi/cgi cgi_main.c Log: Fixed bug #45860 (header() function fails to correctly replace all Status lines)

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

2008-09-02 Thread Dmitry Stogov
dmitry Tue Sep 2 13:22:27 2008 UTC Modified files: /php-src/sapi/cgi cgi_main.c /php-src/sapi/cgi/tests 010.phpt Log: Fixed bug #45860 (header() function fails to correctly replace all Status lines) http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c /sapi/cgi/tests 010.phpt

2008-09-02 Thread Mikko Koppanen
On Tue, Sep 2, 2008 at 2:22 PM, Dmitry Stogov <[EMAIL PROTECTED]> wrote: > dmitry Tue Sep 2 13:22:16 2008 UTC > > Added files: (Branch: PHP_5_3) >/php-src/sapi/cgi/tests 010.phpt > > Modified files: >/php-src/sapi/cgi cgi_main.c > Log: > Fixed bug #45860

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

2008-09-02 Thread Nuno Lopes
nlopess Tue Sep 2 19:10:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c Log: kill dead variables. found by LLVM's clang static analyzer http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.21.2.22&r2=1.168.2.9.2.2

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

2008-09-02 Thread Nuno Lopes
nlopess Tue Sep 2 19:13:24 2008 UTC Modified files: /php-src/ext/pcre php_pcre.c Log: MFB: kill unused var http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.239&r2=1.240&diff_format=u Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext/pcre/ph

[PHP-CVS] cvs: php-src /ext/fileinfo/tests mime_content_type_002.phpt

2008-09-02 Thread Felipe Pena
felipe Tue Sep 2 19:27:32 2008 UTC Added files: /php-src/ext/fileinfo/tests mime_content_type_002.phpt Log: - New test http://cvs.php.net/viewvc.cgi/php-src/ext/fileinfo/tests/mime_content_type_002.phpt?view=markup&rev=1.1 Index: php-src/ext/fileinfo/tests

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

2008-09-02 Thread Felipe Pena
felipe Tue Sep 2 19:28:21 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/fileinfo/tests mime_content_type_002.phpt Log: - New test http://cvs.php.net/viewvc.cgi/php-src/ext/fileinfo/tests/mime_content_type_002.phpt?view=markup&rev=1.1 Index: php-src/e

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

2008-09-02 Thread Jani Taskinen
janiTue Sep 2 08:58:01 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - Fixed bug entries http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1209&r2=1.2027.2.547.2.1210&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027

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

2008-09-02 Thread Jani Taskinen
janiTue Sep 2 08:58:18 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - Moved to PHP_5_2 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.305&r2=1.2027.2.547.2.965.2.306&diff_format=u Index: php-src/NEWS diff -u php-src/NE