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

2006-05-11 Thread Marcus Boerger
helly Thu May 11 22:58:14 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - Update http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.15&r2=1.2027.2.547.2.16&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.15 ph

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo pdo.c pdo_dbh.c pdo_stmt.c php_pdo.h php_pdo_driver.h php_pdo_int.h

2006-05-11 Thread Marcus Boerger
t_long(*pce, const_name, sizeof(const_name)-1, (long)value TSRMLS_CC);\ +} \ #define REGISTER_PDO_CLASS_CONST_STRING(const_name, value) \ - php_pdo_declare_stringl_constant(const_name, sizeof(const_name)-1, value, sizeof(value)-1 TSRMLS_CC); + zend_declare_class_c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/soap/tests/bugs bug31755.phpt

2006-05-11 Thread Antony Dovgal
tony2001Thu May 11 22:17:53 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/soap/tests/bugsbug31755.phpt Log: fix test http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/tests/bugs/bug31755.phpt?r1=1.2&r2=1.2.4.1&diff_format=u Index: php-s

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

2006-05-11 Thread Marcus Boerger
helly Thu May 11 22:17:43 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pdo/tests bug_36428.phpt Log: - MFH: add new test http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/tests/bug_36428.phpt?view=markup&rev=1.1 Index: php-src/ext/pdo/tests/bug_36

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /main main.c /sapi/cli php_cli.c

2006-05-11 Thread Dmitry Stogov
dmitry Thu May 11 22:11:17 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/main main.c /php-src/sapi/cli php_cli.c Log: Fixed bug #37306 (max_execution_time = max_input_time) http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r

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

2006-05-11 Thread Dmitry Stogov
dmitry Thu May 11 22:10:31 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main main.c /php-src/sapi/cli php_cli.c Log: Fixed bug #37306 (max_execution_time = max_input_time) http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r

[PHP-CVS] cvs: php-src /main main.c /sapi/cli php_cli.c

2006-05-11 Thread Dmitry Stogov
dmitry Thu May 11 22:08:55 2006 UTC Modified files: /php-src/main main.c /php-src/sapi/cli php_cli.c Log: Fixed bug #37306 (max_execution_time = max_input_time). http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.687&r2=1.688&diff_format=u

[PHP-CVS] cvs: php-src / acinclude.m4

2006-05-11 Thread Ilia Alshanetsky
iliaa Thu May 11 22:05:16 2006 UTC Modified files: /php-srcacinclude.m4 Log: MFB: Fixed bug #37413 (Rejected versions of flex that don't work). http://cvs.php.net/viewcvs.cgi/php-src/acinclude.m4?r1=1.345&r2=1.346&diff_format=u Index: php-src/acinclude

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

2006-05-11 Thread Ilia Alshanetsky
iliaa Thu May 11 22:04:51 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS acinclude.m4 Log: Fixed bug #37413 (Rejected versions of flex that don't work). http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.13&r2=1.2027.2.547.2.14&diff_

[PHP-CVS] cvs: php-src /ext/pdo_dblib config.w32 /ext/pdo_firebird config.w32 /ext/pdo_mysql config.w32 /ext/pdo_oci config.w32 /ext/pdo_pgsql config.w32 /ext/pdo_sqlite config.w32

2006-05-11 Thread Edin Kadribasic
edink Thu May 11 21:48:57 2006 UTC Modified files: /php-src/ext/pdo_dblib config.w32 /php-src/ext/pdo_firebird config.w32 /php-src/ext/pdo_mysql config.w32 /php-src/ext/pdo_ociconfig.w32 /php-src/ext/pdo_pgsql config.w32

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_dblib config.w32 /ext/pdo_firebird config.w32 /ext/pdo_mysql config.w32 /ext/pdo_oci config.w32 /ext/pdo_pgsql config.w32 /ext/pdo_sqlite config.w32

2006-05-11 Thread Edin Kadribasic
edink Thu May 11 21:43:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_dblib config.w32 /php-src/ext/pdo_firebird config.w32 /php-src/ext/pdo_mysql config.w32 /php-src/ext/pdo_ociconfig.w32 /php-src/ext/pdo_pgsql

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

2006-05-11 Thread Marcus Boerger
helly Thu May 11 21:01:04 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/spl/tests array_019.phpt Log: - Fix test http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/array_019.phpt?r1=1.1.2.2&r2=1.1.2.2.2.1&diff_format=u Index: php-src/ext/spl/te

[PHP-CVS] cvs: php-src /ext/dba/libinifile inifile.c

2006-05-11 Thread Marcus Boerger
helly Thu May 11 20:10:29 2006 UTC Modified files: /php-src/ext/dba/libinifile inifile.c Log: - Fix build http://cvs.php.net/viewcvs.cgi/php-src/ext/dba/libinifile/inifile.c?r1=1.16&r2=1.17&diff_format=u Index: php-src/ext/dba/libinifile/inifile.c diff -u php-

[PHP-CVS] cvs: php-src /ext/dba/libflatfile flatfile.c

2006-05-11 Thread Marcus Boerger
helly Thu May 11 20:08:45 2006 UTC Modified files: /php-src/ext/dba/libflatfileflatfile.c Log: - Fix build http://cvs.php.net/viewcvs.cgi/php-src/ext/dba/libflatfile/flatfile.c?r1=1.16&r2=1.17&diff_format=u Index: php-src/ext/dba/libflatfile/flatfile.c

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

2006-05-11 Thread Antony Dovgal
tony2001Thu May 11 15:43:29 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/spl/tests array_013.phpt Log: fix test http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/array_013.phpt?r1=1.1&r2=1.1.6.1&diff_format=u Index: php-src/ext/spl/t

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/mbstring mbstring.c

2006-05-11 Thread Derick Rethans
On Thu, 11 May 2006, Seiji Masugata wrote: > masugata Thu May 11 14:47:34 2006 UTC > > Modified files: (Branch: PHP_5_1) > /php-src/ext/mbstring mbstring.c > Log: > fixed all mbstring setting information doesn't return in mb_get_info( ). There is no point

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mbstring mbstring.c

2006-05-11 Thread Seiji Masugata
masugataThu May 11 14:47:34 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/mbstring mbstring.c Log: fixed all mbstring setting information doesn't return in mb_get_info( ). http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/mbstring.c?r1=1

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

2006-05-11 Thread Seiji Masugata
masugataThu May 11 14:42:12 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring mbstring.c Log: fixed all mbstring setting information doesn't return in mb_get_info( ). http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/mbstring.c?r1=1

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

2006-05-11 Thread Seiji Masugata
masugataThu May 11 14:37:42 2006 UTC Modified files: /php-src/ext/mbstring mbstring.c Log: fixed all mbstring setting information doesn't return in mb_get_info( ). http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/mbstring.c?r1=1.255&r2=1.256&dif

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mcrypt mcrypt.c /ext/spl spl_array.c

2006-05-11 Thread Marcus Boerger
helly Thu May 11 08:06:23 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mcrypt mcrypt.c /php-src/ext/splspl_array.c Log: - Use of E_RECOVERABLE_ERROR http://cvs.php.net/viewcvs.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.91.2.3&r2=1.91.2.3.2.1&diff_

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

2006-05-11 Thread Marcus Boerger
helly Thu May 11 07:56:36 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: - MFH Fix error mode handling http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.640.2.23.2.1&r2=1.640.2.23.2.2&diff_format=u Index: php-src/main/main.c di

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

2006-05-11 Thread Marcus Boerger
helly Thu May 11 07:55:48 2006 UTC Modified files: /php-src/main main.c Log: - Fix error mode handling http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.686&r2=1.687&diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.686 php-src