From: Zeev Suraski Date: Sat, 4 Dec 1999 23:03:01 +0000 (+0000) Subject: That one is actually supposed to have 'php3' on it - it's the PHP 3.0 compatibility... X-Git-Tag: PRE_RETURN_REF_PATCH~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3622080333d2022d5d7ed50069980011faf5f63;p=php That one is actually supposed to have 'php3' on it - it's the PHP 3.0 compatibility defines for 4.0 --- diff --git a/main/php.h b/main/php.h index 031c168596..47f0f367c8 100644 --- a/main/php.h +++ b/main/php.h @@ -148,7 +148,7 @@ char *strtok_r(char *s, const char *delim, char **last); #include "zend_hash.h" -#include "php_compat.h" +#include "php3_compat.h" #include "zend_alloc.h" #include "zend_stack.h" diff --git a/main/php_compat.h b/main/php3_compat.h similarity index 100% rename from main/php_compat.h rename to main/php3_compat.h