com php-src: fix shared compilation: ext/zend_test/test.c
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: c9472cbd1638155b69e3a30fea97e9f2203f255a Author: Anatol Belski <[email protected]> Wed, 15 Mar 2017 11:43:20 +0100 Parents: 8a7a1411b963012917acacfd5cd878c3481db92d Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c9472cbd1638155b69e3a30fea97e9f2203f255a Log: fix shared compilation Changed paths: M ext/zend_test/test.c Diff: diff --git a/ext/zend_test/test.c b/ext/zend_test/test.c index f203af8..9549d28 100644 --- a/ext/zend_test/test.c +++ b/ext/zend_test/test.c @@ -255,6 +255,6 @@ zend_module_entry zend_test_module_entry = { #ifdef ZTS ZEND_TSRMLS_CACHE_DEFINE() #endif -ZEND_GET_MODULE(test) +ZEND_GET_MODULE(zend_test) #endif