Skip to content

Commit

Permalink
Refresh patch for PHP 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Oct 23, 2024
1 parent c3766bf commit 68e5cf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/patches/8.2/0003-php-5.4.9-phpinfo.patch
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ The available extensions are not related to this command.
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
@@ -17,7 +17,6 @@ PHP Version => %s
@@ -17,7 +17,6 @@

System => %s
Build Date => %s%a
Build Date => %r(.+?)%r
-Configure Command => %s
Server API => Command Line Interface
Virtual Directory Support => %s
Expand Down
4 changes: 2 additions & 2 deletions config/patches/8.3/0003-php-5.4.9-phpinfo.patch
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ The available extensions are not related to this command.
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
@@ -17,7 +17,6 @@ PHP Version => %s
@@ -17,7 +17,6 @@

System => %s
Build Date => %s%a
Build Date => %r(.+?)%r
-Configure Command => %s
Server API => Command Line Interface
Virtual Directory Support => %s
Expand Down

0 comments on commit 68e5cf4

Please sign in to comment.