dmitry Mon, 29 Nov 2010 08:56:21 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=305823
Log: Removed unnecessary dependencies Changed paths: U php/php-src/trunk/ext/standard/info.c Modified: php/php-src/trunk/ext/standard/info.c =================================================================== --- php/php-src/trunk/ext/standard/info.c 2010-11-29 08:30:18 UTC (rev 305822) +++ php/php-src/trunk/ext/standard/info.c 2010-11-29 08:56:21 UTC (rev 305823) @@ -49,16 +49,6 @@ # endif #endif -#if HAVE_MBSTRING -#include "ext/mbstring/mbstring.h" -ZEND_EXTERN_MODULE_GLOBALS(mbstring) -#endif - -#if HAVE_ICONV -#include "ext/iconv/php_iconv.h" -ZEND_EXTERN_MODULE_GLOBALS(iconv) -#endif - #define SECTION(name) if (!sapi_module.phpinfo_as_text) { \ php_info_print("<h2>" name "</h2>\n"); \ } else { \
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php