[PHP-CVS] cvs: php-src /ext/pdo pdo_dbh.c /ext/pdo_mysql/tests pdo_mysql_subclass.phpt

2008-09-16 Thread Johannes Schlüter
johannesTue Sep 16 23:34:31 2008 UTC Modified files: /php-src/ext/pdopdo_dbh.c /php-src/ext/pdo_mysql/testspdo_mysql_subclass.phpt Log: - Fix #44425 (Extending PDO/MySQL class with a __call() function doesn't work) http://cvs.php.net/

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo pdo_dbh.c /ext/pdo_mysql/tests pdo_mysql_subclass.phpt

2008-09-16 Thread Johannes Schlüter
johannesTue Sep 16 23:35:50 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdopdo_dbh.c /php-src/ext/pdo_mysql/testspdo_mysql_subclass.phpt Log: MFH Fix #44425 (Extending PDO/MySQL class with a __call() function doesn't work)

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

2008-09-16 Thread Johannes Schlüter
johannesTue Sep 16 23:37:35 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdopdo_dbh.c /php-srcNEWS Log: MFH Fix #44424 (Extending PDO/MySQL class with a __call() function doesn't work) http://cvs.php.net/viewvc.cgi/php-src/ext/

[PHP-CVS] cvs: php-src /ext/mysql mysql_mysqlnd.h php_mysql.c

2008-09-29 Thread Johannes Schlüter
johannesMon Sep 29 21:15:17 2008 UTC Modified files: /php-src/ext/mysql mysql_mysqlnd.h php_mysql.c Log: No mysqli stuff in ext/mysql http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/mysql_mysqlnd.h?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/mysql/my

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql mysql_mysqlnd.h php_mysql.c

2008-09-29 Thread Johannes Schlüter
johannesMon Sep 29 21:18:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysql mysql_mysqlnd.h php_mysql.c Log: MFH: No mysqli stuff in ext/mysql http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/mysql_mysqlnd.h?r1=1.2.2.3&r2=1.2.2.4&diff_format

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

2008-09-29 Thread Johannes Schlüter
johannesMon Sep 29 21:20:38 2008 UTC Modified files: /php-src/ext/pdo_mysql pdo_mysql.c Log: Free persistent cache and improve MINFO output http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/pdo_mysql.c?r1=1.20&r2=1.21&diff_format=u Index: php-src/

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

2008-09-29 Thread Johannes Schlüter
johannesMon Sep 29 21:20:50 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_mysql pdo_mysql.c Log: MFH: Free persistent cache and improve MINFO output http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/pdo_mysql.c?r1=1.8.2.13.2.1.2.4&r2=

[PHP-CVS] cvs: php-src /ext/pdo_mysql/tests pdo_mysql_phpinfo.phpt

2008-10-01 Thread Johannes Schlüter
johannesWed Oct 1 19:45:02 2008 UTC Modified files: /php-src/ext/pdo_mysql/testspdo_mysql_phpinfo.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/pdo_mysql_phpinfo.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/

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

2008-10-01 Thread Johannes Schlüter
johannesWed Oct 1 19:45:22 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_mysql/testspdo_mysql_phpinfo.phpt Log: MFH: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/pdo_mysql_phpinfo.phpt?r1=1.1.2.2&r2=1.1.2.3&dif

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

2008-10-01 Thread Johannes Schlüter
johannesWed Oct 1 19:46:58 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c Log: Handle failed connections right http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd.c?r1=1.28&r2=1.29&diff_format=u Index: php-src/ext/mysqlnd/mysqlnd.c

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

2008-10-01 Thread Johannes Schlüter
johannesWed Oct 1 19:47:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd.c Log: MFH: Handle failed connections right http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd.c?r1=1.5.2.27&r2=1.5.2.28&diff_format=u Index:

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

