From: Marcus Boerger Date: Sat, 17 Jan 2004 18:04:06 +0000 (+0000) Subject: No longer needed X-Git-Tag: php_ibase_before_split~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ee90db6e60468413eba97656f0dd3284ef498d8;p=php No longer needed # Found by Andrey --- diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index ee429ac0ce..21291de458 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -47,10 +47,6 @@ # define safe_emalloc(a,b,c) emalloc((a)*(b)+(c)) #endif -#ifndef ZEND_ENGINE_2 -# define OnUpdateLong OnUpdateInt -#endif - ZEND_DECLARE_MODULE_GLOBALS(sqlite) #if HAVE_PHP_SESSION