From 26b08f9857e79b3281d580846e8eb9c27b24af32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= Date: Tue, 30 Mar 2010 23:03:02 +0000 Subject: Remove main/php3_compat.h, for that a few references to `function_entry` have to be replaced by `zend_function_entry`. --- main/php.h | 1 - 1 file changed, 1 deletion(-) (limited to 'main/php.h') 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" -- cgit v1.2.1