[PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended

2002-11-11 Thread Georg Richter
georg Mon Nov 11 07:54:52 2002 EDT Modified files: /php4 php.ini-dist php.ini-recommended Log: added mysql.trace_mode Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.169 php4/php.ini-dist:1.170 --- php4/php.ini-dist:1.169 Tue Nov 5 07:32:10

[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2002-11-16 Thread Georg Richter
georg Sat Nov 16 11:07:54 2002 EDT Modified files: /php4/ext/mysql php_mysql.c Log: forgot to decrement result_allocated :( Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.175 php4/ext/mysql/php_mysql.c:1.176 ---

[PHP-CVS] cvs: php4 /ext/mysql/libmysql libmysql.c

2002-12-11 Thread Georg Richter
georg Wed Dec 11 03:28:42 2002 EDT Modified files: /php4/ext/mysql/libmysqllibmysql.c Log: Security fix (merged from 3.23.54) Index: php4/ext/mysql/libmysql/libmysql.c diff -u php4/ext/mysql/libmysql/libmysql.c:1.11

[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2002-12-20 Thread Georg Richter
georg Fri Dec 20 13:52:27 2002 EDT Modified files: /php4/ext/mysql php_mysql.c Log: fixed some warning when using external 4.x libs Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.177 php4/ext/mysql/php_mysql.c:1.178 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mysql php_mysql.c

2002-12-26 Thread Georg Richter
georg Thu Dec 26 08:48:00 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mysql php_mysql.c Log: fixed some compiler warnings when using external libmysqlclient 4.x Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.174.2.3

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ncurses CREDITS

2002-12-26 Thread Georg Richter
/CREDITS:1.1Tue Jun 12 17:15:49 2001 +++ php4/ext/ncurses/CREDITSThu Dec 26 18:36:57 2002 @@ -1,2 +1,5 @@ ncurses Hartmut Holzgraefe +Georg Richter +Wez Furlong +Ilia Alshanetsky -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2003-01-05 Thread Georg Richter
georg Sun Jan 5 15:53:06 2003 EDT Modified files: /php4/ext/mysql php_mysql.c Log: fixed bug #21435 Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.179 php4/ext/mysql/php_mysql.c:1.180 --- php4/ext/mysql/php_mysql.c:1.179Tue

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mysql php_mysql.c

2003-01-06 Thread Georg Richter
georg Mon Jan 6 09:12:41 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mysql php_mysql.c Log: fixed a missing (Thx to Sebastian Bergmann Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.174.2.6

[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2003-01-06 Thread Georg Richter
georg Mon Jan 6 09:13:47 2003 EDT Modified files: /php4/ext/mysql php_mysql.c Log: fixed missing (Thx to Sebastian Bergmann) Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.180 php4/ext/mysql/php_mysql.c:1.181 ---

[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2003-01-08 Thread Georg Richter
georg Wed Jan 8 06:00:08 2003 EDT Modified files: /php4/ext/mysql php_mysql.c Log: fixed bug #21498 Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.181 php4/ext/mysql/php_mysql.c:1.182 --- php4/ext/mysql/php_mysql.c:1.181Mon

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mysql php_mysql.c

2003-01-08 Thread Georg Richter
georg Wed Jan 8 06:15:14 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mysql php_mysql.c Log: fixed bug 21498 Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.174.2.7 php4/ext/mysql/php_mysql.c:1.174.2.8 ---

[PHP-CVS] cvs: php4 /ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 027.phpt 028.phpt 029.phpt 030.phpt 031.phpt 032.phpt 033.phpt 034.phpt 035.phpt

2003-02-11 Thread Georg Richter
georg Tue Feb 11 19:46:30 2003 EDT Added files: /php4/ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt

[PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c mysqli_fe.c php_mysqli.h

2003-02-12 Thread Georg Richter
/mysqli/mysqli_api.c:1.2 --- php4/ext/mysqli/mysqli_api.c:1.1Tue Feb 11 19:45:53 2003 +++ php4/ext/mysqli/mysqli_api.cWed Feb 12 05:39:06 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

[PHP-CVS] cvs: php4 /ext/mysqli/tests 036.phpt 037.phpt 038.phpt 039.phpt 040.phpt 041.phpt

2003-02-12 Thread Georg Richter
georg Wed Feb 12 05:40:19 2003 EDT Added files: /php4/ext/mysqli/tests 036.phpt 037.phpt 038.phpt 039.phpt 040.phpt 041.phpt Log: added new tests Index: php4/ext/mysqli/tests/036.phpt +++

[PHP-CVS] cvs: php4 /ext/mysqli mysqli_fe.c

2003-02-12 Thread Georg Richter
/mysqli_fe.c:1.2 Wed Feb 12 05:39:06 2003 +++ php4/ext/mysqli/mysqli_fe.c Wed Feb 12 16:07:28 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli_fe.c,v 1.2

[PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c mysqli_fe.c php_mysqli.h

2003-02-12 Thread Georg Richter
/mysqli/php_mysqli.h diff -u php4/ext/mysqli/php_mysqli.h:1.2 php4/ext/mysqli/php_mysqli.h:1.3 --- php4/ext/mysqli/php_mysqli.h:1.2Wed Feb 12 05:39:06 2003 +++ php4/ext/mysqli/php_mysqli.hWed Feb 12 19:11:17 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

[PHP-CVS] cvs: php4 /ext/mysqli/tests 042.phpt 043.phpt 044.phpt

2003-02-12 Thread Georg Richter
georg Wed Feb 12 20:23:29 2003 EDT Added files: /php4/ext/mysqli/tests 042.phpt 043.phpt 044.phpt Log: new tests Index: php4/ext/mysqli/tests/042.phpt +++ php4/ext/mysqli/tests/042.phpt --TEST-- mysqli_fetch_object --FILE-- ?php include

[PHP-CVS] cvs: php4 /ext/mysqli/tests connect.inc

2003-02-13 Thread Georg Richter
georg Thu Feb 13 13:21:38 2003 EDT Added files: /php4/ext/mysqli/tests connect.inc Log: include file for test Index: php4/ext/mysqli/tests/connect.inc +++ php4/ext/mysqli/tests/connect.inc ?php /* default values are localhost, root and empty

[PHP-CVS] cvs: php4 /ext/mysqli mysqli.c

2003-02-14 Thread Georg Richter
Feb 11 19:45:53 2003 +++ php4/ext/mysqli/mysqli.cFri Feb 14 11:31:22 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli.c,v 1.1 2003/02/12 00:45:53 georg

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

2003-02-14 Thread Georg Richter
Thu Feb 13 12:15:22 2003 +++ php4/ext/mysqli/mysqli_api.cFri Feb 14 11:31:51 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli_api.c,v 1.4 2003/02/13

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

2003-02-14 Thread Georg Richter
php4/ext/mysqli/mysqli_api.c:1.7 --- php4/ext/mysqli/mysqli_api.c:1.6Fri Feb 14 11:49:09 2003 +++ php4/ext/mysqli/mysqli_api.cFri Feb 14 13:17:25 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

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

2003-02-14 Thread Georg Richter
/mysqli_nonapi.c:1.2 Fri Feb 14 11:49:09 2003 +++ php4/ext/mysqli/mysqli_nonapi.c Fri Feb 14 13:18:12 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id

[PHP-CVS] cvs: php4 /ext/mysqli/tests 045.phpt

2003-02-14 Thread Georg Richter
georg Fri Feb 14 14:49:35 2003 EDT Added files: /php4/ext/mysqli/tests 045.phpt Log: test for bind_result with show Index: php4/ext/mysqli/tests/045.phpt +++ php4/ext/mysqli/tests/045.phpt --TEST-- mysqli_bind_result (SHOW) --FILE-- ?php

[PHP-CVS] cvs: php4 /ext/mysqli/tests 014.phpt 015.phpt

2003-02-15 Thread Georg Richter
georg Sat Feb 15 11:21:35 2003 EDT Modified files: /php4/ext/mysqli/tests 014.phpt 015.phpt Log: added skipif section (innodb-support) Index: php4/ext/mysqli/tests/014.phpt diff -u php4/ext/mysqli/tests/014.phpt:1.1 php4/ext/mysqli/tests/014.phpt:1.2

Re: [PHP-CVS] cvs: php4 /ext/mysqli/tests 014.phpt

2003-02-16 Thread Georg Richter
On Saturday 15 February 2003 18:06, Ilia Alshanetsky wrote: Hello Ilia, - if ($row[1] == NO) { + if ($row[1] == DISABLED) { I wonder why do you change NO to DISABLED in the SKIPIF section. Do you have other values for have_innodb than YES/NO ?! mysql show variables like 'have%';

[PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c mysqli_fe.c mysqli_nonapi.c php_mysqli.h

2003-02-16 Thread Georg Richter
Feb 16 07:03:37 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli_api.c,v 1.9 2003/02/14 20:14:44 iliaa Exp $ + $Id: mysqli_api.c,v 1.10 2003/02/16 12:03

[PHP-CVS] cvs: php4 /ext/mysqli/tests 046.phpt

2003-02-16 Thread Georg Richter
georg Sun Feb 16 07:04:21 2003 EDT Added files: /php4/ext/mysqli/tests 046.phpt Log: test for mysqli_stmt_affected_rows (delete command) Index: php4/ext/mysqli/tests/046.phpt +++ php4/ext/mysqli/tests/046.phpt --TEST-- mysqli_stmt_affected_rows

[PHP-CVS] cvs: php4 /ext/mysqli/tests 047.phpt

2003-02-16 Thread Georg Richter
georg Sun Feb 16 08:48:00 2003 EDT Added files: /php4/ext/mysqli/tests 047.phpt Log: test for mysqli_prepare_result Index: php4/ext/mysqli/tests/047.phpt +++ php4/ext/mysqli/tests/047.phpt --TEST-- mysqli_prepare_result --FILE-- ?php

[PHP-CVS] cvs: php4 /ext/mysqli/tests 048.phpt

2003-02-17 Thread Georg Richter
georg Mon Feb 17 03:54:23 2003 EDT Added files: /php4/ext/mysqli/tests 048.phpt Log: test for OO-Implementation (bind_result) Index: php4/ext/mysqli/tests/048.phpt +++ php4/ext/mysqli/tests/048.phpt --TEST-- mysqli bind_result (OO-Style) --FILE--

[PHP-CVS] cvs: php4 /ext/mysqli mysqli_fe.c

2003-02-17 Thread Georg Richter
:1.5 php4/ext/mysqli/mysqli_fe.c:1.6 --- php4/ext/mysqli/mysqli_fe.c:1.5 Sun Feb 16 07:03:37 2003 +++ php4/ext/mysqli/mysqli_fe.c Mon Feb 17 04:38:32 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

[PHP-CVS] cvs: php4 /ext/mysqli/tests 049.phpt

2003-02-17 Thread Georg Richter
georg Mon Feb 17 11:19:49 2003 EDT Added files: /php4/ext/mysqli/tests 049.phpt Log: test for mysql_fetch_row (oo-style) Index: php4/ext/mysqli/tests/049.phpt +++ php4/ext/mysqli/tests/049.phpt --TEST-- mysql_fetch_row (OO-Style) --FILE-- ?php

[PHP-CVS] cvs: php4 /ext/mysqli/tests 050.phpt 051.phpt 052.phpt 053.phpt 054.phpt 055.phpt

2003-02-17 Thread Georg Richter
georg Mon Feb 17 18:29:59 2003 EDT Added files: /php4/ext/mysqli/tests 050.phpt 051.phpt 052.phpt 053.phpt 054.phpt 055.phpt Log: additional tests for non freed objects Index: php4/ext/mysqli/tests/050.phpt +++

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

2003-02-17 Thread Georg Richter
/mysqli/mysqli.c:1.5 --- php4/ext/mysqli/mysqli.c:1.4Fri Feb 14 15:14:44 2003 +++ php4/ext/mysqli/mysqli.cMon Feb 17 19:00:51 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

[PHP-CVS] cvs: php4 /ext/mysqli mysqli.c

2003-02-17 Thread Georg Richter
19:00:51 2003 +++ php4/ext/mysqli/mysqli.cMon Feb 17 19:32:47 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli.c,v 1.5 2003/02/18 00:00:51 georg Exp

[PHP-CVS] cvs: php4 /ext/mysqli/tests 056.phpt

2003-02-17 Thread Georg Richter
georg Mon Feb 17 19:42:38 2003 EDT Added files: /php4/ext/mysqli/tests 056.phpt Log: new test (class which extends mysqli. currently this test fails :( ) Index: php4/ext/mysqli/tests/056.phpt +++ php4/ext/mysqli/tests/056.phpt --TEST-- extend

[PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c mysqli_fe.c php_mysqli.h

2003-02-18 Thread Georg Richter
/php_mysqli.h:1.9 --- php4/ext/mysqli/php_mysqli.h:1.8Sun Feb 16 10:56:57 2003 +++ php4/ext/mysqli/php_mysqli.hTue Feb 18 03:49:00 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

[PHP-CVS] cvs: php4 /ext/mysqli mysqli.c mysqli_api.c php_mysqli.h

2003-02-21 Thread Georg Richter
, and is| -15,7 +15,7 | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: php_mysqli.h,v 1.9 2003/02/18 08:49:00 georg Exp $ + $Id: php_mysqli.h,v 1.10 2003/02/22 07:31:01 georg Exp

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

2003-02-21 Thread Georg Richter
:1.16 Sat Feb 22 02:31:01 2003 +++ php4/ext/mysqli/mysqli_api.cSat Feb 22 02:47:46 2003 -15,7 +15,7 | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli_api.c,v 1.16 2003

[PHP-CVS] cvs: php4 /ext/mysqli config.m4 mysqli.c mysqli_fe.c mysqli_nonapi.c mysqli_profiler.c php_mysqli.h

2003-03-03 Thread Georg Richter
Index: php4/ext/mysqli/php_mysqli.h diff -u php4/ext/mysqli/php_mysqli.h:1.10 php4/ext/mysqli/php_mysqli.h:1.11 --- php4/ext/mysqli/php_mysqli.h:1.10 Sat Feb 22 02:31:01 2003 +++ php4/ext/mysqli/php_mysqli.hMon Mar 3 17:36:47 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL

[PHP-CVS] cvs: php4 /ext/mysqli/tests 051.phpt 052.phpt

2003-03-03 Thread Georg Richter
georg Mon Mar 3 17:50:34 2003 EDT Modified files: /php4/ext/mysqli/tests 051.phpt 052.phpt Log: disabled output of errormessages Index: php4/ext/mysqli/tests/051.phpt diff -u php4/ext/mysqli/tests/051.phpt:1.1 php4/ext/mysqli/tests/051.phpt:1.2 ---

[PHP-CVS] cvs: php4 /ext/mysqli php_mysqli.h

2003-03-03 Thread Georg Richter
/php_mysqli.h:1.11 Mon Mar 3 17:36:47 2003 +++ php4/ext/mysqli/php_mysqli.hMon Mar 3 17:50:56 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: php_mysqli.h

[PHP-CVS] cvs: php4 /ext/mysqli mysqli.c mysqli_api.c mysqli_fe.c mysqli_nonapi.c mysqli_profiler.c php_mysqli.h

2003-03-08 Thread Georg Richter
php4/ext/mysqli/mysqli_fe.c:1.8 php4/ext/mysqli/mysqli_fe.c:1.9 --- php4/ext/mysqli/mysqli_fe.c:1.8 Mon Mar 3 17:36:47 2003 +++ php4/ext/mysqli/mysqli_fe.c Sat Mar 8 18:33:12 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

[PHP-CVS] cvs: php4 /ext/mysqli config.m4

2003-03-10 Thread Georg Richter
georg Mon Mar 10 20:22:20 2003 EDT Modified files: /php4/ext/mysqliconfig.m4 Log: added new profiler-files Index: php4/ext/mysqli/config.m4 diff -u php4/ext/mysqli/config.m4:1.3 php4/ext/mysqli/config.m4:1.4 --- php4/ext/mysqli/config.m4:1.3 Mon

[PHP-CVS] cvs: php4 /ext/mysqli mysqli_profiler.h

2003-03-30 Thread Georg Richter
georg Sun Mar 30 08:51:06 2003 EDT Modified files: /php4/ext/mysqlimysqli_profiler.h Log: changed macro Index: php4/ext/mysqli/mysqli_profiler.h diff -u php4/ext/mysqli/mysqli_profiler.h:1.1 php4/ext/mysqli/mysqli_profiler.h:1.2 ---

[PHP-CVS] cvs: php4 /ext/mysqli mysqli_profiler.c

2003-03-30 Thread Georg Richter
/mysqli/mysqli_profiler.c:1.5 Thu Mar 20 15:03:21 2003 +++ php4/ext/mysqli/mysqli_profiler.c Sun Mar 30 10:28:21 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

[PHP-CVS] cvs: php4 /ext/mysqli/tests 028.phpt 042.phpt

2003-04-02 Thread Georg Richter
georg Wed Apr 2 17:07:28 2003 EDT Modified files: /php4/ext/mysqli/tests 028.phpt 042.phpt Log: fixed expected output Index: php4/ext/mysqli/tests/028.phpt diff -u php4/ext/mysqli/tests/028.phpt:1.1 php4/ext/mysqli/tests/028.phpt:1.2 ---

[PHP-CVS] cvs: php4 /ext/mysqli/tests 047.phpt

2003-04-03 Thread Georg Richter
georg Thu Apr 3 03:03:12 2003 EDT Modified files: /php4/ext/mysqli/tests 047.phpt Log: fixed output Index: php4/ext/mysqli/tests/047.phpt diff -u php4/ext/mysqli/tests/047.phpt:1.2 php4/ext/mysqli/tests/047.phpt:1.3 ---

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

2003-04-03 Thread Georg Richter
/mysqli_api.c:1.21 Mon Mar 17 07:48:38 2003 +++ php4/ext/mysqli/mysqli_api.cThu Apr 3 03:03:59 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli_api.c,v

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

2003-06-06 Thread Georg Richter
/mysqli_nonapi.c:1.9 Sat Mar 15 17:51:49 2003 +++ php4/ext/mysqli/mysqli_nonapi.c Fri Jun 6 04:57:51 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id

[PHP-CVS] cvs: php4 /ext/ncurses ncurses_functions.c

2003-06-06 Thread Georg Richter
georg Fri Jun 6 15:02:31 2003 EDT Modified files: /php4/ext/ncurses ncurses_functions.c Log: fixed bug #24060 Index: php4/ext/ncurses/ncurses_functions.c diff -u php4/ext/ncurses/ncurses_functions.c:1.38 php4/ext/ncurses/ncurses_functions.c:1.39 ---

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-06-06 Thread Georg Richter
georg Fri Jun 6 15:13:11 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: fixed bug 24060 Index: php4/NEWS diff -u php4/NEWS:1.1247.2.244 php4/NEWS:1.1247.2.245 --- php4/NEWS:1.1247.2.244 Fri Jun 6 08:21:26 2003 +++ php4/NEWS Fri

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mysql php_mysql.c

2003-05-31 Thread Georg Richter
georg Fri May 30 09:00:17 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mysql php_mysql.c Log: fixed #23779 (CLIENT_LOCAL_FILES with open_basedir) Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.174.2.13

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mysql php_mysql.c

2003-05-31 Thread Georg Richter
georg Fri May 30 15:16:59 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mysql php_mysql.c Log: better to test next time with the right version :) Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.174.2.15

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mysql php_mysql.c

2003-05-31 Thread Georg Richter
georg Sat May 31 02:54:53 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mysql php_mysql.c Log: suggestion by Wez :) Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.174.2.16 php4/ext/mysql/php_mysql.c:1.174.2.17 ---

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

2003-05-31 Thread Georg Richter
/ext/mysqli/mysqli_api.c:1.26 Sat May 3 23:15:02 2003 +++ php4/ext/mysqli/mysqli_api.cSat May 31 03:05:34 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mysql/libmysql libmysql.c

2003-06-07 Thread Georg Richter
georg Sat Jun 7 12:12:09 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mysql/libmysqllibmysql.c Log: fixed mysql bug #564 (see http://bugs.mysql.com/bug.php?id=564) Index: php4/ext/mysql/libmysql/libmysql.c diff -u

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-06-07 Thread Georg Richter
georg Sat Jun 7 12:14:05 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: fixed a bug in libmysql Index: php4/NEWS diff -u php4/NEWS:1.1247.2.246 php4/NEWS:1.1247.2.247 --- php4/NEWS:1.1247.2.246 Fri Jun 6 15:30:46 2003 +++ php4/NEWS

[PHP-CVS] cvs: php4 /ext/mysql/libmysql libmysql.c

2003-06-07 Thread Georg Richter
georg Sat Jun 7 12:15:22 2003 EDT Modified files: /php4/ext/mysql/libmysqllibmysql.c Log: fixed mysql bug #564 (http://bugs.mysql.com/bug.php?id=564) Index: php4/ext/mysql/libmysql/libmysql.c diff -u php4/ext/mysql/libmysql/libmysql.c:1.12

[PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c mysqli_fe.c php_mysqli.h

2003-06-21 Thread Georg Richter
/ext/mysqli/mysqli_api.c:1.31 --- php4/ext/mysqli/mysqli_api.c:1.30 Tue Jun 10 16:03:33 2003 +++ php4/ext/mysqli/mysqli_api.cSat Jun 21 09:35:25 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

[PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c mysqli_fe.c php_mysqli.h

2003-06-22 Thread Georg Richter
/mysqli_api.c:1.33 --- php4/ext/mysqli/mysqli_api.c:1.32 Sun Jun 22 02:16:47 2003 +++ php4/ext/mysqli/mysqli_api.cSun Jun 22 04:46:39 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

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

2003-06-28 Thread Georg Richter
+++ php-src/ext/mysqli/mysqli_api.c Sat Jun 28 17:27:08 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli_api.c,v 1.33 2003/06/22 08:46:39 georg Exp

[PHP-CVS] cvs: php-src /ext/mysqli/tests 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt 016.phpt 017.phpt 018.phpt 019.phpt 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 042.phpt 043.phpt 045.phpt 046.phpt 048.phpt

2003-06-28 Thread Georg Richter
georg Sat Jun 28 17:30:58 2003 EDT Modified files: /php-src/ext/mysqli/tests 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt

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

2003-07-15 Thread Georg Richter
:1.18 --- php-src/ext/mysqli/php_mysqli.h:1.17Sun Jun 22 04:46:39 2003 +++ php-src/ext/mysqli/php_mysqli.h Tue Jul 15 06:37:19 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

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

2003-07-15 Thread Georg Richter
georg Tue Jul 15 09:13:59 2003 EDT Added files: /php-src/ext/mysqli/tests 059.phpt Log: test for bind + sql_mode=PIPES_AS_CONCAT Index: php-src/ext/mysqli/tests/059.phpt +++ php-src/ext/mysqli/tests/059.phpt --TEST-- sqlmode + bind --FILE-- ?php

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

2003-07-15 Thread Georg Richter
/mysqli/php_mysqli.h:1.19 --- php-src/ext/mysqli/php_mysqli.h:1.18Tue Jul 15 06:37:19 2003 +++ php-src/ext/mysqli/php_mysqli.h Tue Jul 15 10:00:18 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

Re: [PHP-CVS] mysqli Build Errors

2003-07-15 Thread Georg Richter
On Tuesday 15 July 2003 12:31, Nathan Sullivan wrote: Hey, Anyone else getting problems building mysqli? Not sure if its just me, or everyone (using latest Snapshots on Linux). For compiling ext/mysqli you need an actual checkout of mysql 4.1 source. See

[PHP-CVS] cvs: php-src /ext/mysqli mysqli_api.c mysqli_fe.c mysqli_nonapi.c php_mysqli.h

2003-07-18 Thread Georg Richter
@@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli_nonapi.c,v 1.12 2003/06/22 06:16:47 georg Exp $ + $Id: mysqli_nonapi.c,v 1.13 2003/07/18 06:17:39 georg Exp

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

2003-09-25 Thread Georg Richter
/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.45 php-src/ext/mysqli/mysqli_api.c:1.46 --- php-src/ext/mysqli/mysqli_api.c:1.45Tue Sep 16 15:45:22 2003 +++ php-src/ext/mysqli/mysqli_api.c Thu Sep 25 07:19:25 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

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

2003-09-25 Thread Georg Richter
georg Thu Sep 25 07:19:58 2003 EDT Modified files: /php-src/ext/mysqli/tests 047.phpt 057.phpt Log: mysqli_prepare_result - mysqli_get_metadata Index: php-src/ext/mysqli/tests/047.phpt diff -u php-src/ext/mysqli/tests/047.phpt:1.3

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

2006-03-11 Thread Georg Richter
@@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli_api.c,v 1.118.2.16 2006/01/01 16:55:01 andrey Exp $ + $Id: mysqli_api.c,v 1.118.2.17 2006/03/11 11:16:03 georg Exp

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

2006-03-14 Thread Georg Richter
: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli_api.c,v 1.118.2.17 2006/03/11 11:16:03 georg Exp $ + $Id: mysqli_api.c,v 1.118.2.18 2006/03/14 15:53:16 georg Exp $ */ #ifdef

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

2006-03-22 Thread Georg Richter
working on a better fix. I will reopen the bug. Please note, that checking thread_id will not work for embedded server. /Georg -- Georg Richter, Senior Software Developer MySQL AB, www.mysql.com Are you MySQL certified? www.mysql.com/certification -- PHP CVS Mailing List (http://www.php.net

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

2006-03-22 Thread Georg Richter
. We will extend mysql-status (adding a new enum value MYSQL_STATUS_INITIALIZED in MySQL 5.1 - for older versions I will implement this in PHP). I will commit fix tomorrow. /Georg -- Georg Richter, Senior Software Developer MySQL AB, www.mysql.com Are you MySQL certified? www.mysql.com

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mysqli/tests 017.phpt 049.phpt bug34810.phpt

2006-03-24 Thread Georg Richter
georg Fri Mar 24 10:58:52 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/mysqli/tests 017.phpt 049.phpt bug34810.phpt Log: fixed minor problems (thx to tony)

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/mysqli mysqli.c /ext/mysqli/tests bug36745.phpt

2006-03-24 Thread Georg Richter
:1.72.2.12 --- php-src/ext/mysqli/mysqli.c:1.72.2.11 Fri Mar 24 09:32:24 2006 +++ php-src/ext/mysqli/mysqli.c Fri Mar 24 12:10:38 2006 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

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

2006-04-02 Thread Georg Richter
Index: php-src/ext/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.72.2.15 php-src/ext/mysqli/mysqli.c:1.72.2.16 --- php-src/ext/mysqli/mysqli.c:1.72.2.15 Thu Mar 30 11:21:51 2006 +++ php-src/ext/mysqli/mysqli.c Sun Apr 2 09:40:19 2006 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL

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

2006-04-02 Thread Georg Richter
@@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli_prop.c,v 1.23.2.3 2006/03/24 09:32:24 georg Exp $ + $Id: mysqli_prop.c,v 1.23.2.4 2006/04/03 05:48:50 georg Exp

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mysqli mysqli_api.c mysqli_prop.c php_mysqli.h

2006-04-05 Thread Georg Richter
@@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli_api.c,v 1.118.2.21 2006/03/26 21:10:13 andrey Exp $ + $Id: mysqli_api.c,v 1.118.2.22 2006/04/05 12:17:08 georg

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

2006-04-05 Thread Georg Richter
georg Wed Apr 5 12:17:33 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: fixed bigint conversion errors (windows) http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.493r2=1.2027.2.494diff_format=u Index: php-src/NEWS diff -u

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

2006-05-08 Thread Georg Richter
+15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: php_mysqli.h,v 1.54.2.7 2006/04/05 12:17:08 georg Exp $ + $Id: php_mysqli.h,v 1.54.2.7.2.1 2006/05/08 16:19:43 georg Exp

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli php_mysqli.h

2006-05-09 Thread Georg Richter
@@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: php_mysqli.h,v 1.54.2.7.2.1 2006/05/08 16:19:43 georg Exp $ + $Id: php_mysqli.h,v 1.54.2.7.2.2 2006/05/09 11:26:09 georg Exp

[PHP-CVS] cvs: php-src /ext/mysqli/tests bug34785.phpt bug36745.phpt bug36802.phpt

2006-05-09 Thread Georg Richter
georg Tue May 9 13:53:39 2006 UTC Modified files: /php-src/ext/mysqli/tests bug34785.phpt bug36745.phpt bug36802.phpt Log: merge from 5.2 http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/tests/bug34785.phpt?r1=1.1r2=1.2diff_format=u Index:

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

2006-07-30 Thread Georg Richter
georg Sun Jul 30 11:03:30 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/mysqli/tests bug37090.phpt Log: Added testcase for bug #37090 http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug37090.phpt?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src /ext/mysqli mysqli.c mysqli_api.c mysqli_driver.c mysqli_nonapi.c mysqli_prop.c php_mysqli.h

2006-09-27 Thread Georg Richter
:52 2006 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli.c,v 1.98 2006/09/26 13:06:13 georg Exp $ + $Id: mysqli.c,v 1.99 2006/09/27 15:25:52 georg Exp

Re: [PHP-CVS] cvs: php-src /ext/mysqli mysqli.c mysqli_api.c mysqli_driver.c mysqli_nonapi.c mysqli_prop.c php_mysqli.h

2006-09-29 Thread Georg Richter
Am Do, den 28.09.2006 schrieb Andrei Zmievski um 18:43: Hello Andrei, A couple more notes. Thanks, I will fix it this weekend. Also, I don't know much about MySQL client library, but it seems that it only works in UTF-8 mode. Is this correct? Does it translate UTF-8 to other charsets

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

2006-09-29 Thread Georg Richter
@@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli_api.c,v 1.118.2.22.2.6 2006/08/04 22:13:59 iliaa Exp $ + $Id: mysqli_api.c,v 1.118.2.22.2.7 2006/09/29 08:40:10 georg Exp

[PHP-CVS] cvs: php-src /ext/mysqli mysqli.c mysqli_api.c mysqli_nonapi.c /ext/mysqli/tests 068.phpt

2006-10-01 Thread Georg Richter
Index: php-src/ext/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.99 php-src/ext/mysqli/mysqli.c:1.100 --- php-src/ext/mysqli/mysqli.c:1.99Wed Sep 27 15:25:52 2006 +++ php-src/ext/mysqli/mysqli.c Sun Oct 1 21:01:31 2006 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

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

2006-10-08 Thread Georg Richter
georg Mon Oct 9 04:46:03 2006 UTC Modified files: /php-src/ext/mysqli config.m4 Log: Fix for bug #39085: PHP6 requires mysqli_set_character_set function which was introduced in MySQL 4.1.13 and 5.0.7

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

2005-07-12 Thread Georg Richter
@@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: php_mysqli.h,v 1.50 2005/06/22 09:12:43 georg Exp $ + $Id: php_mysqli.h,v 1.51 2005/07/12 09:35:16 georg Exp

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

2005-07-12 Thread Georg Richter
/mysqli/php_mysqli.h diff -u php-src/ext/mysqli/php_mysqli.h:1.51 php-src/ext/mysqli/php_mysqli.h:1.52 --- php-src/ext/mysqli/php_mysqli.h:1.51Tue Jul 12 05:35:16 2005 +++ php-src/ext/mysqli/php_mysqli.h Tue Jul 12 11:45:07 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mysqli mysqli.c mysqli_fe.c /ext/mysqli/tests 003.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 020.phpt 023.phpt 024.phpt 025.phpt 026.phpt 042.phpt 060.phpt

2005-10-08 Thread Georg Richter
:1.72.2.1Tue Sep 13 05:20:18 2005 +++ php-src/ext/mysqli/mysqli.c Sat Oct 8 11:08:03 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli.c,v 1.72.2.1

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

2005-10-09 Thread Georg Richter
georg Sun Oct 9 02:03:16 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: added Bugfix for #34785 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.100r2=1.2027.2.101ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.100

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

2005-10-15 Thread Georg Richter
:32:26 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli_api.c,v 1.118.2.4 2005/10/10 20:06:34 tony2001 Exp $ + $Id: mysqli_api.c,v 1.118.2.5 2005/10/15 06

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

2005-10-15 Thread Georg Richter
/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.87.2.24 php-src/ext/mysqli/mysqli_api.c:1.87.2.25 --- php-src/ext/mysqli/mysqli_api.c:1.87.2.24 Mon Oct 10 08:59:06 2005 +++ php-src/ext/mysqli/mysqli_api.c Sat Oct 15 03:33:12 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/mysqli mysqli_api.c /ext/mysqli/tests bug35517.phpt

2005-12-29 Thread Georg Richter
: Georg Richter [EMAIL PROTECTED]| +--+ - $Id: mysqli_api.c,v 1.118.2.13 2005/12/23 22:22:41 andrey Exp $ + $Id: mysqli_api.c,v 1.118.2.14 2005/12/29 09:49:19 georg Exp $ */ #ifdef

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

2006-01-14 Thread Georg Richter
georg Sat Jan 14 10:15:08 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: Implemented feature request #36007: Support for BIT and NEW_DECIMAL field types

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

2006-01-14 Thread Georg Richter
georg Sat Jan 14 14:34:47 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: New field constants for BIT and NEWDECIMAL http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.352r2=1.2027.2.353diff_format=u Index: php-src/NEWS diff -u

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

2004-08-04 Thread Georg Richter
-src/ext/mysqli/mysqli.c:1.46 --- php-src/ext/mysqli/mysqli.c:1.45Mon Jul 26 03:19:05 2004 +++ php-src/ext/mysqli/mysqli.c Wed Aug 4 08:28:09 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

[PHP-CVS] cvs: php-src / NEWS

2004-08-04 Thread Georg Richter
georg Wed Aug 4 08:59:26 2004 EDT Modified files: /php-srcNEWS Log: fixed bug #29522 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1781r2=1.1782ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1781 php-src/NEWS:1.1782 --- php-src/NEWS:1.1781 Tue Aug 3

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

2004-08-04 Thread Georg Richter
/ext/mysqli/mysqli.c:1.46 php-src/ext/mysqli/mysqli.c:1.47 --- php-src/ext/mysqli/mysqli.c:1.46Wed Aug 4 08:28:09 2004 +++ php-src/ext/mysqli/mysqli.c Wed Aug 4 08:59:09 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter [EMAIL PROTECTED

  1   2   3   >