summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2010-03-30 23:03:02 +0000
committerJohannes Schlüter <johannes@php.net>2010-03-30 23:03:02 +0000
commit26b08f9857e79b3281d580846e8eb9c27b24af32 (patch)
tree76e047f503871cb304b2d3427caffffb7fc1c7ba /main/php.h
parentd5b2d647c069d9df1eb9ca91813dc7f285bbd015 (diff)
downloadphp-git-26b08f9857e79b3281d580846e8eb9c27b24af32.tar.gz
Remove main/php3_compat.h, for that a few references to `function_entry` have
to be replaced by `zend_function_entry`.
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index e858e3c424..43c8cbfc48 100644
--- a/main/php.h
+++ b/main/php.h
@@ -182,7 +182,6 @@ typedef unsigned int socklen_t;
#endif
#include "zend_hash.h"
-#include "php3_compat.h"
#include "zend_alloc.h"
#include "zend_stack.h"