On Mon, 2 Apr 2001, Dan Kalowsky wrote:

> In the current php_odbc.c file the following lines exist:
> 
> #ifndef HAVE_DBMAKER    
>     if ((*pv_onoff)) {
> #else
>     if (pv_onoff && (*pv_onoff)) {
> #endif
> 
> these can be found in the odbc_autocommit function.... does anyone know
> why this has been #ifdef'ed around?  

Quoth the CVS logs:

"Added DBMaker support (patch by Pax Tsai...)"

from ssb on Nov 28 1999.

-adam

-- 
/ adam maccabee trachtenberg | visit college life online \
\ [EMAIL PROTECTED]           | http://www.student.com    /


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to