Skip to content

Fix zend_test extension name #13321

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/zend_test/config.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PHP_ARG_ENABLE([zend-test],
[whether to enable zend-test extension],
[whether to enable zend_test extension],
[AS_HELP_STRING([--enable-zend-test],
[Enable zend_test extension])])

Expand Down
2 changes: 1 addition & 1 deletion ext/zend_test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ PHP_MSHUTDOWN_FUNCTION(zend_test)
zend_test_observer_shutdown(SHUTDOWN_FUNC_ARGS_PASSTHRU);

if (ZT_G(print_stderr_mshutdown)) {
fprintf(stderr, "[zend-test] MSHUTDOWN\n");
fprintf(stderr, "[zend_test] MSHUTDOWN\n");
}

return SUCCESS;
Expand Down
2 changes: 1 addition & 1 deletion ext/zend_test/tests/gh8575.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ zend_test.print_stderr_mshutdown=1
==DONE==
--EXPECTF--
==DONE==
[zend-test] MSHUTDOWN
[zend_test] MSHUTDOWN