]> git.pld-linux.org Git - packages/php4.git/commitdiff
- remove configure command from phpinfo (debian)
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Dec 2006 19:25:57 +0000 (19:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php4-phpinfo_no_configure.patch -> 1.1

php4-phpinfo_no_configure.patch [new file with mode: 0644]

diff --git a/php4-phpinfo_no_configure.patch b/php4-phpinfo_no_configure.patch
new file mode 100644 (file)
index 0000000..4e53d4f
--- /dev/null
@@ -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) {
This page took 0.048101 seconds and 4 git commands to generate.