[PHP-DEV] new database extension

2003-01-03 Thread Chandler, Jacob R
I want to write a new extension specific to the MIMER database
(www.mimer.com). This will be similar to the extensions for PostgreSQL,
Oracle, etc. and will allow native connection as an option instead of
using ODBC. However, I'm not exactly sure where to start and wanted to
look at those specific extensions. Can someone tell me where I might
find this within the PHP source?
 

Jacob Chandler
Programmer/Analyst I
Computer Services
Sam Houston State University
[EMAIL PROTECTED]
936 294-3160
  

 



Re: [PHP-DEV] new database extension

2003-01-03 Thread Rasmus Lerdorf
All the extensions are under ext/

Those two specifically are ext/pgsql and ext/oci8

On Fri, 3 Jan 2003, Chandler, Jacob R wrote:

 I want to write a new extension specific to the MIMER database
 (www.mimer.com). This will be similar to the extensions for PostgreSQL,
 Oracle, etc. and will allow native connection as an option instead of
 using ODBC. However, I'm not exactly sure where to start and wanted to
 look at those specific extensions. Can someone tell me where I might
 find this within the PHP source?


 Jacob Chandler
 Programmer/Analyst I
 Computer Services
 Sam Houston State University
 [EMAIL PROTECTED]
 936 294-3160





-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] new database extension

2003-01-03 Thread Andrey Hristov
 Hi Jacob,
If you are totally new the the PHP extensions find one or two that are small
but descriptive.
Read this : http://pres.derickrethans.nl/ze-ext , as well the docs for
developers on php.net


Andrey


- Original Message -
From: Chandler, Jacob R [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 03, 2003 5:50 PM
Subject: [PHP-DEV] new database extension


I want to write a new extension specific to the MIMER database
(www.mimer.com). This will be similar to the extensions for PostgreSQL,
Oracle, etc. and will allow native connection as an option instead of
using ODBC. However, I'm not exactly sure where to start and wanted to
look at those specific extensions. Can someone tell me where I might
find this within the PHP source?


Jacob Chandler
Programmer/Analyst I
Computer Services
Sam Houston State University
[EMAIL PROTECTED]
936 294-3160






-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php