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

2004-12-04 Thread Georg Richter
Am Fr, den 03.12.2004 schrieb [EMAIL PROTECTED] um 9:31: > Hi Georg, > > Would such a fix (in combination with the fix for #28430) also fix the problem > described in #28817 (http://bugs.php.net/bug.php?id=28817)? > Bug #28817 is fixed in CVS now (mysqli part). I sent a patch to Rob for ext/dom.

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

2004-12-04 Thread Georg Richter
georg Sat Dec 4 04:03:37 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: fixed bug #30890 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.139&r2=1.1760.2.140&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.139 php-src/NEWS:1.176

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/mysqli mysqli.c mysqli_prop.c /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 036.phpt 037.phpt 038.phpt 039.phpt 040.phpt 041.phpt 042.phpt 043.phpt 044.phpt 045.phpt 046.phpt 047.phpt 048.phpt 049.phpt 050.phpt 051.phpt 052.phpt 053.phpt 054.phpt 055.phpt 056.phpt 057.phpt 058.phpt 059.phpt 060.phpt 061.phpt bug29311.phpt bug30967.phpt

2004-12-04 Thread Georg Richter
sqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.43.2.7 php-src/ext/mysqli/mysqli.c:1.43.2.8 --- php-src/ext/mysqli/mysqli.c:1.43.2.7Fri Dec 3 02:57:39 2004 +++ php-src/ext/mysqli/mysqli.c Sat Dec 4 04:01:33 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <

[PHP-CVS] cvs: php-src /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 036.phpt 037.phpt 038.phpt 039.phpt 040.phpt 041.phpt 042.phpt 043.phpt 044.phpt 045.phpt 046.phpt 047.phpt 048.phpt 049.phpt 050.phpt 051.phpt 052.phpt 053.phpt 054.phpt 055.phpt 056.phpt 057.phpt 058.phpt 059.phpt 060.phpt 061.phpt bug28817.phpt bug29311.phpt bug30967.phpt skipif.inc

2004-12-04 Thread Georg Richter
georg Sat Dec 4 03:50:35 2004 EDT Added files: /php-src/ext/mysqli/tests skipif.inc Modified files: /php-src/ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt

[PHP-CVS] cvs: php-src /ext/mysqli mysqli.c mysqli_prop.c /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 036.phpt 037.phpt 038.phpt 039.phpt 040.phpt 041.phpt 042.phpt 043.phpt 044.phpt 045.phpt 046.phpt 047.phpt 048.phpt 049.phpt 050.phpt 051.phpt 052.phpt 053.phpt 054.phpt 055.phpt 056.phpt 057.phpt 058.phpt 059.phpt 060.phpt 061.phpt bug28817.phpt bug29311.phpt bug30967.phpt

2004-12-04 Thread Georg Richter
dex: php-src/ext/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.53 php-src/ext/mysqli/mysqli.c:1.54 --- php-src/ext/mysqli/mysqli.c:1.53Fri Dec 3 02:56:18 2004 +++ php-src/ext/mysqli/mysqli.c Sat Dec 4 03:16:03 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-12-03 Thread Georg Richter
Am Fr, den 03.12.2004 schrieb [EMAIL PROTECTED] um 9:31: Hi! > Would such a fix (in combination with the fix for #28430) also fix the problem > described in #28817 (http://bugs.php.net/bug.php?id=28817)? > No, sorry. I have a fix already for that, but it works in HEAD only, not in 5_0 branch (f

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

2004-12-02 Thread Georg Richter
&r2=1.43.2.7&ty=u Index: php-src/ext/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.43.2.6 php-src/ext/mysqli/mysqli.c:1.43.2.7 --- php-src/ext/mysqli/mysqli.c:1.43.2.6Sat Sep 4 10:19:20 2004 +++ php-src/ext/mysqli/mysqli.c Fri Dec 3 02:57:39 2004 @@ -15,7 +15,7 @@ | Aut

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

2004-12-02 Thread Georg Richter
@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli.c,v 1.52 2004/08/25 13:57:35 georg Exp $ + $Id: mysqli.c,v 1.53 2004/12/03 07:56:18 georg E

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

2004-11-01 Thread Georg Richter
t/mysqli/mysqli_nonapi.c diff -u php-src/ext/mysqli/mysqli_nonapi.c:1.37 php-src/ext/mysqli/mysqli_nonapi.c:1.38 --- php-src/ext/mysqli/mysqli_nonapi.c:1.37 Mon Nov 1 02:19:24 2004 +++ php-src/ext/mysqli/mysqli_nonapi.c Mon Nov 1 04:53:16 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-11-01 Thread Georg Richter
2.3 php-src/ext/mysqli/mysqli_nonapi.c:1.34.2.4 --- php-src/ext/mysqli/mysqli_nonapi.c:1.34.2.3 Mon Nov 1 02:57:45 2004 +++ php-src/ext/mysqli/mysqli_nonapi.c Mon Nov 1 04:52:04 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter &

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

2004-11-01 Thread Georg Richter
georg Mon Nov 1 02:59:07 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: fixed error handling in mysqli_multi_query http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.111&r2=1.1760.2.112&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.176

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/mysqli mysqli_api.c mysqli_nonapi.c /ext/mysqli/tests 003.phpt 020.phpt

2004-10-31 Thread Georg Richter
1.87.2.5 --- php-src/ext/mysqli/mysqli_api.c:1.87.2.4Sat Sep 4 10:19:20 2004 +++ php-src/ext/mysqli/mysqli_api.c Mon Nov 1 02:57:45 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-10-31 Thread Georg Richter
i.c:1.93Sat Sep 4 10:16:52 2004 +++ php-src/ext/mysqli/mysqli_api.c Mon Nov 1 02:19:23 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysql

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

2004-10-18 Thread Georg Richter
ct 19 01:17:26 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_nonapi.c,v 1.34.2.1 2004/09/04 14:19:20 georg Exp $ + $Id: mysqli_nonapi.c,v 1.34.

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

2004-10-18 Thread Georg Richter
,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_nonapi.c,v 1.35 2004/08/25 13:57:35 georg Exp $ + $Id: mysqli_nonapi.c,v 1.36 2004/10/19 05:14:09 georg Exp $

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/mysqli mysqli.c mysqli_api.c mysqli_nonapi.c php_mysqli.h /ext/mysqli/tests 061.csv 061.phpt

2004-09-04 Thread Georg Richter
/mysqli_api.c:1.87.2.3Thu Sep 2 00:52:07 2004 +++ php-src/ext/mysqli/mysqli_api.c Sat Sep 4 10:19:20 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ -

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

2004-09-04 Thread Georg Richter
diff -u php-src/ext/mysqli/mysqli_api.c:1.92 php-src/ext/mysqli/mysqli_api.c:1.93 --- php-src/ext/mysqli/mysqli_api.c:1.92Wed Aug 25 09:57:35 2004 +++ php-src/ext/mysqli/mysqli_api.c Sat Sep 4 10:16:52 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-09-01 Thread Georg Richter
t/mysqli/php_mysqli.h:1.39 php-src/ext/mysqli/php_mysqli.h:1.40 --- php-src/ext/mysqli/php_mysqli.h:1.39Wed Aug 25 09:57:35 2004 +++ php-src/ext/mysqli/php_mysqli.h Thu Sep 2 00:53:01 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-09-01 Thread Georg Richter
:46 2004 +++ php-src/ext/mysqli/mysqli_api.c Thu Sep 2 00:52:07 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_api.c,v 1.87.2.2 2004/08

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

2004-08-25 Thread Georg Richter
georg Wed Aug 25 09:58:03 2004 EDT Added files: /php-src/ext/mysqli/tests 061.phpt Log: test for local_infile_handler http://cvs.php.net/co.php/php-src/ext/mysqli/tests/061.phpt?r=1.1&p=1 Index: php-src/ext/mysqli/tests/061.phpt +++ php-src/ext/mysqli

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

2004-08-25 Thread Georg Richter
ysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.91 php-src/ext/mysqli/mysqli_api.c:1.92 --- php-src/ext/mysqli/mysqli_api.c:1.91Thu Aug 12 18:14:06 2004 +++ php-src/ext/mysqli/mysqli_api.c Wed Aug 25 09:57:35 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter

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

2004-08-14 Thread Georg Richter
t/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.43.2.4 php-src/ext/mysqli/mysqli.c:1.43.2.5 --- php-src/ext/mysqli/mysqli.c:1.43.2.4Fri Aug 13 12:27:35 2004 +++ php-src/ext/mysqli/mysqli.c Sun Aug 15 01:50:29 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-08-14 Thread Georg Richter
-src/ext/mysqli/mysqli.c:1.50 php-src/ext/mysqli/mysqli.c:1.51 --- php-src/ext/mysqli/mysqli.c:1.50Fri Aug 13 12:25:29 2004 +++ php-src/ext/mysqli/mysqli.c Sun Aug 15 01:48:16 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-08-13 Thread Georg Richter
.43.2.4&ty=u Index: php-src/ext/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.43.2.3 php-src/ext/mysqli/mysqli.c:1.43.2.4 --- php-src/ext/mysqli/mysqli.c:1.43.2.3Mon Aug 9 00:33:40 2004 +++ php-src/ext/mysqli/mysqli.c Fri Aug 13 12:27:35 2004 @@ -15,7 +15,7 @@ | Author: Georg

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

2004-08-13 Thread Georg Richter
t/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.49 php-src/ext/mysqli/mysqli.c:1.50 --- php-src/ext/mysqli/mysqli.c:1.49Mon Aug 9 00:34:01 2004 +++ php-src/ext/mysqli/mysqli.c Fri Aug 13 12:25:29 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-08-12 Thread Georg Richter
dex: php-src/ext/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.90 php-src/ext/mysqli/mysqli_api.c:1.91 --- php-src/ext/mysqli/mysqli_api.c:1.90Wed Jul 21 23:23:33 2004 +++ php-src/ext/mysqli/mysqli_api.c Thu Aug 12 18:14:06 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter

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

2004-08-12 Thread Georg Richter
,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_api.c,v 1.87.2.1 2004/07/22 03:26:59 pollita Exp $ + $Id: mysqli_api.c,v 1.87.2.2 2004/08/12 22:1

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

2004-08-08 Thread Georg Richter
i.c diff -u php-src/ext/mysqli/mysqli.c:1.48 php-src/ext/mysqli/mysqli.c:1.49 --- php-src/ext/mysqli/mysqli.c:1.48Wed Aug 4 09:15:48 2004 +++ php-src/ext/mysqli/mysqli.c Mon Aug 9 00:34:01 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-08-08 Thread Georg Richter
.43.2.3&ty=u Index: php-src/ext/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.43.2.2 php-src/ext/mysqli/mysqli.c:1.43.2.3 --- php-src/ext/mysqli/mysqli.c:1.43.2.2Wed Aug 4 09:02:40 2004 +++ php-src/ext/mysqli/mysqli.c Mon Aug 9 00:33:40 2004 @@ -15,7 +15,7 @@ | Author: Georg

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

2004-08-04 Thread Georg Richter
Am Mi, den 04.08.2004 schrieb Derick Rethans um 15:02: Him > > +MYSQL *p; > > + > > What's this? :) > That's modern coding style :) Thx, I didn't delete all lines from a debug macro before - it's fixed now! /Georg -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

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

2004-08-04 Thread Georg Richter
diff -u php-src/ext/mysqli/mysqli.c:1.47 php-src/ext/mysqli/mysqli.c:1.48 --- php-src/ext/mysqli/mysqli.c:1.47Wed Aug 4 08:59:09 2004 +++ php-src/ext/mysqli/mysqli.c Wed Aug 4 09:15:48 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-08-04 Thread Georg Richter
php-src/ext/mysqli/mysqli.c:1.43.2.1 php-src/ext/mysqli/mysqli.c:1.43.2.2 --- php-src/ext/mysqli/mysqli.c:1.43.2.1Mon Jul 26 03:22:01 2004 +++ php-src/ext/mysqli/mysqli.c Wed Aug 4 09:02:40 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-08-04 Thread Georg Richter
ff -u php-src/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 <

[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.1781&r2=1.1782&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1781 php-src/NEWS:1.1782 --- php-src/NEWS:1.1781 Tue Aug

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

2004-08-04 Thread Georg Richter
i.c:1.45 php-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 <[EMAI

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

2004-07-26 Thread Georg Richter
+++ php-src/ext/mysqli/mysqli.c Mon Jul 26 03:22:01 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli.c,v 1.43 2004/07/07 08:02:27 georg Exp $ + $I

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

2004-07-26 Thread Georg Richter
26 03:19:05 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli.c,v 1.44 2004/07/23 12:47:36 georg Exp $ + $Id: mysqli.c,v 1.45 2004/07

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

2004-07-25 Thread Georg Richter
mp;ty=u Index: php-src/ext/mysqli/mysqli_prop.c diff -u php-src/ext/mysqli/mysqli_prop.c:1.14 php-src/ext/mysqli/mysqli_prop.c:1.14.2.1 --- php-src/ext/mysqli/mysqli_prop.c:1.14 Wed Jul 7 04:02:27 2004 +++ php-src/ext/mysqli/mysqli_prop.cMon Jul 26 01:45:41 2004 @@ -15,7 +15,7 @@ |

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

2004-07-25 Thread Georg Richter
i_prop.cMon Jul 26 01:44:06 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_prop.c,v 1.14 2004/07/07 08:02:27 georg Exp $ + $Id: mysqli_prop.c

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/mysqli mysqli_fe.c /ext/mysqli/tests bug29311.phpt

2004-07-23 Thread Georg Richter
,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_fe.c,v 1.40 2004/07/07 08:02:27 georg Exp $ + $Id: mysqli_fe.c,v 1.40.2.1 2004/07/23 12:48:20 georg Exp $

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

2004-07-23 Thread Georg Richter
/mysqli/mysqli.c:1.44 --- php-src/ext/mysqli/mysqli.c:1.43Wed Jul 7 04:02:27 2004 +++ php-src/ext/mysqli/mysqli.c Fri Jul 23 08:47:36 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter &

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

2004-07-22 Thread Georg Richter
georg Thu Jul 22 03:25:31 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/mysqli config.m4 Log: MFH: changed warning (bug #29298) for outdated client library http://cvs.php.net/diff.php/php-src/ext/mysqli/config.m4?r1=1.17&r2=1.17.2.1&ty=u Index: php

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

2004-07-22 Thread Georg Richter
georg Thu Jul 22 03:24:57 2004 EDT Modified files: /php-src/ext/mysqli config.m4 Log: changed warning (bug #29298) for outdated client library http://cvs.php.net/diff.php/php-src/ext/mysqli/config.m4?r1=1.17&r2=1.18&ty=u Index: php-src/ext/mysqli/config.m4

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

2004-07-17 Thread Georg Richter
t/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.87 php-src/ext/mysqli/mysqli_api.c:1.88 --- php-src/ext/mysqli/mysqli_api.c:1.87Tue Jul 13 13:04:16 2004 +++ php-src/ext/mysqli/mysqli_api.c Sat Jul 17 06:48:28 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-07-13 Thread Georg Richter
t/mysqli/mysqli_api.c:1.86 php-src/ext/mysqli/mysqli_api.c:1.87 --- php-src/ext/mysqli/mysqli_api.c:1.86Tue Jul 13 12:12:28 2004 +++ php-src/ext/mysqli/mysqli_api.c Tue Jul 13 13:04:16 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-07-13 Thread Georg Richter
t/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.85 php-src/ext/mysqli/mysqli_api.c:1.86 --- php-src/ext/mysqli/mysqli_api.c:1.85Wed Jul 7 04:02:27 2004 +++ php-src/ext/mysqli/mysqli_api.c Tue Jul 13 12:12:28 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-07-07 Thread Georg Richter
ysqli.c:1.42 php-src/ext/mysqli/mysqli.c:1.43 --- php-src/ext/mysqli/mysqli.c:1.42Mon Jul 5 15:36:10 2004 +++ php-src/ext/mysqli/mysqli.c Wed Jul 7 04:02:27 2004 @@ -15,7 +15,7 @@ | Author: Georg R

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

2004-06-23 Thread Georg Richter
=u Index: php-src/ext/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.40 php-src/ext/mysqli/mysqli.c:1.41 --- php-src/ext/mysqli/mysqli.c:1.40Sun Jun 6 02:40:19 2004 +++ php-src/ext/mysqli/mysqli.c Wed Jun 23 12:47:25 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-06-07 Thread Georg Richter
t/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.83 php-src/ext/mysqli/mysqli_api.c:1.84 --- php-src/ext/mysqli/mysqli_api.c:1.83Sun Jun 6 04:52:19 2004 +++ php-src/ext/mysqli/mysqli_api.c Tue Jun 8 02:20:58 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-06-07 Thread Georg Richter
t/mysqli/mysqli_fe.c diff -u php-src/ext/mysqli/mysqli_fe.c:1.37 php-src/ext/mysqli/mysqli_fe.c:1.38 --- php-src/ext/mysqli/mysqli_fe.c:1.37 Sun Jun 6 04:52:19 2004 +++ php-src/ext/mysqli/mysqli_fe.c Mon Jun 7 04:34:52 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-06-06 Thread Georg Richter
Sun Jun 6 04:52:19 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_api.c,v 1.82 2004/06/05 18:31:56 georg Exp $ + $Id: mysqli_api.c,v 1.83 20

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

2004-06-05 Thread Georg Richter
georg Sat Jun 5 14:43:31 2004 EDT Modified files: /php-srcNEWS Log: added mysqli changes http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1725&r2=1.1726&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1725 php-src/NEWS:1.1726 --- php-src/NEWS:1.1725 Sat J

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

2004-03-21 Thread Georg Richter
e.c diff -u php-src/ext/mysqli/mysqli_fe.c:1.34 php-src/ext/mysqli/mysqli_fe.c:1.35 --- php-src/ext/mysqli/mysqli_fe.c:1.34 Sun Mar 21 15:43:44 2004 +++ php-src/ext/mysqli/mysqli_fe.c Sun Mar 21 15:45:57 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-03-21 Thread Georg Richter
-src/ext/mysqli/mysqli_fe.c Sun Mar 21 15:43:44 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_fe.c,v 1.33 2004/03/10 09:50:05 georg

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

2004-03-18 Thread Georg Richter
t/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.80 php-src/ext/mysqli/mysqli_api.c:1.81 --- php-src/ext/mysqli/mysqli_api.c:1.80Tue Mar 16 16:43:25 2004 +++ php-src/ext/mysqli/mysqli_api.c Thu Mar 18 08:04:55 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-03-18 Thread Georg Richter
t/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.35 php-src/ext/mysqli/mysqli.c:1.36 --- php-src/ext/mysqli/mysqli.c:1.35Tue Mar 16 16:43:25 2004 +++ php-src/ext/mysqli/mysqli.c Thu Mar 18 08:03:17 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-03-16 Thread Georg Richter
09:29:20 2004 +++ php-src/ext/mysqli/mysqli.c Tue Mar 16 16:43:25 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli.c,v 1.34 2004/03/09 14:29:20

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

2004-03-10 Thread Georg Richter
-src/ext/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.78 php-src/ext/mysqli/mysqli_api.c:1.79 --- php-src/ext/mysqli/mysqli_api.c:1.78Tue Mar 9 07:01:23 2004 +++ php-src/ext/mysqli/mysqli_api.c Wed Mar 10 04:50:05 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter

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

2004-03-09 Thread Georg Richter
ysqli_api.c:1.77 php-src/ext/mysqli/mysqli_api.c:1.78 --- php-src/ext/mysqli/mysqli_api.c:1.77Thu Feb 26 07:24:21 2004 +++ php-src/ext/mysqli/mysqli_api.c Tue Mar 9 07:01:23 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter &

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

2004-02-26 Thread Georg Richter
php-src/ext/mysqli/mysqli_api.c:1.76 php-src/ext/mysqli/mysqli_api.c:1.77 --- php-src/ext/mysqli/mysqli_api.c:1.76Thu Feb 26 06:40:35 2004 +++ php-src/ext/mysqli/mysqli_api.c Thu Feb 26 07:24:21 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-02-26 Thread Georg Richter
33&ty=u Index: php-src/ext/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.32 php-src/ext/mysqli/mysqli.c:1.33 --- php-src/ext/mysqli/mysqli.c:1.32Sun Feb 15 07:58:18 2004 +++ php-src/ext/mysqli/mysqli.c

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

2004-02-26 Thread Georg Richter
.c:1.29 Sat Feb 21 02:37:41 2004 +++ php-src/ext/mysqli/mysqli_fe.c Thu Feb 26 03:27:24 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_fe.c,v 1

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

2004-02-23 Thread Georg Richter
amp;ty=u Index: php-src/ext/mysqli/mysqli_nonapi.c diff -u php-src/ext/mysqli/mysqli_nonapi.c:1.30 php-src/ext/mysqli/mysqli_nonapi.c:1.31 --- php-src/ext/mysqli/mysqli_nonapi.c:1.30 Mon Feb 23 01:35:18 2004 +++ php-src/ext/mysqli/mysqli_nonapi.c Mon Feb 23 11:49:18 2004 @@ -15,7 +15,7 @@ | Autho

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

2004-02-22 Thread Georg Richter
-src/ext/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.73 php-src/ext/mysqli/mysqli_api.c:1.74 --- php-src/ext/mysqli/mysqli_api.c:1.73Fri Feb 20 08:09:14 2004 +++ php-src/ext/mysqli/mysqli_api.c Mon Feb 23 01:35:18 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-02-20 Thread Georg Richter
-src/ext/mysqli/mysqli_fe.c:1.28 php-src/ext/mysqli/mysqli_fe.c:1.29 --- php-src/ext/mysqli/mysqli_fe.c:1.28 Wed Jan 28 17:51:54 2004 +++ php-src/ext/mysqli/mysqli_fe.c Sat Feb 21 02:37:41 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-02-20 Thread Georg Richter
p-src/ext/mysqli/mysqli_api.c:1.73 --- php-src/ext/mysqli/mysqli_api.c:1.72Wed Feb 18 08:26:57 2004 +++ php-src/ext/mysqli/mysqli_api.c Fri Feb 20 08:09:14 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter &

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

2004-02-18 Thread Georg Richter
,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_api.c,v 1.71 2004/02/15 20:23:05 georg Exp $ + $Id: mysqli_api.c,v 1.72 2004/02/18 13:26:57 georg Exp $ */ #ifdef

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

2004-02-16 Thread Georg Richter
georg Tue Feb 17 02:45:15 2004 EDT Modified files: /php-src/ext/mysqli/tests 027.phpt Log: changed output http://cvs.php.net/diff.php/php-src/ext/mysqli/tests/027.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/mysqli/tests/027.phpt diff -u php-src/ext/mysqli/

[PHP-CVS] cvs: php-src /ext/mysqli/tests 017.phpt 026.phpt 035.phpt 045.phpt

2004-02-16 Thread Georg Richter
georg Mon Feb 16 10:32:48 2004 EDT Modified files: /php-src/ext/mysqli/tests 017.phpt 026.phpt 035.phpt 045.phpt Log: fixed some tests added skip section for prepared statements when using SHOW command http://cvs.php.net/diff.php/php-src/ext/mysqli/test

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

2004-02-15 Thread Georg Richter
php-src/ext/mysqli/mysqli_api.c:1.70 php-src/ext/mysqli/mysqli_api.c:1.71 --- php-src/ext/mysqli/mysqli_api.c:1.70Wed Feb 11 03:34:07 2004 +++ php-src/ext/mysqli/mysqli_api.c Sun Feb 15 15:23:05 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-02-11 Thread Georg Richter
diff -u php-src/ext/mysqli/mysqli_api.c:1.69 php-src/ext/mysqli/mysqli_api.c:1.70 --- php-src/ext/mysqli/mysqli_api.c:1.69Wed Feb 11 02:38:43 2004 +++ php-src/ext/mysqli/mysqli_api.c Wed Feb 11 03:34:07 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

Re: [PHP-CVS] cvs: php-src /ext/mysqli/tests 017.phpt 019.phpt 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 042.phpt 043.phpt 046.phpt 058.phpt 059.phpt

2004-02-11 Thread Georg Richter
> Are all these printf's in on purpose? Yes :) Georg -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/mysqli/tests 017.phpt 019.phpt 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 042.phpt 043.phpt 046.phpt 058.phpt 059.phpt

2004-02-10 Thread Georg Richter
georg Wed Feb 11 02:39:28 2004 EDT Modified files: /php-src/ext/mysqli/tests 017.phpt 019.phpt 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 042.phpt 043.phpt 046.phpt

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

2004-02-10 Thread Georg Richter
,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_api.c,v 1.68 2004/01/31 07:51:03 georg Exp $ + $Id: mysqli_api.c,v 1.69 2004/02/11 07:38:43 georg Exp $

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

2004-02-07 Thread Georg Richter
i.c:1.27 php-src/ext/mysqli/mysqli.c:1.28 --- php-src/ext/mysqli/mysqli.c:1.27Wed Feb 4 06:14:33 2004 +++ php-src/ext/mysqli/mysqli.c Sat Feb 7 08:45:44 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-01-31 Thread Georg Richter
02:51:03 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_api.c,v 1.67 2004/01/28 22:51:54 georg Exp $ + $Id: mysqli_api.c,v 1.68 2004/01/31 07:5

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

2004-01-30 Thread Georg Richter
i_prop.c diff -u php-src/ext/mysqli/mysqli_prop.c:1.8 php-src/ext/mysqli/mysqli_prop.c:1.9 --- php-src/ext/mysqli/mysqli_prop.c:1.8Wed Jan 28 17:51:54 2004 +++ php-src/ext/mysqli/mysqli_prop.cFri Jan 30 17:45:19 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-01-28 Thread Georg Richter
5,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli.c,v 1.25 2004/01/08 08:16:25 andi Exp $ + $Id: mysqli.c,v 1.26 2004/01/28 22:51:54 georg Exp $ */ #ifdef

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

2004-01-27 Thread Georg Richter
amp;ty=u Index: php-src/ext/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.65 php-src/ext/mysqli/mysqli_api.c:1.66 --- php-src/ext/mysqli/mysqli_api.c:1.65Tue Jan 27 08:23:54 2004 +++ php-src/ext/mysqli/mysqli_api.c Tue Jan 27 08:56:03 2004 @@ -15,7 +15,7 @@ | Autho

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

2004-01-27 Thread Georg Richter
| Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_api.c,v 1.64 2004/01/26 20:08:16 georg Exp $ + $Id: mysqli_api.c,v 1.65 2004/01/27 13:23:54 georg Exp $ */ #ifdef

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

2004-01-26 Thread Georg Richter
li_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.63 php-src/ext/mysqli/mysqli_api.c:1.64 --- php-src/ext/mysqli/mysqli_api.c:1.63Mon Jan 26 08:38:13 2004 +++ php-src/ext/mysqli/mysqli_api.c Mon Jan 26 15:08:16 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-01-26 Thread Georg Richter
6&ty=u Index: php-src/ext/mysqli/mysqli_fe.c diff -u php-src/ext/mysqli/mysqli_fe.c:1.25 php-src/ext/mysqli/mysqli_fe.c:1.26 --- php-src/ext/mysqli/mysqli_fe.c:1.25 Thu Jan 8 12:32:31 2004 +++ php-src/ext/mysqli/mysqli_fe.c Mon Jan 26 08:38:13 2004 @@ -15,7 +15,7 @@ | Author: Georg

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

2004-01-26 Thread Georg Richter
=u Index: php-src/ext/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.61 php-src/ext/mysqli/mysqli_api.c:1.62 --- php-src/ext/mysqli/mysqli_api.c:1.61Sun Jan 25 07:01:36 2004 +++ php-src/ext/mysqli/mysqli_api.c Mon Jan 26 02:39:57 2004 @@ -15,7 +15,7 @@ | Author: Georg

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

2004-01-25 Thread Georg Richter
php-src/ext/mysqli/mysqli_api.c:1.60 php-src/ext/mysqli/mysqli_api.c:1.61 --- php-src/ext/mysqli/mysqli_api.c:1.60Sat Jan 24 09:38:16 2004 +++ php-src/ext/mysqli/mysqli_api.c Sun Jan 25 07:01:36 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-01-24 Thread Georg Richter
t/mysqli/mysqli_api.c:1.59 php-src/ext/mysqli/mysqli_api.c:1.60 --- php-src/ext/mysqli/mysqli_api.c:1.59Thu Jan 8 03:16:25 2004 +++ php-src/ext/mysqli/mysqli_api.c Sat Jan 24 09:38:16 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-01-05 Thread Georg Richter
georg Mon Jan 5 09:42:27 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mysql php_mysql.c php_mysql.h Log: s/2003/2004 :) Index: php-src/ext/mysql/php_mysql.c diff -u php-src/ext/mysql/php_mysql.c:1.174.2.23 php-src/ext/mysql/php_mysql.c:1.174.2.

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

2004-01-01 Thread Georg Richter
/mysqli_prop.c:1.6 --- php-src/ext/mysqli/mysqli_prop.c:1.5Thu Jan 1 09:04:35 2004 +++ php-src/ext/mysqli/mysqli_prop.cThu Jan 1 10:46:39 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTEC

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

2004-01-01 Thread Georg Richter
ext/mysqli/mysqli_prop.c:1.5 --- php-src/ext/mysqli/mysqli_prop.c:1.4Tue Dec 30 14:08:33 2003 +++ php-src/ext/mysqli/mysqli_prop.cThu Jan 1 09:04:35 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PRO

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

2003-12-31 Thread Georg Richter
georg Wed Dec 31 03:57:10 2003 EDT Modified files: /php-srcNEWS Log: fixed problems with longlong values in mysqli Index: php-src/NEWS diff -u php-src/NEWS:1.1562 php-src/NEWS:1.1563 --- php-src/NEWS:1.1562 Tue Dec 30 20:27:35 2003 +++ php-src/NEWS

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

2003-12-31 Thread Georg Richter
php-src/ext/mysqli/php_mysqli.h:1.26 php-src/ext/mysqli/php_mysqli.h:1.27 --- php-src/ext/mysqli/php_mysqli.h:1.26Sat Dec 13 08:44:56 2003 +++ php-src/ext/mysqli/php_mysqli.h Wed Dec 31 03:34:02 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTEC

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

2003-12-30 Thread Georg Richter
/mysqli/mysqli_api.c:1.57 --- php-src/ext/mysqli/mysqli_api.c:1.56Sun Dec 28 17:26:59 2003 +++ php-src/ext/mysqli/mysqli_api.c Tue Dec 30 14:19:13 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTEC

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

2003-12-30 Thread Georg Richter
-src/ext/mysqli/mysqli_prop.c:1.3Sun Dec 28 04:18:51 2003 +++ php-src/ext/mysqli/mysqli_prop.cTue Dec 30 14:08:33 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTEC

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

2003-12-28 Thread Georg Richter
georg Sun Dec 28 19:11:15 2003 EDT Modified files: /php-src/ext/mysqli TODO Log: updated todo list (removed finished tasks) Index: php-src/ext/mysqli/TODO diff -u php-src/ext/mysqli/TODO:1.1 php-src/ext/mysqli/TODO:1.2 --- php-src/ext/mysqli/TODO:1.1 Tue Fe

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

2003-12-28 Thread Georg Richter
-src/ext/mysqli/mysqli_api.c:1.55Tue Dec 16 03:18:31 2003 +++ php-src/ext/mysqli/mysqli_api.c Sun Dec 28 17:26:59 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTEC

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

2003-12-28 Thread Georg Richter
--- php-src/ext/mysqli/mysqli_prop.c:1.2Tue Dec 16 03:18:31 2003 +++ php-src/ext/mysqli/mysqli_prop.cSun Dec 28 04:18:51 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTEC

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

2003-12-22 Thread Georg Richter
georg Tue Dec 23 01:28:13 2003 EDT Modified files: /php-srcNEWS Log: #fixed bug #26680 Index: php-src/NEWS diff -u php-src/NEWS:1.1554 php-src/NEWS:1.1555 --- php-src/NEWS:1.1554 Mon Dec 22 17:59:44 2003 +++ php-src/NEWSTue Dec 23 01:28:12 2003

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

2003-12-22 Thread Georg Richter
/mysqli/mysqli_report.c:1.3 Mon Dec 22 11:56:14 2003 +++ php-src/ext/mysqli/mysqli_report.c Mon Dec 22 12:00:54 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+

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

2003-12-22 Thread Georg Richter
/mysqli/mysqli_report.c:1.2 Sat Dec 13 08:44:56 2003 +++ php-src/ext/mysqli/mysqli_report.c Mon Dec 22 11:56:14 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTEC

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

2003-12-16 Thread Georg Richter
/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.54 php-src/ext/mysqli/mysqli_api.c:1.55 --- php-src/ext/mysqli/mysqli_api.c:1.54Sat Dec 13 11:08:13 2003 +++ php-src/ext/mysqli/mysqli_api.c Tue Dec 16 03:18:31 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTEC

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

2003-12-13 Thread Georg Richter
--- php-src/ext/mysqli/mysqli_api.c:1.53Sat Dec 13 08:44:56 2003 +++ php-src/ext/mysqli/mysqli_api.c Sat Dec 13 11:08:13 2003 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTEC

<    1   2   3   >