php-developer-list | 2001041
Date: 04/02/01
- Next message: kalowsky <email protected>: "[PHP-DEV] PHP 4.0 Bug #8941 Updated: Openlink/ODBC cannot parse complex queries"
- Previous message: stevecs <email protected>: "[PHP-DEV] PHP 4.0 Bug #10122 Updated: Structure has no member errors"
- Next in thread: Adam Trachtenberg: "Re: [PHP-DEV] php_odbc.c code question"
- Reply: Adam Trachtenberg: "Re: [PHP-DEV] php_odbc.c code question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
>---------------------------------------------------------------<
Dan Kalowsky http://www.deadmime.org/~dank
DEADmime INTERnational, http://www.deadmime.org
Project Lead
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: kalowsky <email protected>: "[PHP-DEV] PHP 4.0 Bug #8941 Updated: Openlink/ODBC cannot parse complex queries"
- Previous message: stevecs <email protected>: "[PHP-DEV] PHP 4.0 Bug #10122 Updated: Structure has no member errors"
- Next in thread: Adam Trachtenberg: "Re: [PHP-DEV] php_odbc.c code question"
- Reply: Adam Trachtenberg: "Re: [PHP-DEV] php_odbc.c code question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

