Skip to content

Commit c3766bf

Browse files
committed
Refresh patch for PHP 8.4 [skip ci]
1 parent b3a1fbf commit c3766bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/patches/8.4/0003-php-5.4.9-phpinfo.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ The available extensions are not related to this command.
2424
php_info_print_table_row(2, "Server API", sapi_module.pretty_name );
2525
--- a/ext/standard/tests/general_functions/phpinfo.phpt
2626
+++ b/ext/standard/tests/general_functions/phpinfo.phpt
27-
@@ -17,7 +17,6 @@ PHP Version => %s
27+
@@ -17,7 +17,6 @@
2828

2929
System => %s
30-
Build Date => %s%a
30+
Build Date => %r(.+?)%r
3131
-Configure Command => %s
3232
Server API => Command Line Interface
3333
Virtual Directory Support => %s

0 commit comments

Comments
 (0)