php-src/ext/reflection/config.m4
Peter Kokot 1ceadaed52
Autotools: Normalize and quote all PHP_NEW_EXTENSION arguments (#15144)
This adds Autoconf quote characters to all PHP_NEW_EXTENSION arguments
and syncs the CS across the php-src Autotools build system.
2024-07-29 00:14:59 +02:00

4 lines
104 B
Text

PHP_NEW_EXTENSION([reflection],
[php_reflection.c],
[no],,
[-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1])