Hi!
I'ld like to announce the availability of a database abstraction module,
called 'dbx'.
It gives you the ability to code your database-enabled php-templates once
(for a specific database), and port to a different database later by just
changing the string "odbc" to "mysql" (e.g.) once. This
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
mboeren Wed Apr 18 05:34:53 2001 EDT
Modified files:
/php4/ext/dbx dbx_pgsql.c
Log:
Removed some old commented code (Mc)
Index: php4/ext/dbx/dbx_pgsql.c
diff -u php4/ext/dbx/dbx_pgsql.c:1.6 php4/ext/dbx/dbx_pgsql.c:1.7
--- php4/ext/dbx/dbx_pgsql.c:1.6
>If there are we are better off finding them and fixing them instead of
>defaulting to c:\php4. I think we should follow the Windows standard on
>Windows. I know that I hate when programs want to install themselves in c:\
>on Windows.
Just stating the obvious here, but c:\program files is a s
>What is the software default path registry key???
>I found it once before, when I wasn't looking. Now I'm looking I can't
find
>it.
Do a search for programfilesdir or programfilespath in regedit (you'll
probably end up in
HKEY_LOCAL_MACHINE/software/microsoft/windows/currentversion...)
I think
re unable |
| to obtain it through the world-wide-web, please send a note to |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
+--+
| Author : Marc Boeren
mboeren Thu Mar 22 04:26:24 2001 EDT
Added files:
/php4/ext/dbx EXPERIMENTAL
Log:
no comment :)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact
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
are unable to |
+ | obtain it through the world-wide-web, please send a note to |
+ | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+--+
| Author : Marc Boeren <[EM
mboeren Fri Mar 23 06:50:17 2001 EDT
Modified files:
/php4/ext/dbx Makefile.in dbx.c dbx.dsp dbx_mysql.c dbx_mysql.h
dbx_odbc.c dbx_odbc.h dbx_pgsql.c dbx_pgsql.h
php_dbx.h
Log:
Fixed compile errors for Postg
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
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
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
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
14 matches
Mail list logo