2008-10-01 Thread Johannes Schlüter
On Tue, 2008-09-30 at 13:25 +0400, Antony Dovgal wrote: > On 30.09.2008 01:20, Johannes Schlüter wrote: > > @@ -109,23 +110,23 @@ > > static PHP_MINFO_FUNCTION(pdo_mysql) > > { > > php_info_print_table_start(); > > -#ifdef PDO_USE_MYSQLND > > - php

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

2008-10-01 Thread Johannes Schlüter
johannesWed Oct 1 21:35:28 2008 UTC Modified files: /php-src/ext/mysqlndphp_mysqlnd.c Log: Improve order in MINFO output http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/php_mysqlnd.c?r1=1.7&r2=1.8&diff_format=u Index: php-src/ext/mysqlnd/php_m

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

2008-10-01 Thread Johannes Schlüter
johannesWed Oct 1 21:36:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndphp_mysqlnd.c Log: MFH: Improve order in MINFO output http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/php_mysqlnd.c?r1=1.1.2.6&r2=1.1.2.7&diff_format=u In

[PHP-CVS] cvs: php-src /ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /ext/pdo_mysql/tests pdo_mysql_class_constants.phpt

2008-10-14 Thread Johannes Schlüter
johannesTue Oct 14 19:00:11 2008 UTC Modified files: /php-src/ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /php-src/ext/pdo_mysql/testspdo_mysql_class_constants.phpt Log: Add PDO::MYSQL_ATTR

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /ext/pdo_mysql/tests pdo_mysql_class_constants.phpt

2008-10-14 Thread Johannes Schlüter
johannesTue Oct 14 19:00:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /php-src/ext/pdo_mysql/testspdo_mysql_class_constants.phpt Log: MF

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

2008-10-14 Thread Johannes Schlüter
johannesTue Oct 14 19:03:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Update NEWS http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.343&r2=1.2027.2.547.2.965.2.344&diff_format=u Index: php-src/NEWS diff -u php-sr

[PHP-CVS] cvs: php-src /ext/pdo_mysql/tests bug46292.phpt

2008-10-19 Thread Johannes Schlüter
johannesSun Oct 19 12:20:28 2008 UTC Modified files: /php-src/ext/pdo_mysql/testsbug46292.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/bug46292.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/pdo_mysql/tests/bu

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

2008-10-19 Thread Johannes Schlüter
johannesSun Oct 19 12:20:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_mysql/testsbug46292.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/bug46292.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u Index: php-s

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

2008-10-19 Thread Johannes Schlüter
johannesSun Oct 19 12:22:49 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd_ps.c Log: Don't dereference NULL-pointer http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_ps.c?r1=1.20&r2=1.21&diff_format=u Index: php-src/ext/mysqlnd/mysq

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

2008-10-19 Thread Johannes Schlüter
johannesSun Oct 19 12:28:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_ps.c Log: MFH: Don't dereference NULL-pointer http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_ps.c?r1=1.3.2.17&r2=1.3.2.18&diff_format=u I

[PHP-CVS] cvs: php-src /ext/pdo_mysql/tests mysql_pdo_test.inc

2008-10-19 Thread Johannes Schlüter
johannesSun Oct 19 12:43:10 2008 UTC Modified files: /php-src/ext/pdo_mysql/testsmysql_pdo_test.inc Log: fix mysqlnd detection http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/mysql_pdo_test.inc?r1=1.1&r2=1.2&diff_format=u Index: php-src

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_mysql/tests mysql_pdo_test.inc

2008-10-19 Thread Johannes Schlüter
johannesSun Oct 19 12:43:34 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_mysql/testsmysql_pdo_test.inc Log: MFH: fix mysqlnd detection http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/mysql_pdo_test.inc?r1=1.1.2.2&r2=1.1.2.

[PHP-CVS] cvs: php-src / run-tests.php

2008-10-19 Thread Johannes Schlüter
johannesSun Oct 19 18:04:35 2008 UTC Modified files: /php-srcrun-tests.php Log: Add %S and %A to EXPECTF, they work like %s and %a but match empty strings, too http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.379&r2=1.380&diff_format=u Index

[PHP-CVS] cvs: php-src(PHP_5_3) / run-tests.php

2008-10-19 Thread Johannes Schlüter
johannesSun Oct 19 18:05:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: Add %S and %A to EXPECTF, they work like %s and %a but match empty strings, too http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-10-19 Thread Johannes Schlüter
johannesSun Oct 19 18:07:04 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Add %S and %A to EXPECTF, they work like %s and %a but match empty strings, too http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.47&r

[PHP-CVS] cvs: php-src /ext/pdo_mysql/tests pdo_mysql_subclass.phpt

2008-10-19 Thread Johannes Schlüter
johannesSun Oct 19 18:08:19 2008 UTC Modified files: /php-src/ext/pdo_mysql/testspdo_mysql_subclass.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ex

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

2008-10-19 Thread Johannes Schlüter
johannesSun Oct 19 18:08:29 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_mysql/testspdo_mysql_subclass.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_f

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_insert_id_variation.phpt /ext/mysqlnd mysqlnd.c mysqlnd_loaddata.c mysqlnd_ps.c

2008-10-27 Thread Johannes Schlüter
johannesMon Oct 27 17:20:27 2008 UTC Added files: /php-src/ext/mysqli/tests mysqli_insert_id_variation.phpt Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd_loaddata.c mysqlnd_ps.c Log: Fix #46285 (lastInsertId() retu

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests mysqli_insert_id_variation.phpt /ext/mysqlnd mysqlnd.c mysqlnd_loaddata.c mysqlnd_ps.c

2008-10-27 Thread Johannes Schlüter
johannesMon Oct 27 17:21:22 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests mysqli_insert_id_variation.phpt Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd_loaddata.c mysqlnd_ps.c Log: MFH: Fix #4628

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

2008-10-27 Thread Johannes Schlüter
johannesMon Oct 27 17:25:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.352&r2=1.2027.2.547.2.965.2.353&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.20

[PHP-CVS] cvs: php-src /ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /ext/pdo_mysql/tests pdo_mysql_class_constants.phpt

2008-10-27 Thread Johannes Schlüter
johannesMon Oct 27 18:29:57 2008 UTC Modified files: /php-src/ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /php-src/ext/pdo_mysql/testspdo_mysql_class_constants.phpt Log: Fix #44135 (PDO MyS

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /ext/pdo_mysql/tests pdo_mysql_class_constants.phpt

2008-10-27 Thread Johannes Schlüter
johannesMon Oct 27 18:32:09 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /php-src/ext/pdo_mysql/testspdo_mysql_class_const

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

2008-10-27 Thread Johannes Schlüter
johannesMon Oct 27 18:33:23 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Fix NEWS http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.354&r2=1.2027.2.547.2.965.2.355&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS

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

2008-10-28 Thread Johannes Schlüter
On Mon, 2008-10-27 at 23:27 +, "Ilia Alshanetsky" wrote: > iliaa Mon Oct 27 23:27:21 2008 UTC > > Modified files: (Branch: PHP_5_3) > /php-src/ext/mysqlphp_mysql.c > Log: > > Fixed compiler warning I know merging to HEAD can be annoying but in this c

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

2008-11-04 Thread Johannes Schlüter
On Tue, 2008-11-04 at 18:28 +, "David Coallier" wrote: > @@ -1004,6 +1009,8 @@ > add_next_index_string(return_value, > dbh->query_stmt->error_code, 1); > } else { > add_next_index_string(return_value, dbh->error_code, 1); > + add_next_index_null(re

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_mysql config.m4

2008-11-06 Thread Johannes Schlüter
johannesThu Nov 6 11:12:21 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_mysql config.m4 Log: MFH: Don't enable mysqlnd when pdo_mysql is being built with libmysql http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/config.m4?r1=1.25.2

[PHP-CVS] cvs: php-src /ext/pdo_mysql config.m4

2008-11-06 Thread Johannes Schlüter
johannesThu Nov 6 11:11:57 2008 UTC Modified files: /php-src/ext/pdo_mysql config.m4 Log: Don't enable mysqlnd when pdo_mysql is being built with libmysql http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/config.m4?r1=1.29&r2=1.30&diff_format=u I

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

2008-11-28 Thread Johannes Schlüter
johannesFri Nov 28 14:37:43 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd_loaddata.c Log: No infinite loop in case the connection broke http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_loaddata.c?r1=1.8&r2=1.9&diff_format=u Index:

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

2008-11-28 Thread Johannes Schlüter
johannesFri Nov 28 14:38:03 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_loaddata.c Log: MFH: No infinite loop in case the connection broke http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_loaddata.c?r1=1.2.2.8&r

[PHP-CVS] cvs: php-src /ext/mysql php_mysql.c /ext/mysql/tests mysql_affected_rows.phpt mysql_close.phpt mysql_data_seek.phpt mysql_db_name.phpt mysql_errno.phpt mysql_error.phpt mysql_fetch_field.ph

2008-11-28 Thread Johannes Schlüter
johannesFri Nov 28 20:21:35 2008 UTC Modified files: /php-src/ext/mysql php_mysql.c /php-src/ext/mysql/testsmysql_affected_rows.phpt mysql_close.phpt mysql_data_seek.phpt mysql_db_name.phpt

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

2008-11-28 Thread Johannes Schlüter
johannesFri Nov 28 20:36:48 2008 UTC Modified files: /php-src/ext/mysqli mysqli_embedded.c Log: Change to zend_parse_parameters http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_embedded.c?r1=1.9&r2=1.10&diff_format=u Index: php-src/ext/mysqli/mysq

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

2008-11-28 Thread Johannes Schlüter
johannesFri Nov 28 20:38:20 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli mysqli_embedded.c Log: MFH: Change to zend_parse_parameters http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_embedded.c?r1=1.4.2.1.2.2.2.2&r2=1.4.2.1.2.2.2.3

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

2008-12-01 Thread Johannes Schlüter
johannesMon Dec 1 21:20:27 2008 UTC Modified files: /php-src/ext/mysql php_mysql.c /php-src/ext/mysql/testsmysql_fetch_array.phpt mysql_fetch_assoc.phpt mysql_fetch_row.phpt Log: F

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

2008-12-01 Thread Johannes Schlüter
johannesMon Dec 1 21:20:47 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysql php_mysql.c /php-src/ext/mysql/testsmysql_fetch_array.phpt mysql_fetch_assoc.phpt mysql_fetch_row

[PHP-CVS] Re: cvs: php-src(PHP_5_3) /ext/session/tests session_name_error.phpt session_save_path_error.phpt session_save_path_variation4.phpt

2008-12-01 Thread Johannes Schlüter
On Thu, 2008-11-27 at 13:50 +, "Ant Phillips" wrote: > ant Thu Nov 27 13:50:28 2008 UTC > > Modified files: (Branch: PHP_5_3) > /php-src/ext/session/testssession_save_path_error.phpt > session_save_path_variation4.phpt

[PHP-CVS] cvs: CVSROOT / avail

2008-12-01 Thread Johannes Schlüter
johannesMon Dec 1 21:58:33 2008 UTC Modified files: /CVSROOTavail Log: upgrade lukas http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1470&r2=1.1471&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1470 CVSROOT/avail:1.1471 --- CVSROOT/ava

[PHP-CVS] cvs: php-src /ext/recode config9.m4

2008-12-01 Thread Johannes Schlüter
johannesMon Dec 1 23:29:42 2008 UTC Modified files: /php-src/ext/recode config9.m4 Log: - hash_insert was renamed in MySQL 5.0 so we can safely use recode and mysql with recent libmysql versions [DOC] http://cvs.php.net/viewvc.cgi/php-src/ext/rec

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/recode config9.m4

2008-12-01 Thread Johannes Schlüter
johannesMon Dec 1 23:30:22 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/recode config9.m4 Log: MFH: hash_insert was renamed in MySQL 5.0 so we can safely use recode and mysql with recent libmysql versions [DOC]

[PHP-CVS] cvs: php-src /ext/pdo_sqlite/tests bug44327_2.phpt bug44327_3.phpt debugdumpparams_001.phpt pdo_sqlite_createaggregate.phpt pdo_sqlite_createfunction.phpt pdo_sqlite_lastinsertid.phpt pdo_sq

2008-12-03 Thread Johannes Schlüter
johannesWed Dec 3 11:00:19 2008 UTC Modified files: /php-src/ext/pdo_sqlite/tests bug44327_2.phpt bug44327_3.phpt debugdumpparams_001.phpt pdo_sqlite_createaggregate.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_sqlite/tests bug44327_2.phpt bug44327_3.phpt debugdumpparams_001.phpt pdo_sqlite_createaggregate.phpt pdo_sqlite_createfunction.phpt pdo_sqlite_lastinsertid.ph

2008-12-03 Thread Johannes Schlüter
johannesWed Dec 3 11:00:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_sqlite/tests bug44327_2.phpt bug44327_3.phpt debugdumpparams_001.phpt pdo_sqlite_create

[PHP-CVS] cvs: php-src /ext/standard/tests/file file_put_contents_variation4.phpt file_put_contents_variation6.phpt

2008-12-03 Thread Johannes Schlüter
johannesWed Dec 3 11:27:11 2008 UTC Modified files: /php-src/ext/standard/tests/filefile_put_contents_variation4.phpt file_put_contents_variation6.phpt Log: Cleanup after running the tests ... http://cvs.php.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file file_put_contents_variation4.phpt file_put_contents_variation6.phpt

2008-12-03 Thread Johannes Schlüter
johannesWed Dec 3 11:28:13 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filefile_put_contents_variation4.phpt file_put_contents_variation6.phpt Log: Cleanup after running the tests ...

[PHP-CVS] Re: cvs: php-src(PHP_5_3) /ext/standard/tests/file file_put_contents_variation4.phpt file_put_contents_variation6.phpt

2008-12-03 Thread Johannes Schlüter
And and Dave, about these two tests: On Wed, 2008-12-03 at 11:28 +, "Johannes Schlüter" wrote: > johannes Wed Dec 3 11:28:13 2008 UTC > > Modified files: (Branch: PHP_5_3) > /php-src/ext/standard/tests/file file_put_co

[PHP-CVS] Re: cvs: php-src(PHP_5_3) /ext/standard/tests/file file_put_contents_variation4.phpt file_put_contents_variation6.phpt

2008-12-03 Thread Johannes Schlüter
On Wed, 2008-12-03 at 12:33 +0100, Johannes Schlüter wrote: > And and Dave, > > about these two tests: while at that: Could you please also check why, after running ext/standard/tests/file/*.phpt, a file and directory "fileGetContentsVar7.dir/readFileVar7.tmp" exist? - I d

[PHP-CVS] cvs: php-src /ext/standard credits_ext.h

2008-12-03 Thread Johannes Schlüter
johannesWed Dec 3 11:44:46 2008 UTC Modified files: /php-src/ext/standard credits_ext.h Log: Update credits http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits_ext.h?r1=1.46&r2=1.47&diff_format=u Index: php-src/ext/standard/credits_ext.h di

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard credits_ext.h

2008-12-03 Thread Johannes Schlüter
johannesWed Dec 3 11:45:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard credits_ext.h Log: Update credits http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits_ext.h?r1=1.30.2.6.2.6.2.8&r2=1.30.2.6.2.6.2.9&diff_format=u Ind

[PHP-CVS] cvs: php-src /ext/standard/tests/array array_count_values_variation.phpt

2008-12-03 Thread Johannes Schlüter
johannesWed Dec 3 20:30:35 2008 UTC Modified files: /php-src/ext/standard/tests/array array_count_values_variation.phpt Log: One more cleanup after running tests http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_count_values_variati

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array array_count_values_variation.phpt

2008-12-03 Thread Johannes Schlüter
johannesWed Dec 3 20:30:45 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array array_count_values_variation.phpt Log: MFH One more cleanup after running tests http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS configure.in /main php_version.h

2008-12-03 Thread Johannes Schlüter
johannesWed Dec 3 20:40:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main php_version.h /php-srcconfigure.in NEWS Log: 5.3.0. Alpha 3 http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.50.2.5&r2=1.112.2.37.2

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

2008-12-03 Thread Johannes Schlüter
johannesWed Dec 3 20:44:52 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: fix vi user error http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.401&r2=1.2027.2.547.2.965.2.402&diff_format=u Index: php-src/NEWS diff -u php

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS configure.in /main php_version.h

2008-12-03 Thread Johannes Schlüter
johannesWed Dec 3 21:01:52 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main php_version.h /php-srcconfigure.in NEWS Log: Back to -dev http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.50.2.6&r2=1.112.2.37.2.5

[PHP-CVS] Re: cvs: php-src(PHP_5_3) / run-tests.php

2008-12-08 Thread Johannes Schlüter
On Mon, 2008-12-08 at 12:36 +, "Jani Taskinen" wrote: > +// If __DIR__ is not defined, define it > +if (!defined('__DIR__')) { defined() will always return true ... > + define('__DIR__', realpath(dirname(__FILE__))); ... but this will never throw an error. $ sapi/cli/php -d error_repor

Re: [PHP-CVS] Re: cvs: php-src(PHP_5_3) / run-tests.php

2008-12-09 Thread Johannes Schlüter
On Tue, 2008-12-09 at 10:56 +0100, Hannes Magnusson wrote: > defined() apparently doesn't work on magic constants (__LINE__, > __METHOD__, __FILE__...). > The docs don't mention this so I assume johannes found a bug he should report > :) If there is a bug it's in the docs I'd say as get_defined_c

[PHP-CVS] cvs: php-src /tests/strings 001.phpt

2008-12-12 Thread Johannes Schlüter
johannesFri Dec 12 21:20:44 2008 UTC Modified files: /php-src/tests/strings 001.phpt Log: Fix tests http://cvs.php.net/viewvc.cgi/php-src/tests/strings/001.phpt?r1=1.7&r2=1.8&diff_format=u Index: php-src/tests/strings/001.phpt diff -u php-src/tests/

[PHP-CVS] cvs: php-src /ext/date/tests 009.phpt ZendEngine2/tests bug46811.phpt

2008-12-13 Thread Johannes Schlüter
johannesSat Dec 13 22:22:40 2008 UTC Modified files: /ZendEngine2/tests bug46811.phpt /php-src/ext/date/tests 009.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/bug46811.phpt?r1=1.1&r2=1.2&diff_format=u Index: ZendEngine2/te

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/date/tests 009.phpt ZendEngine2/tests bug46811.phpt

2008-12-13 Thread Johannes Schlüter
johannesSat Dec 13 22:23:30 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2/tests bug46811.phpt /php-src/ext/date/tests 009.phpt Log: MFH (Use the same test fiel as in HEAD) http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/bug46811.phpt?r

[PHP-CVS] cvs: CVSROOT / avail

2008-12-15 Thread Johannes Schlüter
johannesTue Dec 16 00:43:35 2008 UTC Modified files: /CVSROOTavail Log: I have global karma so no need for that special entry; grant pecl/idn karma to ch http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1478&r2=1.1479&diff_format=u Index: CVSROOT/av

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

2008-12-21 Thread Johannes Schlüter
johannesSun, 21 Dec 2008 15:56:23 + Changed paths: _U php/php-src/branches/PHP_5_3/ U php/php-src/branches/PHP_5_3/stub.c Log: this is a test using bzr as svn frontend... Property changes on: php/php-src/branches/PHP_5_3 __

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

2008-12-21 Thread Johannes Schlüter
johannesSun, 21 Dec 2008 16:04:20 + Changed paths: _U php/php-src/branches/PHP_5_3/ U php/php-src/branches/PHP_5_3/stub.c Log: A second test ... Property changes on: php/php-src/branches/PHP_5_3

[PHP-CVS] cvs: CVSROOT / avail

2009-01-06 Thread Johannes Schlüter
johannesTue Jan 6 10:52:44 2009 UTC Modified files: /CVSROOTavail Log: upgrade Christian Hammers (ch) with phpdoc karma as suggested by Hannes http://news.php.net/php.doc/969379958 http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1484&r2=1.1485

[PHP-CVS] cvs: php-src /ext/mysqli mysqli.c /ext/mysqli/tests 066.phpt bug34810.phpt mysqli_class_mysqli_result_interface.phpt mysqli_class_mysqli_stmt_interface.phpt mysqli_mysqli_result_invalid_mod

2009-01-07 Thread Johannes Schlüter
johannesWed Jan 7 16:29:42 2009 UTC Modified files: /php-src/ext/mysqli mysqli.c /php-src/ext/mysqli/tests 066.phpt bug34810.phpt mysqli_class_mysqli_result_interface.phpt mysqli_class_mys

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/mysqli mysqli.c /ext/mysqli/tests 066.phpt bug34810.phpt mysqli_class_mysqli_result_interface.phpt mysqli_class_mysqli_stmt_interface.phpt mysqli_mysqli_r

2009-01-07 Thread Johannes Schlüter
johannesWed Jan 7 16:32:09 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/mysqli mysqli.c /php-src/ext/mysqli/tests 066.phpt bug34810.phpt mysqli_class_mysqli_result_interface.phpt

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

2009-01-09 Thread Johannes Schlüter
johannesFri Jan 9 14:28:31 2009 UTC Modified files: /php-src/ext/mysqli mysqli_api.c Log: Fix #46653 mysqlnd: can't extend mysqli http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.170&r2=1.171&diff_format=u Index: php-src/ext/mysqli/

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

2009-01-09 Thread Johannes Schlüter
johannesFri Jan 9 14:30:01 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli mysqli_api.c /php-srcNEWS Log: MFH: Fixed bug #46653 http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.118.2.22.2.16.2.22&r2=1.118.2.2

[PHP-CVS] cvs: php-src /ext/mysqli mysqli.c mysqli_prop.c /ext/mysqli/tests mysqli_fetch_lengths_oo.phpt mysqli_result_references.phpt

2009-01-12 Thread Johannes Schlüter
johannesMon Jan 12 12:54:17 2009 UTC Modified files: /php-src/ext/mysqli mysqli.c mysqli_prop.c /php-src/ext/mysqli/tests mysqli_fetch_lengths_oo.phpt mysqli_result_references.phpt Log: - Fix #45940 MySQLI OO does not

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/mysqli mysqli.c mysqli_prop.c /ext/mysqli/tests mysqli_fetch_lengths_oo.phpt mysqli_result_references.phpt

2009-01-12 Thread Johannes Schlüter
johannesMon Jan 12 12:56:02 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/mysqli mysqli.c mysqli_prop.c /php-src/ext/mysqli/tests mysqli_fetch_lengths_oo.phpt mysqli_result_references.phpt

[PHP-CVS] cvs: php-src /ext/mysqli mysqli_fe.c /ext/mysqli/tests bug47050.phpt

2009-01-12 Thread Johannes Schlüter
johannesMon Jan 12 14:01:47 2009 UTC Added files: /php-src/ext/mysqli/tests bug47050.phpt Modified files: /php-src/ext/mysqli mysqli_fe.c Log: Fix #47050 mysqli_poll() modifies improper variables http://cvs.php.net/viewvc.cg

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/mysqli mysqli_fe.c /ext/mysqli/tests bug47050.phpt

2009-01-12 Thread Johannes Schlüter
johannesMon Jan 12 14:04:32 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests bug47050.phpt Modified files: /php-srcNEWS /php-src/ext/mysqli mysqli_fe.c Log: MFH: Fix #47050 mysqli_poll() modifies improper

[PHP-CVS] cvs: php-src /ext/mysqli mysqli.c mysqli_api.c mysqli_fe.c php_mysqli_structs.h /ext/mysqlnd mysqlnd_enum_n_def.h mysqlnd_libmysql_compat.h

2009-01-22 Thread Johannes Schlüter
johannesThu Jan 22 20:57:33 2009 UTC Modified files: /php-src/ext/mysqlndmysqlnd_enum_n_def.h mysqlnd_libmysql_compat.h /php-src/ext/mysqli mysqli.c mysqli_api.c mysqli_fe.c php_mysqli_structs.h Log: - Export mysql_refr

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli mysqli.c mysqli_api.c mysqli_fe.c php_mysqli_structs.h /ext/mysqli/tests mysqli_class_mysqli_interface.phpt mysqli_constants.phpt mysqli_poll.phpt /ext/my

2009-01-22 Thread Johannes Schlüter
johannesThu Jan 22 21:01:59 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_enum_n_def.h mysqlnd_libmysql_compat.h /php-src/ext/mysqli mysqli.c mysqli_api.c mysqli_fe.c php_mysqli_structs.h /php-sr

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_class_mysqli_interface.phpt mysqli_constants.phpt mysqli_poll.phpt

2009-01-22 Thread Johannes Schlüter
johannesThu Jan 22 21:56:46 2009 UTC Modified files: /php-src/ext/mysqli/tests mysqli_class_mysqli_interface.phpt mysqli_constants.phpt mysqli_poll.phpt Log: Fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/te

[PHP-CVS] cvs: CVSROOT / avail

2009-01-25 Thread Johannes Schlüter
johannesSun Jan 25 12:21:20 2009 UTC Modified files: /CVSROOTavail Log: Let dsp commit engine WS fixes himself http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1491&r2=1.1492&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1491 CVSROOT/ava

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

2009-01-27 Thread Johannes Schlüter
johannesTue Jan 27 15:35:22 2009 UTC Modified files: /php-src/ext/mysqli mysqli_nonapi.c Log: - Fix mysqli pconnects to properly reset connection status by default http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_nonapi.c?r1=1.91&r2=1.92&diff_form

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

2009-01-27 Thread Johannes Schlüter
johannesTue Jan 27 15:35:35 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli mysqli_nonapi.c Log: MFH: Fix mysqli pconnects to properly reset connection status by default http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_nonapi.c?r1=1.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar config.m4

2009-01-28 Thread Johannes Schlüter
johannesWed Jan 28 20:39:16 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar config.m4 Log: Properly disable phar for the moment http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.m4?r1=1.27.2.9&r2=1.27.2.10&diff_format=u Index: php-src/e

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS configure.in /main php_version.h

2009-01-28 Thread Johannes Schlüter
johannesWed Jan 28 21:38:49 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main php_version.h /php-srcconfigure.in NEWS Log: PHP 5.3.0beta1 http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.50.2.7&r2=1.112.2.3

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS configure.in /main php_version.h

2009-01-28 Thread Johannes Schlüter
johannesWed Jan 28 22:09:56 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main php_version.h /php-srcconfigure.in NEWS Log: Back to -dev http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.50.2.8&r2=1.112.2.37.

[PHP-CVS] cvs: CVSROOT / avail

2009-01-29 Thread Johannes Schlüter
johannesThu Jan 29 20:38:19 2009 UTC Modified files: /CVSROOTavail Log: karma to pecl/proctitle for magicaltux http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1492&r2=1.1493&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1492 CVSROOT/ava

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c

2009-02-05 Thread Johannes Schlüter
On Thu, 2009-02-05 at 08:56 -0600, Greg Beaver wrote: > Antony Dovgal wrote: > > On 03.02.2009 22:02, Greg Beaver wrote: > > > >> - php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating > >> %zu bytes", sizeof(php_bz2_filter_data)); > >> + php_error_docref(NULL TSRMLS

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

2009-02-16 Thread Johannes Schlüter
On Sun, 2009-02-15 at 14:31 +, Ilia Alshanetsky wrote: > iliaa Sun Feb 15 14:31:55 2009 UTC > > Modified files: (Branch: PHP_5_2) > /php-src NEWS > Log: > > reverted fix Is this fix in 5.3? Then it should be added to NEWS there. Thanks, johannes > http://

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_priv.h mysqlnd_ps.c mysqlnd_ps_codec.c

2009-02-16 Thread Johannes Schlüter
johannesMon Feb 16 17:25:37 2009 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd.h mysqlnd_priv.h mysqlnd_ps.c mysqlnd_ps_codec.c Log: - Improve mysqlnd's internal method registration http://cvs.php.net/v

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_priv.h mysqlnd_ps.c mysqlnd_ps_codec.c

2009-02-16 Thread Johannes Schlüter
johannesMon Feb 16 17:26:44 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd.c mysqlnd.h mysqlnd_priv.h mysqlnd_ps.c mysqlnd_ps_codec.c Log: - MFH: Improve mysqlnd's internal method registration

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli.c mysqli_prop.c /ext/mysqli/tests bug45940.phpt

2009-02-17 Thread Johannes Schlüter
johannesTue Feb 17 10:40:18 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/mysqli/tests bug45940.phpt Modified files: /php-srcNEWS /php-src/ext/mysqli mysqli.c mysqli_prop.c Log: MFH: Fix #45940 MySQLI OO does not po

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

2009-02-17 Thread Johannes Schlüter
johannesTue Feb 17 10:41:09 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Fixed in 5.2 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.495&r2=1.2027.2.547.2.965.2.496&diff_format=u Index: php-src/NEWS diff -u php-src/

[PHP-CVS] cvs: php-src /ext/pdo pdo_dbh.c /ext/pdo_sqlite/tests bug46542.phpt

2009-02-17 Thread Johannes Schlüter
johannesTue Feb 17 14:39:58 2009 UTC Added files: /php-src/ext/pdo_sqlite/tests bug46542.phpt Modified files: /php-src/ext/pdopdo_dbh.c Log: - Fix #46542 Extending PDO class with a __call() function doesn't work as exp

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/pdo pdo_dbh.c /ext/pdo_sqlite/tests bug46542.phpt

2009-02-17 Thread Johannes Schlüter
johannesTue Feb 17 14:42:26 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pdo_sqlite/tests bug46542.phpt Modified files: /php-srcNEWS /php-src/ext/pdopdo_dbh.c Log: MFH: Fix #46542 Extending PDO class with a

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

2009-02-17 Thread Johannes Schlüter
johannesTue Feb 17 14:55:58 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Wrap wrong lines http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.498&r2=1.2027.2.547.2.965.2.499&diff_format=u Index: php-src/NEWS diff -u php-

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

2009-02-18 Thread Johannes Schlüter
johannesWed Feb 18 16:33:28 2009 UTC Added files: /php-src/ext/mysql/testsbug47438.phpt Modified files: /php-src/ext/mysql php_mysql.c Log: Fix #47438 mysql_fetch_field ignores zero offse http://cvs.php.net/viewvc.cgi/php-sr

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

2009-02-18 Thread Johannes Schlüter
johannesWed Feb 18 16:34:48 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mysql/testsbug47438.phpt Modified files: /php-srcNEWS /php-src/ext/mysql php_mysql.c Log: MFH: Fix #47438 mysql_fetch_field ignores zero o

<    3   4   5   6   7   8   9   >