]> git.pld-linux.org Git - packages/php4.git/blob - php4-phpinfo_no_configure.patch
- rel 59; openssl 1.1.1 support
[packages/php4.git] / php4-phpinfo_no_configure.patch
1 --- php4-4.3.11/ext/standard/info.c.orig        2005-07-10 06:23:11.000000000 +1000
2 +++ php4-4.3.11/ext/standard/info.c     2005-07-10 06:23:33.000000000 +1000
3 @@ -439,7 +439,7 @@
4                 php_info_print_table_start();
5                 php_info_print_table_row(2, "System", php_uname );
6                 php_info_print_table_row(2, "Build Date", __DATE__ " " __TIME__ );
7 -#ifdef CONFIGURE_COMMAND
8 +#if 0
9                 php_info_print_table_row(2, "Configure Command", CONFIGURE_COMMAND );
10  #endif
11                 if (sapi_module.pretty_name) {
This page took 0.054178 seconds and 3 git commands to generate.