mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
8 lines
212 B
JavaScript
8 lines
212 B
JavaScript
// vim:ft=javascript
|
|
|
|
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");
|
|
}
|
|
|