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

2007-04-23 Thread Georg Richter
Antony Dovgal wrote: > > No, my change was supposed to make the function behave as documented. > The BC has been broken long before, in MySQL API. This change is documented in mysql api documentation - however we need to update PHP docs. /Georg -- Georg Richter, Developmen

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

2007-04-23 Thread Georg Richter
application doesn't know about. Please revert! /Georg -- Georg Richter, Development Manager - Connectors & Client Connectivity MySQL GmbH, Radlkoferstr. 2, D-81373 München, www.mysql.com Geschäftsführer: Hans von Bell, Kaj Arnö - HRB München 162140 -- PHP CVS Mailing List (http://www.php

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

2007-04-11 Thread Georg Richter
georg Wed Apr 11 18:37:16 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/ncursesncurses.c Log: added support for HOME and END key http://cvs.php.net/viewvc.cgi/php-src/ext/ncurses/ncurses.c?r1=1.30.2.1.2.2&r2=1.30.2.1.2.3&diff_format=u Index

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

2007-01-05 Thread Georg Richter
t/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.141 php-src/ext/mysqli/mysqli_api.c:1.142 --- php-src/ext/mysqli/mysqli_api.c:1.141 Tue Jan 2 05:49:05 2007 +++ php-src/ext/mysqli/mysqli_api.c Sat Jan 6 05:50:36 2007 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2007-01-01 Thread Georg Richter
-src/ext/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.140 php-src/ext/mysqli/mysqli_api.c:1.141 --- php-src/ext/mysqli/mysqli_api.c:1.140 Mon Jan 1 09:29:25 2007 +++ php-src/ext/mysqli/mysqli_api.c Tue Jan 2 05:49:05 2007 @@ -15,7 +15,7 @@ | Author: Georg Richter

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

2006-11-19 Thread Georg Richter
georg Sun Nov 19 12:10:19 2006 UTC Modified files: /php-src/ext/mysql php_mysql.c Log: added unicode support for ext/mysql http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/php_mysql.c?r1=1.226&r2=1.227&diff_format=u Index: php-src/ext/mysql/php_mysql.c diff

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

2006-10-31 Thread Georg Richter
nonapi.c Tue Oct 31 15:23:16 2006 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_nonapi.c,v 1.66 2006/10/07 18:24:51 iliaa Exp $ + $Id: mysqli_nonapi

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/co

