summaryrefslogtreecommitdiff
path: root/ext/gettext/php_gettext.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-03-11 20:48:49 +0000
committerAndi Gutmans <andi@php.net>2000-03-11 20:48:49 +0000
commit9dca788ca04cfe185c3faaab8ad0b872b1762977 (patch)
treedc2f471e5637593dfc07b457ff3300ef08388d22 /ext/gettext/php_gettext.h
parentfe558092e469f6307458cb0f3ae64ebcebf92b14 (diff)
downloadphp-git-9dca788ca04cfe185c3faaab8ad0b872b1762977.tar.gz
- Don't define DEBUG anymore. Everyone should use PHP_DEBUG.
There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages?
Diffstat (limited to 'ext/gettext/php_gettext.h')
-rw-r--r--ext/gettext/php_gettext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gettext/php_gettext.h b/ext/gettext/php_gettext.h
index a6f156a0a8..800db28602 100644
--- a/ext/gettext/php_gettext.h
+++ b/ext/gettext/php_gettext.h
@@ -34,7 +34,7 @@
#if HAVE_LIBINTL
#ifndef INIT_FUNC_ARGS
-#include "modules.h"
+#include "zend_modules.h"
#endif
extern zend_module_entry php_gettext_module_entry;