summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/firebird_driver.c
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2014-12-04 00:55:11 +0000
committerAndrea Faulds <ajf@ajf.me>2014-12-05 19:46:30 +0000
commitc7157e4cfbc94306b4ee5de10c930f0def05d8de (patch)
tree8a98949301f1da5d587a92b066fc90b321000385 /ext/pdo_firebird/firebird_driver.c
parent90d916c4b10c1a94adc89d3295260dbbfb50a778 (diff)
downloadphp-git-c7157e4cfbc94306b4ee5de10c930f0def05d8de.tar.gz
Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!)
Diffstat (limited to 'ext/pdo_firebird/firebird_driver.c')
-rw-r--r--ext/pdo_firebird/firebird_driver.c4
1 files changed, 1 insertions, 3 deletions
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"