summarylogtreecommitdiffstats
path: root/php-phpinfo.patch
diff options
context:
space:
mode:
authorEugene Lamskoy2021-12-16 18:16:03 +0200
committerEugene Lamskoy2021-12-16 18:16:03 +0200
commit1c636aec0734d5e349a1a78dede03b1897bd85e5 (patch)
tree9ccd99c9b91a35afb81c2de9fd8b711beca0dc50 /php-phpinfo.patch
parent82e9513a3e5770bc8ceef73f91c6d57148e75949 (diff)
downloadaur-1c636aec0734d5e349a1a78dede03b1897bd85e5.tar.gz
Revert "Upgraded pkgbuild"
This reverts commit 82e9513a3e5770bc8ceef73f91c6d57148e75949.
Diffstat (limited to 'php-phpinfo.patch')
-rw-r--r--php-phpinfo.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/php-phpinfo.patch b/php-phpinfo.patch
deleted file mode 100644
index 72d0beaea4bd..000000000000
--- a/php-phpinfo.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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