summarylogtreecommitdiffstats
path: root/php-phpinfo.patch
diff options
context:
space:
mode:
authorEugene Lamskoy2022-01-21 14:06:58 +0200
committerEugene Lamskoy2022-01-25 11:20:38 +0200
commita95a89d23bfc9f95ebf2e5f57353a3c782181ce7 (patch)
tree39912f758f6e03bc5cc7637f13505920ff2da063 /php-phpinfo.patch
parent4389339e89f4a2f04ae272e2f578b6e5e551274d (diff)
downloadaur-a95a89d23bfc9f95ebf2e5f57353a3c782181ce7.tar.gz
PHP 7.3.33 pkgrel=6. Completely new features. More modularization. Patches from debian. Etc
Diffstat (limited to 'php-phpinfo.patch')
-rw-r--r--php-phpinfo.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/php-phpinfo.patch b/php-phpinfo.patch
new file mode 100644
index 000000000000..72d0beaea4bd
--- /dev/null
+++ b/php-phpinfo.patch
@@ -0,0 +1,22 @@
+--- a/ext/standard/info.c
++++ b/ext/standard/info.c
+@@ -810,9 +810,6 @@ PHPAPI ZEND_COLD void php_print_info(int flag)
+ #ifdef ARCHITECTURE
+ php_info_print_table_row(2, "Architecture", ARCHITECTURE);
+ #endif
+-#ifdef CONFIGURE_COMMAND
+- php_info_print_table_row(2, "Configure Command", CONFIGURE_COMMAND );
+-#endif
+
+ if (sapi_module.pretty_name) {
+ php_info_print_table_row(2, "Server API", sapi_module.pretty_name );
+--- a/ext/standard/tests/general_functions/phpinfo.phpt
++++ b/ext/standard/tests/general_functions/phpinfo.phpt
+@@ -20,7 +20,6 @@ PHP Version => %s
+
+ System => %s
+ Build Date => %s%a
+-Configure Command => %s
+ Server API => Command Line Interface
+ Virtual Directory Support => %s
+ Configuration File (php.ini) Path => %s