[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
f_format=u 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 <[EMAI

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

2006-09-29 Thread Georg Richter
,7 +15,7 @@ | 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:4

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

2006-09-29 Thread Georg Richter
t/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.132 php-src/ext/mysqli/mysqli_api.c:1.133 --- php-src/ext/mysqli/mysqli_api.c:1.132 Wed Sep 27 15:25:52 2006 +++ php-src/ext/mysqli/mysqli_api.c Fri Sep 29 08:35:19 2006 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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 charset

[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
Wed Sep 27 15:25: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

[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=markup&rev=1.1 Index: php-src/ext/mys

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

2006-05-28 Thread Georg Richter
p-src/ext/mysqli/mysqli_api.c:1.118.2.22.2.3 --- php-src/ext/mysqli/mysqli_api.c:1.118.2.22.2.2 Wed May 10 11:53:13 2006 +++ php-src/ext/mysqli/mysqli_api.c Mon May 29 05:38:50 2006 @@ -15,7 +15,7 @@ | Author: Georg Richter &

[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.1&r2=1.2&diff_format=u Index: php-src/ext

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

2006-05-09 Thread Georg Richter
,7 +15,7 @@ | 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(PHP_5_2) /ext/mysqli mysqli.c php_mysqli.h

2006-05-08 Thread Georg Richter
n May 8 16:19:43 2006 @@ -15,7 +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

[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.493&r2=1.2027.2.494&diff_format=u Index: php-src/NEWS diff -u php-src/

[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
:08 2006 @@ -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/

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

2006-04-02 Thread Georg Richter
:50 2006 @@ -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:4

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

2006-04-02 Thread Georg Richter
format=u 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

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

2006-03-24 Thread Georg Richter
2.2.11 php-src/ext/mysqli/mysqli.c: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

[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) http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/tests/017.phpt?r1=1.7&r2=1.7.2.1&diff_f

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

2006-03-22 Thread Georg Richter
to server will crash. 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 certifie

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

2006-03-22 Thread Georg Richter
on - not in general. I'm already 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] cvs: php-src(PHP_5_1) /ext/mysqli mysqli_api.c

2006-03-14 Thread Georg Richter
| Author: 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 $

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

2006-03-11 Thread Georg Richter
,7 +15,7 @@ | 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:1

[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.352&r2=1.2027.2.353&diff_format=u Index: php-src/NEWS diff -u php-sr

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

2006-01-14 Thread Georg Richter
:41 2006 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli.c,v 1.72.2.7 2006/01/01 12:50:09 sniper Exp $ + $Id: mysqli.c,v 1.72.2.8 2006/01/14 14:1

[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 http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.350&r2=1.2027.2.351&diff_forma

[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
5 @@ -15,7 +15,7 @@ | Author: 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 geor

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

2005-10-15 Thread Georg Richter
amp;ty=u Index: php-src/ext/mysqli/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 @@ | Au

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

2005-10-14 Thread Georg Richter
/ext/mysqli/mysqli_api.c Sat Oct 15 02: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 E

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

2005-10-08 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.100&r2=1.2027.2.101&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.100 php-src/NEW

[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
mysqli.c: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]>| +--+ - $

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

2005-07-12 Thread Georg Richter
-src/ext/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

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

2005-07-12 Thread Georg Richter
:16 2005 @@ -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:3

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

2005-06-25 Thread Georg Richter
-src/ext/mysqli/mysqli_nonapi.c:1.46 php-src/ext/mysqli/mysqli_nonapi.c:1.47 --- php-src/ext/mysqli/mysqli_nonapi.c:1.46 Fri Jun 3 04:49:01 2005 +++ php-src/ext/mysqli/mysqli_nonapi.c Sun Jun 26 00:44:03 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2005-06-24 Thread Georg Richter
&r2=1.47&ty=u Index: php-src/ext/mysqli/mysqli_fe.c diff -u php-src/ext/mysqli/mysqli_fe.c:1.46 php-src/ext/mysqli/mysqli_fe.c:1.47 --- php-src/ext/mysqli/mysqli_fe.c:1.46 Wed Jun 22 22:15:04 2005 +++ php-src/ext/mysqli/mysqli_fe.c Fri Jun 24 10:44:45 2005 @@ -15,7 +15,7 @@ | Autho

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

2005-06-22 Thread Georg Richter
georg Wed Jun 22 06:15:37 2005 EDT Added files: /php-src/ext/mysqli/tests 066.phpt Log: added testcase for mysqli_warning class http://cvs.php.net/co.php/php-src/ext/mysqli/tests/066.phpt?r=1.1&p=1 Index: php-src/ext/mysqli/tests/066.phpt +++ php-src/

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

2005-06-22 Thread Georg Richter
georg Wed Jun 22 06:14:34 2005 EDT Added files: /php-src/ext/mysqli/tests 067.phpt Log: added testcase for cursors (nested selects) http://cvs.php.net/co.php/php-src/ext/mysqli/tests/067.phpt?r=1.1&p=1 Index: php-src/ext/mysqli/tests/067.phpt +++ php-

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

2005-06-22 Thread Georg Richter
qlstate, NULL}, {"errno", mysqli_warning_errno, NULL}, {NULL, NULL, NULL} }; http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli.c?r1=1.69&r2=1.70&ty=u Index: php-src/ext/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.69 php-src/ext/mysqli/mysqli.c:1.7

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

2005-06-17 Thread Georg Richter
ff -u php-src/ext/mysqli/mysqli_api.c:1.87.2.21 php-src/ext/mysqli/mysqli_api.c:1.87.2.22 --- php-src/ext/mysqli/mysqli_api.c:1.87.2.21 Wed Jun 15 10:04:23 2005 +++ php-src/ext/mysqli/mysqli_api.c Fri Jun 17 12:37:07 2005 @@ -15,7 +15,7 @@ | Author: Georg R

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

2005-06-17 Thread Georg Richter
/mysqli_api.c Fri Jun 17 12:32:40 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_api.c,v 1.116 2005/05/21 08:38:53 georg Exp $ + $Id: mysqli_ap

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

2005-06-15 Thread Georg Richter
| Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_api.c,v 1.87.2.20 2005/05/21 08:54:56 georg Exp $ + $Id: mysqli_api.c,v 1.87.2.21 2005/06/15 14:04:23 georg Exp $ */ #ifdef

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

2005-06-03 Thread Georg Richter
ysqli/php_mysqli.h:1.49 --- php-src/ext/mysqli/php_mysqli.h:1.48Sat May 21 04:46:45 2005 +++ php-src/ext/mysqli/php_mysqli.h Fri Jun 3 04:49:00 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +

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

2005-05-21 Thread Georg Richter
rc/ext/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.115 php-src/ext/mysqli/mysqli_api.c:1.116 --- php-src/ext/mysqli/mysqli_api.c:1.115 Mon May 9 18:29:54 2005 +++ php-src/ext/mysqli/mysqli_api.c Sat May 21 04:38:53 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <

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

2005-05-21 Thread Georg Richter
04:54:56 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: php_mysqli.h,v 1.38.2.5 2005/05/13 13:53:08 georg Exp $ + $Id: php_mysqli.h,v 1.38.2.6 2005/05/2

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

2005-05-21 Thread Georg Richter
/ext/mysqli/php_mysqli.h Sat May 21 04:46:45 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: php_mysqli.h,v 1.47 2005/05/13 13:30:22 georg Exp $ + $Id: ph

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/mysqli mysqli_fe.c mysqli_nonapi.c php_mysqli.h /ext/mysqli/tests 065.phpt

2005-05-13 Thread Georg Richter
8 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: php_mysqli.h,v 1.38.2.4 2005/05/08 08:47:39 georg Exp $ + $Id: php_mysqli.h,v 1.38.2.5 2005/05/13 13:53:

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

2005-05-13 Thread Georg Richter
i.c diff -u php-src/ext/mysqli/mysqli_nonapi.c:1.44 php-src/ext/mysqli/mysqli_nonapi.c:1.45 --- php-src/ext/mysqli/mysqli_nonapi.c:1.44 Fri May 13 09:11:40 2005 +++ php-src/ext/mysqli/mysqli_nonapi.c Fri May 13 09:56:04 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2005-05-13 Thread Georg Richter
dex: php-src/ext/mysqli/php_mysqli.h diff -u php-src/ext/mysqli/php_mysqli.h:1.46 php-src/ext/mysqli/php_mysqli.h:1.47 --- php-src/ext/mysqli/php_mysqli.h:1.46Fri May 13 09:11:40 2005 +++ php-src/ext/mysqli/php_mysqli.h Fri May 13 09:30:22 2005 @@ -15,7 +15,7 @@ | Author: Georg

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

2005-05-13 Thread Georg Richter
nonapi.c:1.43 php-src/ext/mysqli/mysqli_nonapi.c:1.44 --- php-src/ext/mysqli/mysqli_nonapi.c:1.43 Sun May 8 04:39:54 2005 +++ php-src/ext/mysqli/mysqli_nonapi.c Fri May 13 09:11:40 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mysql/libmysql config-win.h

2005-05-10 Thread Georg Richter
Am Mo, den 09.05.2005 schrieb Jani Taskinen um 23:17: > Just curious..why was it disabled..? :) > > --Jani > Afaik someone disabled it when PHP4 Windows didn't support zlib by default. /Georg -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

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

2005-05-10 Thread Georg Richter
cursors (MySQL 5.0) too? /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/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mysql/libmysql config-win.h

2005-05-09 Thread Georg Richter
georg Mon May 9 13:45:51 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/mysql/libmysql config-win.h Log: fix for bug #32116 (mysql compressed connection doesn't work under win) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.124

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/mysqli mysqli_fe.c mysqli_nonapi.c php_mysqli.h /ext/mysqli/tests 065.phpt

2005-05-08 Thread Georg Richter
ex: php-src/ext/mysqli/php_mysqli.h diff -u php-src/ext/mysqli/php_mysqli.h:1.38.2.3 php-src/ext/mysqli/php_mysqli.h:1.38.2.4 --- php-src/ext/mysqli/php_mysqli.h:1.38.2.3Wed Apr 27 08:03:04 2005 +++ php-src/ext/mysqli/php_mysqli.h Sun May 8 04:47:39 2005 @@ -15,7 +15,7 @@ | Author: Ge

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

2005-05-08 Thread Georg Richter
t/mysqli/mysqli_nonapi.c Sun May 8 04:39:54 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_nonapi.c,v 1.42 2005/05/06 10:09:42 andrey

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

2005-05-07 Thread Georg Richter
georg Sat May 7 03:55:01 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/mysqli/tests 064.phpt Log: fix for 5_0. Statement constructor doesn't exist in 5_0 http://cvs.php.net/diff.php/php-src/ext/mysqli/tests/064.phpt?r1=1.1.2.2&r2=1.1.2.3&ty=u In

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

2005-05-05 Thread Georg Richter
:30:31 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli.c,v 1.43.2.15 2005/04/29 10:22:35 andrey Exp $ + $Id: mysqli.c,v 1.43.2.16 2005/05/05 13:

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

2005-05-05 Thread Georg Richter
rc/ext/mysqli/mysqli.c Thu May 5 09:02:31 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli.c,v 1.67 2005/04/29 10:23:55 andrey Exp $ + $Id: mysqli.c,v

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS php.ini-dist php.ini-recommended

2005-05-05 Thread Georg Richter
georg Thu May 5 08:33:56 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS php.ini-dist php.ini-recommended Log: MFH: fix for bug #32947 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.368&r2=1.1760.2.369&ty=u Index: php-src/NEWS diff -u php-

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

2005-05-05 Thread Georg Richter
georg Thu May 5 08:22:49 2005 EDT Modified files: /php-srcphp.ini-dist php.ini-recommended Log: fix for bug #32947 (Incorrect option for mysqli default password) http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.229&r2=1.230&ty=u Index: php-src/php

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

2005-04-20 Thread Georg Richter
-src/ext/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.65 php-src/ext/mysqli/mysqli.c:1.66 --- php-src/ext/mysqli/mysqli.c:1.65Wed Apr 20 08:50:13 2005 +++ php-src/ext/mysqli/mysqli.c Wed Apr 20 09:03:01 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2005-04-20 Thread Georg Richter
t/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.105 php-src/ext/mysqli/mysqli_api.c:1.106 --- php-src/ext/mysqli/mysqli_api.c:1.105 Wed Apr 20 08:50:13 2005 +++ php-src/ext/mysqli/mysqli_api.c Wed Apr 20 09:24:08 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2005-04-20 Thread Georg Richter
php-src/ext/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.64 php-src/ext/mysqli/mysqli.c:1.65 --- php-src/ext/mysqli/mysqli.c:1.64Mon Apr 18 02:03:29 2005 +++ php-src/ext/mysqli/mysqli.c Wed Apr 20 08:50:13 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2005-04-17 Thread Georg Richter
f -u php-src/ext/mysqli/mysqli.c:1.43.2.13 php-src/ext/mysqli/mysqli.c:1.43.2.14 --- php-src/ext/mysqli/mysqli.c:1.43.2.13 Wed Apr 6 02:48:13 2005 +++ php-src/ext/mysqli/mysqli.c Mon Apr 18 02:03:58 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2005-04-17 Thread Georg Richter
t/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.63 php-src/ext/mysqli/mysqli.c:1.64 --- php-src/ext/mysqli/mysqli.c:1.63Wed Apr 6 02:47:12 2005 +++ php-src/ext/mysqli/mysqli.c Mon Apr 18 02:03:29 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2005-04-05 Thread Georg Richter
r2=1.43.2.13&ty=u Index: php-src/ext/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.43.2.12 php-src/ext/mysqli/mysqli.c:1.43.2.13 --- php-src/ext/mysqli/mysqli.c:1.43.2.12 Sun Mar 6 16:41:38 2005 +++ php-src/ext/mysqli/mysqli.c Wed Apr 6 02:48:13 2005 @@ -15,7 +15,7 @@ | Autho

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

2005-04-05 Thread Georg Richter
t/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.62 php-src/ext/mysqli/mysqli.c:1.63 --- php-src/ext/mysqli/mysqli.c:1.62Sun Mar 6 16:40:01 2005 +++ php-src/ext/mysqli/mysqli.c Wed Apr 6 02:47:12 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2005-02-25 Thread Georg Richter
georg Fri Feb 25 03:43:41 2005 EDT Modified files: /php-src/ext/mysqli/tests bug30967.phpt Log: fix for bug #31939 http://cvs.php.net/diff.php/php-src/ext/mysqli/tests/bug30967.phpt?r1=1.3&r2=1.4&ty=u Index: php-src/ext/mysqli/tests/bug30967.phpt diff -u

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

2005-02-25 Thread Georg Richter
georg Fri Feb 25 03:42:31 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/mysqli/tests bug30967.phpt Log: fix for bug #31939 http://cvs.php.net/diff.php/php-src/ext/mysqli/tests/bug30967.phpt?r1=1.1.2.2&r2=1.1.2.3&ty=u Index: php-src/ext/mysqli/tes

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

2005-02-05 Thread Georg Richter
georg Sat Feb 5 06:02:10 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/mysqli config.m4 Log: MFH: fix for bug 29329 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.235&r2=1.1760.2.236&ty=u Index: php-src/NEWS diff -u php

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

2005-02-05 Thread Georg Richter
georg Sat Feb 5 05:59:38 2005 EDT Modified files: /php-src/ext/mysqli config.m4 Log: fix for bug #29329 http://cvs.php.net/diff.php/php-src/ext/mysqli/config.m4?r1=1.19&r2=1.20&ty=u Index: php-src/ext/mysqli/config.m4 diff -u php-src/ext/mysqli/config.m4:1

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

2005-01-28 Thread Georg Richter
p-src/ext/mysqli/mysqli_api.c:1.87.2.10 php-src/ext/mysqli/mysqli_api.c:1.87.2.11 --- php-src/ext/mysqli/mysqli_api.c:1.87.2.10 Thu Jan 27 05:20:21 2005 +++ php-src/ext/mysqli/mysqli_api.c Fri Jan 28 12:37:42 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter &

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

2005-01-28 Thread Georg Richter
u Jan 27 05:18:28 2005 +++ php-src/ext/mysqli/mysqli_api.c Fri Jan 28 12:35:37 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_api.c,v 1.100 20

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

2005-01-27 Thread Georg Richter
i_api.c:1.87.2.9Wed Jan 26 20:11:15 2005 +++ php-src/ext/mysqli/mysqli_api.c Thu Jan 27 05:20:21 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: m

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

2005-01-27 Thread Georg Richter
27 05:18:28 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_api.c,v 1.99 2005/01/27 01:14:43 tony2001 Exp $ + $Id: mysqli_api.c,v 1.100 2005/

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

2005-01-08 Thread Georg Richter
georg Sat Jan 8 10:11:37 2005 EDT Modified files: /php-src/ext/mysqli mysqli_embedded.c /php-src/ext/mysqli/tests connect.inc Log: fixed compile bug under Windows (libmysql.def currently doesn't export mysql_server_init/end). Thanks to Sebastian Bergma

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

2005-01-07 Thread Georg Richter
Am Sa, den 08.01.2005 schrieb Derick Rethans um 0:45: > On Fri, 7 Jan 2005, Georg Richter wrote: > > > PHP_MSHUTDOWN_FUNCTION(mysqli) > > { > > -// zend_hash_destroy(&mysqli_driver_properties); > > + zend_hash_destroy(&mysqli_driver_

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

2005-01-07 Thread Georg Richter
f -u php-src/ext/mysqli/mysqli.c:1.58 php-src/ext/mysqli/mysqli.c:1.59 --- php-src/ext/mysqli/mysqli.c:1.58Fri Jan 7 09:59:59 2005 +++ php-src/ext/mysqli/mysqli.c Fri Jan 7 11:34:55 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2005-01-07 Thread Georg Richter
georg Fri Jan 7 10:05:12 2005 EDT Modified files: /php-srcNEWS Log: new mysqli stuff http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1828&r2=1.1829&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1828 php-src/NEWS:1.1829 --- php-src/NEWS:1.1828 Wed Dec 2

[PHP-CVS] cvs: php-src /ext/mysqli config.m4 mysqli.c mysqli_api.c mysqli_driver.c mysqli_embedded.c mysqli_exception.c mysqli_fe.c mysqli_nonapi.c mysqli_prop.c mysqli_report.c mysqli_warning.c php_mysqli.h /ext/mysqli/tests 001.phpt 014.phpt 017.phpt 033.phpt 034.phpt 041.phpt 045.phpt 047.phpt 049.phpt 061.phpt connect.inc skipif.inc skipifemb.inc

2005-01-07 Thread Georg Richter
1.57 php-src/ext/mysqli/mysqli.c:1.58 --- php-src/ext/mysqli/mysqli.c:1.57Sun Dec 26 08:16:38 2004 +++ php-src/ext/mysqli/mysqli.c Fri Jan 7 09:59:59 2005 @@ -15,7 +15,7 @@ | Author: Georg Richter &

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

2004-12-29 Thread Georg Richter
6:13 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_prop.c,v 1.17 2004/12/06 05:15:03 georg Exp $ + $Id: mysqli_prop.c,v 1.18 2004/12/29 11:46:13 ge

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

2004-12-29 Thread Georg Richter
sqli/mysqli_prop.cWed Dec 29 06:47:03 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_prop.c,v 1.14.2.3 2004/12/06 05:15:36 georg Exp $ + $Id:

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

2004-12-27 Thread Georg Richter
other uses length. Also MySQL < 4.1.8 returned the length in bytes (which was wrong), MySQL >= 4.1.8 returns the length in characters. For example: VARCHAR(50) CHARACTER SET UTF8 returned 150 before 4.1.8, in 4.1.8 it returns 50. With information charsetnr + length you will be able to handle

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

2004-12-27 Thread Georg Richter
ec 27 10:40:40 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_api.c,v 1.87.2.7 2004/12/27 11:52:08 georg Exp $ + $Id: mysqli_api.c,v 1.87.2.8 20

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

2004-12-27 Thread Georg Richter
| Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_api.c,v 1.96 2004/12/27 11:48:57 georg Exp $ + $Id: mysqli_api.c,v 1.97 2004/12/27 15:39:34 georg Exp $ */ #ifdef

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

2004-12-27 Thread Georg Richter
| Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli_api.c,v 1.87.2.6 2004/12/20 16:42:20 georg Exp $ + $Id: mysqli_api.c,v 1.87.2.7 2004/12/27 11:52:08 georg Exp $

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

2004-12-27 Thread Georg Richter
-src/ext/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.95 php-src/ext/mysqli/mysqli_api.c:1.96 --- php-src/ext/mysqli/mysqli_api.c:1.95Mon Dec 20 11:39:14 2004 +++ php-src/ext/mysqli/mysqli_api.c Mon Dec 27 06:48:57 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-12-27 Thread Georg Richter
georg Mon Dec 27 06:54:09 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: feature request #31015 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.171&r2=1.1760.2.172&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.171 php-src/NEWS

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

2004-12-26 Thread Georg Richter
georg Sun Dec 26 08:17:03 2004 EDT Modified files: /php-srcNEWS Log: added constructors for mysqli_stmt and mysqli_resultset classes http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1826&r2=1.1827&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1826 php-sr

[PHP-CVS] cvs: php-src /ext/mysqli mysqli.c php_mysqli.h /ext/mysqli/tests 062.phpt 063.phpt

2004-12-26 Thread Georg Richter
:38 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli.c,v 1.56 2004/12/25 16:42:53 georg Exp $ + $Id: mysqli.c,v 1.57 2004/12/26 13:16:38 georg Exp $

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

2004-12-25 Thread Georg Richter
,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]>| +--+ - $Id: mysqli.c,v 1.43.2.9 2004/12/09 08:24:33 tony2001 Exp $ + $Id: mysqli.c,v 1.43.2.10 2004/12/25 16:44:02 georg Exp $

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

2004-12-25 Thread Georg Richter
1.56&ty=u Index: php-src/ext/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.55 php-src/ext/mysqli/mysqli.c:1.56 --- php-src/ext/mysqli/mysqli.c:1.55Thu Dec 9 03:22:06 2004 +++ php-src/ext/mysqli/mysqli.c Sat Dec 25 11:42:53 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

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

2004-12-20 Thread Georg Richter
.87.2.5 php-src/ext/mysqli/mysqli_api.c:1.87.2.6 --- php-src/ext/mysqli/mysqli_api.c:1.87.2.5Mon Nov 1 02:57:45 2004 +++ php-src/ext/mysqli/mysqli_api.c Mon Dec 20 11:42:20 2004 @@ -15,7 +15,7 @@ | Author: Georg Richt

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

2004-12-20 Thread Georg Richter
php-src/ext/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.94 php-src/ext/mysqli/mysqli_api.c:1.95 --- php-src/ext/mysqli/mysqli_api.c:1.94Mon Nov 1 02:19:23 2004 +++ php-src/ext/mysqli/mysqli_api.c Mon Dec 20 11:39:14 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter

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

2004-12-05 Thread Georg Richter
t/mysqli/mysqli_prop.c diff -u php-src/ext/mysqli/mysqli_prop.c:1.14.2.2 php-src/ext/mysqli/mysqli_prop.c:1.14.2.3 --- php-src/ext/mysqli/mysqli_prop.c:1.14.2.2 Sat Dec 4 04:01:33 2004 +++ php-src/ext/mysqli/mysqli_prop.cMon Dec 6 00:15:36 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter

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

2004-12-05 Thread Georg Richter
t/mysqli/mysqli_prop.c diff -u php-src/ext/mysqli/mysqli_prop.c:1.16 php-src/ext/mysqli/mysqli_prop.c:1.17 --- php-src/ext/mysqli/mysqli_prop.c:1.16 Sat Dec 4 03:16:04 2004 +++ php-src/ext/mysqli/mysqli_prop.cMon Dec 6 00:15:03 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAI

  1   2   3   >