summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-05 23:59:06 +0000
committerSascha Schumann <sas@php.net>2000-06-05 23:59:06 +0000
commit45a5555b09aa706e9326f8ec0cf388ae1709a0bf (patch)
tree3339d69db0faecb9d8900b79a7281339ad6e7aa5
parent102c6ce4b89c4efd46eb8c2b212943c188312938 (diff)
downloadphp-git-45a5555b09aa706e9326f8ec0cf388ae1709a0bf.tar.gz
Move global.h to php_global.h.
-rw-r--r--ext/standard/md5.h2
-rw-r--r--ext/standard/php_global.h (renamed from ext/standard/global.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/md5.h b/ext/standard/md5.h
index b29b0ef14e..86bb4f7ada 100644
--- a/ext/standard/md5.h
+++ b/ext/standard/md5.h
@@ -53,7 +53,7 @@
documentation and/or software.
*/
-#include "global.h"
+#include "php_global.h"
/* MD5 context. */
typedef struct {
diff --git a/ext/standard/global.h b/ext/standard/php_global.h
index 9b03e21b82..9b03e21b82 100644
--- a/ext/standard/global.h
+++ b/ext/standard/php_global.h