From c7157e4cfbc94306b4ee5de10c930f0def05d8de Mon Sep 17 00:00:00 2001 From: Andrea Faulds Date: Thu, 4 Dec 2014 00:55:11 +0000 Subject: Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!) --- ext/pdo_firebird/firebird_driver.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ext/pdo_firebird/firebird_driver.c') diff --git a/ext/pdo_firebird/firebird_driver.c b/ext/pdo_firebird/firebird_driver.c index 298d2539e3..c80f61aa43 100644 --- a/ext/pdo_firebird/firebird_driver.c +++ b/ext/pdo_firebird/firebird_driver.c @@ -23,9 +23,7 @@ #define _GNU_SOURCE #include "php.h" -#ifdef ZEND_ENGINE_2 -# include "zend_exceptions.h" -#endif +#include "zend_exceptions.h" #include "php_ini.h" #include "ext/standard/info.h" #include "pdo/php_pdo.h" -- cgit v1.2.1