Remove main/php3_compat.h, for that a few references to function_entry have

to be replaced by `zend_function_entry`.
This commit is contained in:
Johannes Schlüter 2010-03-30 23:03:02 +00:00
parent d5b2d647c0
commit 26b08f9857
15 changed files with 13 additions and 141 deletions

View file

@ -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"