summaryrefslogtreecommitdiff
path: root/ext/pgsql
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2004-02-12 10:43:27 +0000
committerZeev Suraski <zeev@php.net>2004-02-12 10:43:27 +0000
commit30171a75909f69cb22590a0e74fccd6eeb4b1681 (patch)
treeb0ede371b5fc18dfccb3e73b70a5da3582af797c /ext/pgsql
parent07e3413e99b89e35417a1cf7d6aacb5a009dd7d7 (diff)
downloadphp-git-30171a75909f69cb22590a0e74fccd6eeb4b1681.tar.gz
zend_default_classes.h -> zend_exceptions.h
Diffstat (limited to 'ext/pgsql')
-rw-r--r--ext/pgsql/pgsql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c
index c2e3f09cc0..3e2e8a2c5a 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -37,7 +37,7 @@
#include "ext/standard/php_smart_str.h"
#include "php_pgsql.h"
#include "php_globals.h"
-#include "zend_default_classes.h"
+#include "zend_exceptions.h"
#if HAVE_PGSQL