php-developer-list | 2001041
Date: 04/02/01
- Next message: ctp_one_bluelight <email protected>: "[PHP-DEV] PHP 4.0 Bug #10123: Text missing for manual functions (English)"
- Previous message: moisey.g.oysgelt <email protected>: "[PHP-DEV] RE: PHP 4.0 Bug #9284 Updated: odbc_execute , SQL state 07001 in SQLExecute"
- In reply to: Dan Kalowsky: "[PHP-DEV] php_odbc.c code question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 \ \ adam <email protected> | http://www.student.com /-- 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: ctp_one_bluelight <email protected>: "[PHP-DEV] PHP 4.0 Bug #10123: Text missing for manual functions (English)"
- Previous message: moisey.g.oysgelt <email protected>: "[PHP-DEV] RE: PHP 4.0 Bug #9284 Updated: odbc_execute , SQL state 07001 in SQLExecute"
- In reply to: Dan Kalowsky: "[PHP-DEV] php_odbc.c code question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

