From: Sascha Schumann Date: Mon, 5 Jun 2000 23:59:06 +0000 (+0000) Subject: Move global.h to php_global.h. X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45a5555b09aa706e9326f8ec0cf388ae1709a0bf;p=php Move global.h to php_global.h. --- 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 similarity index 100% rename from ext/standard/global.h rename to ext/standard/php_global.h