summaryrefslogtreecommitdiff
path: root/ext/yaz/php_yaz.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-28 07:17:47 +0000
committerfoobar <sniper@php.net>2003-02-28 07:17:47 +0000
commit282512abea2e79a6c7f5562009a1a3751fce557e (patch)
tree6bedccaa568114e58541c3300c141fc535bfdd85 /ext/yaz/php_yaz.c
parent40a3530d8e555dec2a594939ccb7995e6ca25f76 (diff)
downloadphp-git-282512abea2e79a6c7f5562009a1a3751fce557e.tar.gz
YAZ 2.0 or later is required now.
Diffstat (limited to 'ext/yaz/php_yaz.c')
-rw-r--r--ext/yaz/php_yaz.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/yaz/php_yaz.c b/ext/yaz/php_yaz.c
index 17c2250156..fc5d982508 100644
--- a/ext/yaz/php_yaz.c
+++ b/ext/yaz/php_yaz.c
@@ -33,9 +33,9 @@
#include <yaz/yaz-version.h>
#ifndef YAZ_VERSIONL
-#error YAZ version 1.9 or later must be used.
-#elif YAZ_VERSIONL < 0x010900
-#error YAZ version 1.9 or later must be used.
+#error YAZ version 2.0 or later must be used.
+#elif YAZ_VERSIONL < 0x020000
+#error YAZ version 2.0 or later must be used.
#endif
#ifdef PHP_WIN32