Fixed bug #29264. Newer libintl redefines function names so all

PHP gettext function names become prefixed with libintl_
This commit is contained in:
Edin Kadribasic 2004-07-29 22:23:23 +00:00
parent 8a582fa707
commit 5ec7c94a95

View File

@ -27,7 +27,6 @@
#if HAVE_LIBINTL
#include <stdio.h>
#include <libintl.h>
#include "ext/standard/info.h"
#include "php_gettext.h"
@ -57,6 +56,8 @@ function_entry php_gettext_functions[] = {
};
/* }}} */
#include <libintl.h>
zend_module_entry php_gettext_module_entry = {
STANDARD_MODULE_HEADER,
"gettext",