diff options
author | Sascha Schumann <sas@php.net> | 2000-06-05 23:59:06 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-06-05 23:59:06 +0000 |
commit | 45a5555b09aa706e9326f8ec0cf388ae1709a0bf (patch) | |
tree | 3339d69db0faecb9d8900b79a7281339ad6e7aa5 | |
parent | 102c6ce4b89c4efd46eb8c2b212943c188312938 (diff) | |
download | php-git-45a5555b09aa706e9326f8ec0cf388ae1709a0bf.tar.gz |
Move global.h to php_global.h.
-rw-r--r-- | ext/standard/md5.h | 2 | ||||
-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 |