From b5434aac368a536d25cd87bf98af4ccdd3135a09 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 22 Jun 2003 12:50:28 +0000 Subject: [PATCH] Fix module pointer name to enable building again --- ext/dom/php_dom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h index fb0e22c08c..e6bc326963 100644 --- a/ext/dom/php_dom.h +++ b/ext/dom/php_dom.h @@ -24,7 +24,7 @@ #define PHP_DOM_H extern zend_module_entry dom_module_entry; -#define dom_module_ptr &dom_module_entry +#define phpext_dom_ptr &dom_module_entry #ifdef ZTS #include "TSRM.h" -- 2.50.1