From: Elan Ruusamäe Date: Thu, 14 Dec 2006 19:25:57 +0000 (+0000) Subject: - remove configure command from phpinfo (debian) X-Git-Tag: auto/ac/php4-4_4_4-11~3 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=39e6aaeadd28aeeadda5eb3d2a3b5345124cd468;p=packages%2Fphp4.git - remove configure command from phpinfo (debian) Changed files: php4-phpinfo_no_configure.patch -> 1.1 --- diff --git a/php4-phpinfo_no_configure.patch b/php4-phpinfo_no_configure.patch new file mode 100644 index 0000000..4e53d4f --- /dev/null +++ b/php4-phpinfo_no_configure.patch @@ -0,0 +1,11 @@ +--- php4-4.3.11/ext/standard/info.c.orig 2005-07-10 06:23:11.000000000 +1000 ++++ php4-4.3.11/ext/standard/info.c 2005-07-10 06:23:33.000000000 +1000 +@@ -439,7 +439,7 @@ + php_info_print_table_start(); + php_info_print_table_row(2, "System", php_uname ); + php_info_print_table_row(2, "Build Date", __DATE__ " " __TIME__ ); +-#ifdef CONFIGURE_COMMAND ++#if 0 + php_info_print_table_row(2, "Configure Command", CONFIGURE_COMMAND ); + #endif + if (sapi_module.pretty_name) {