summaryrefslogtreecommitdiff
path: root/Zend/zend.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2004-02-12 10:38:14 +0000
committerZeev Suraski <zeev@php.net>2004-02-12 10:38:14 +0000
commit00ed3bad290543b2145339fc3c3e7c4d81b7c32d (patch)
treea9dd9e51ed44bc3ec6ec89430ac953f45cdb9bbd /Zend/zend.c
parente189d89672167dee73d53ac642c2a85979249d83 (diff)
downloadphp-git-00ed3bad290543b2145339fc3c3e7c4d81b7c32d.tar.gz
Centralize exceptions code in zend_exceptions.[ch].
Remove zend_default_classes.h (use zend_exceptions.h instead) NOTE: This currently breaks the build, fixes to php-src and pecl coming soon
Diffstat (limited to 'Zend/zend.c')
-rw-r--r--Zend/zend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.c b/Zend/zend.c
index 2592ea7866..179c7b9cd6 100644
--- a/Zend/zend.c
+++ b/Zend/zend.c
@@ -25,7 +25,7 @@
#include "zend_constants.h"
#include "zend_list.h"
#include "zend_API.h"
-#include "zend_default_classes.h"
+#include "zend_exceptions.h"
#include "zend_builtin_functions.h"
#include "zend_ini.h"