From 8fa72be4eeba5ef421f4f04c9715d612544a3d61 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 6 Dec 2005 00:44:22 +0000 Subject: - Nuke php3_compat.h --- main/php.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index 1ad05e46ce..d3e13a181e 100644 --- a/main/php.h +++ b/main/php.h @@ -170,12 +170,14 @@ typedef unsigned int socklen_t; # endif #endif - #include "zend_hash.h" -#include "php3_compat.h" #include "zend_alloc.h" #include "zend_stack.h" +/* PHP3 Legacy */ +typedef zval pval; +#define function_entry zend_function_entry + #if STDC_HEADERS # include #else -- cgit v1.2.1