iliaa Sun Jan 19 18:32:20 2003 EDT
Modified files:
/php4/ext/oracle oracle.c
Log:
ZTS fix.
Index: php4/ext/oracle/oracle.c
diff -u php4/ext/oracle/oracle.c:1.86 php4/ext/oracle/oracle.c:1.87
--- php4/ext/oracle/oracle.c:1.86 Sun Jan 19 10:01:33 2003
+++ php4/ext/oracle/oracle.c Sun Jan 19 18:32:20 2003
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: oracle.c,v 1.86 2003/01/19 15:01:33 iliaa Exp $ */
+/* $Id: oracle.c,v 1.87 2003/01/19 23:32:20 iliaa Exp $ */
/* comment out the next line if you're on Oracle 7.x and don't have the olog
call. */
@@ -1621,6 +1621,7 @@
int i;
sb2 type;
sb4 dbsize;
+ TSRMLS_FETCH();
if (cursor == NULL) {
return -1;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php