From 45a5555b09aa706e9326f8ec0cf388ae1709a0bf Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 5 Jun 2000 23:59:06 +0000 Subject: [PATCH] Move global.h to php_global.h. --- ext/standard/md5.h | 2 +- ext/standard/{global.h => php_global.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ext/standard/{global.h => php_global.h} (100%) 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 -- 2.50.1