]> granicus.if.org Git - php/commitdiff
Move global.h to php_global.h.
authorSascha Schumann <sas@php.net>
Mon, 5 Jun 2000 23:59:06 +0000 (23:59 +0000)
committerSascha Schumann <sas@php.net>
Mon, 5 Jun 2000 23:59:06 +0000 (23:59 +0000)
ext/standard/md5.h
ext/standard/php_global.h [moved from ext/standard/global.h with 100% similarity]

index b29b0ef14e6fef666bc3691bbf75ce958a538575..86bb4f7ada8a5f091ee53ebe4010c1f71405b492 100644 (file)
@@ -53,7 +53,7 @@
    documentation and/or software.
  */
 
-#include "global.h"
+#include "php_global.h"
 
 /* MD5 context. */
 typedef struct {