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

2001-04-18 Thread Marc Boeren
mboeren Wed Apr 18 05:31:08 2001 EDT Modified files: /php4/ext/dbx dbx.c dbx.h Log: Added DBX_CMP_TEXT and DBX_CMP_NUMBER constants and support for them in the dbx_cmp_desc and dbx_cmp_asc functions. The old method of passing a string "number" is now no

[PHP-CVS] cvs: php4 /ext/dbx dbx.c dbx_mysql.c dbx_mysql.h dbx_odbc.c dbx_odbc.h dbx_pgsql.c dbx_pgsql.h php_dbx.h

2001-04-11 Thread Marc Boeren
mboeren Wed Apr 11 01:14:57 2001 EDT Modified files: /php4/ext/dbx dbx.c dbx_mysql.c dbx_mysql.h dbx_odbc.c dbx_odbc.h dbx_pgsql.c dbx_pgsql.h php_dbx.h Log: Added a database member to the dbx_link object. Since e.g. mysql reuses c

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

2001-04-09 Thread Marc Boeren
mboeren Mon Apr 9 04:53:39 2001 EDT Modified files: /php4/ext/dbx dbx.c Log: Added optional 'comparison_type' parameter to compare functions, to force either text or number comparison. (Mc) Index: php4/ext/dbx/dbx.c diff -u php4/ext/dbx/dbx.c:1.7 ph

[PHP-CVS] cvs: php4 /ext/dbx dbx.c dbx_odbc.c dbx_pgsql.c

2001-04-02 Thread Marc Boeren
mboeren Mon Apr 2 01:51:36 2001 EDT Modified files: /php4/ext/dbx dbx.c dbx_odbc.c dbx_pgsql.c Log: Inserted a few extra initialisations, just in case. Had some problems in a different module, this solved it there, hance the added insurance. (Mc) In

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

2001-03-26 Thread Marc Boeren
mboeren Mon Mar 26 00:26:07 2001 EDT Modified files: /php4/ext/dbx dbx.c Log: Removed #include php_config.h, since it was not necessary (Mc) Index: php4/ext/dbx/dbx.c diff -u php4/ext/dbx/dbx.c:1.5 php4/ext/dbx/dbx.c:1.6 --- php4/ext/dbx/dbx.c:1.5

[PHP-CVS] cvs: php4 /ext/dbx dbx.c dbx_pgsql.c dbx_pgsql.h php_dbx.h

2001-03-23 Thread Rui Hirokawa
hirokawaFri Mar 23 03:50:04 2001 EDT Added files: /php4/ext/dbx dbx_pgsql.c dbx_pgsql.h Modified files: /php4/ext/dbx dbx.c php_dbx.h Log: added initial support for PostgreSQL to ext/dbx. Index: php4/ext/dbx/dbx.c d

Re: [PHP-CVS] cvs: php4 /ext/dbx dbx.c dbx_mysql.c dbx_mysql.hdbx_odbc.c dbx_odbc.h php_dbx.h

2001-03-22 Thread Sterling Hughes
On Thu, 22 Mar 2001, Marc Boeren wrote: > mboeren Thu Mar 22 07:14:35 2001 EDT > > Modified files: > /php4/ext/dbx dbx.c dbx_mysql.c dbx_odbc.c dbx_mysql.h dbx_odbc.h > php_dbx.h > Log: > Changed C++ style comments to C-style comm

Re: [PHP-CVS] cvs: php4 /ext/dbx dbx.c dbx_mysql.c dbx_mysql.h dbx_odbc.c dbx_odbc.h php_dbx.h

2001-03-22 Thread Andrei Zmievski
On Thu, 22 Mar 2001, Marc Boeren wrote: > mboeren Thu Mar 22 07:14:35 2001 EDT > > Modified files: > /php4/ext/dbx dbx.c dbx_mysql.c dbx_odbc.c dbx_mysql.h dbx_odbc.h > php_dbx.h > Log: > Changed C++ style comments to C-style comme

[PHP-CVS] cvs: php4 /ext/dbx dbx.c dbx_mysql.c dbx_mysql.h dbx_odbc.c dbx_odbc.h php_dbx.h

2001-03-22 Thread Marc Boeren
mboeren Thu Mar 22 07:14:35 2001 EDT Modified files: /php4/ext/dbx dbx.c dbx_mysql.c dbx_odbc.c dbx_mysql.h dbx_odbc.h php_dbx.h Log: Changed C++ style comments to C-style comments (Marc) #I hope I got 'em all @Changed C++ style