diff options
author | foobar <sniper@php.net> | 2005-12-06 00:44:22 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-06 00:44:22 +0000 |
commit | 8fa72be4eeba5ef421f4f04c9715d612544a3d61 (patch) | |
tree | dd76c71d5ed1c07295f0c554c7cc0d9c188b6d97 /main/php.h | |
parent | 77205941f575ec2fcefc38523426e5fc32768d35 (diff) | |
download | php-git-8fa72be4eeba5ef421f4f04c9715d612544a3d61.tar.gz |
- Nuke php3_compat.h
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 6 |
1 files changed, 4 insertions, 2 deletions
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 <string.h> #else |