From: Wez Furlong Date: Wed, 18 Jun 2003 19:48:02 +0000 (+0000) Subject: Should build with PHP5 now... X-Git-Tag: RELEASE_1_0_2~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20ee07ef92228f3b8cce9f864f1f8aec2fd8cf81;p=php Should build with PHP5 now... --- diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index f9ac9b31dc..40069a2b62 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -42,7 +42,7 @@ #define safe_emalloc(a,b,c) emalloc((a)*(b)+(c)) #endif -#ifndef OnUpdateLong +#ifndef ZEND_ENGINE_2 # define OnUpdateLong OnUpdateInt #endif