summaryrefslogtreecommitdiff
path: root/ext/zend_test/config.w32
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-01-18 10:55:29 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-01-19 15:28:15 +0100
commitdbe5725ff3c89b61d14dea3e97bc77331830220e (patch)
treed8249f49cfdcae19d920a383bc217c9fa6a01cb4 /ext/zend_test/config.w32
parentd1fe9ae05f9f8b321cf3a61177853c6c744f6840 (diff)
downloadphp-git-dbe5725ff3c89b61d14dea3e97bc77331830220e.tar.gz
Rename zend-test to zend_test
The extension name should match the name of the ext/ directory, otherwise it will not get picked up by run-tests. It would be possible to remap this in run-tests, but I think it's better to rename the extension to follow the standard format. Other extensions also use underscore instead of hyphen (e.g. pdo_mysql and not pdo-mysql). Of course, the ./configure option remains hyphenated. Closes GH-6613.
Diffstat (limited to 'ext/zend_test/config.w32')
-rw-r--r--ext/zend_test/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zend_test/config.w32 b/ext/zend_test/config.w32
index d66fd0b1ee..f514d039ec 100644
--- a/ext/zend_test/config.w32
+++ b/ext/zend_test/config.w32
@@ -1,6 +1,6 @@
// vim:ft=javascript
-ARG_ENABLE("zend-test", "enable zend-test extension", "no");
+ARG_ENABLE("zend-test", "enable zend_test extension", "no");
if (PHP_ZEND_TEST != "no") {
EXTENSION("zend_test", "test.c", PHP_ZEND_TEST_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");