scottmac Tue Jun 12 14:08:16 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/pcre php_pcre.c
Log:
Display PCRE ini entries as part of module info
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.17&r2=1.168.2.9.2.18&diff_format=u
Index: php-src/ext/pcre/php_pcre.c
diff -u php-src/ext/pcre/php_pcre.c:1.168.2.9.2.17
php-src/ext/pcre/php_pcre.c:1.168.2.9.2.18
--- php-src/ext/pcre/php_pcre.c:1.168.2.9.2.17 Mon Apr 23 10:05:33 2007
+++ php-src/ext/pcre/php_pcre.c Tue Jun 12 14:08:16 2007
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_pcre.c,v 1.168.2.9.2.17 2007/04/23 10:05:33 tony2001 Exp $ */
+/* $Id: php_pcre.c,v 1.168.2.9.2.18 2007/06/12 14:08:16 scottmac Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -126,6 +126,8 @@
php_info_print_table_row(2, "PCRE (Perl Compatible Regular Expressions)
Support", "enabled" );
php_info_print_table_row(2, "PCRE Library Version", pcre_version() );
php_info_print_table_end();
+
+ DISPLAY_INI_ENTRIES();
}
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php