summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-12-04 23:03:01 +0000
committerZeev Suraski <zeev@php.net>1999-12-04 23:03:01 +0000
commitf3622080333d2022d5d7ed50069980011faf5f63 (patch)
tree77bc5bdc527e09ca4ee2f49b5af0e67b8a99cc8f /main
parent0dd9658485105175d90d2afb1ef916e33eefa4fa (diff)
downloadphp-git-f3622080333d2022d5d7ed50069980011faf5f63.tar.gz
That one is actually supposed to have 'php3' on it - it's the PHP 3.0 compatibility defines for 4.0
Diffstat (limited to 'main')
-rw-r--r--main/php.h2
-rw-r--r--main/php3_compat.h (renamed from main/php_compat.h)0
2 files changed, 1 insertions, 1 deletions
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
index be0a5fa281..be0a5fa281 100644
--- a/main/php_compat.h
+++ b/main/php3_compat.h