summaryrefslogtreecommitdiff
path: root/ext/sqlite/sqlite.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-06-18 19:48:02 +0000
committerWez Furlong <wez@php.net>2003-06-18 19:48:02 +0000
commit20ee07ef92228f3b8cce9f864f1f8aec2fd8cf81 (patch)
treec9d8cc6aab2e371059e60f41b1e7627224fd80df /ext/sqlite/sqlite.c
parentd3f9d47aa939167ba34ed1777d218c7ed1398afd (diff)
downloadphp-git-20ee07ef92228f3b8cce9f864f1f8aec2fd8cf81.tar.gz
Should build with PHP5 now...
Diffstat (limited to 'ext/sqlite/sqlite.c')
-rw-r--r--ext/sqlite/sqlite.c2
1 files changed, 1 insertions, 1 deletions
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