php4-beta | 199912
Date: 12/30/99
- Next message: Brian Leyton: "RE: [PHP4BETA] Errors building latest CVS"
- Previous message: Juan Luis Baptiste: "[PHP4BETA] problems running php4 beta 3..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sas Thu Dec 30 19:38:53 1999 EDT
Modified files:
/php4/ext/odbc php_odbc.h
Log:
Fix linking problems with iODBC. This is from the Adabas section, so
this might work for iODBC.
Index: php4/ext/odbc/php_odbc.h
diff -u php4/ext/odbc/php_odbc.h:1.12 php4/ext/odbc/php_odbc.h:1.13
--- php4/ext/odbc/php_odbc.h:1.12 Thu Dec 30 12:11:47 1999
+++ php4/ext/odbc/php_odbc.h Thu Dec 30 19:38:22 1999
@@ -28,7 +28,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_odbc.h,v 1.12 1999/12/30 17:11:47 kara Exp $ */
+/* $Id: php_odbc.h,v 1.13 1999/12/31 00:38:22 sas Exp $ */
#ifndef _PHP_ODBC_H
#define _PHP_ODBC_H
@@ -83,6 +83,7 @@
#define SQL_SO_DYNAMIC 0x00000004L
#define SQL_LEN_DATA_AT_EXEC_OFFSET (-100)
#define SQL_LEN_DATA_AT_EXEC(length) (-(length)+SQL_LEN_DATA_AT_EXEC_OFFSET)
+#define SQL_SUCCEEDED(rc) (((rc)&(~1))==0)
#elif defined(HAVE_UNIXODBC) /* unixODBC library */
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Brian Leyton: "RE: [PHP4BETA] Errors building latest CVS"
- Previous message: Juan Luis Baptiste: "[PHP4BETA] problems running php4 beta 3..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

