mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00

* PHP-8.2: Prevents double call to internal iterator rewind handler adds failing test case for #12060
8 lines
329 B
Text
8 lines
329 B
Text
PHP_ARG_ENABLE([zend-test],
|
|
[whether to enable zend-test extension],
|
|
[AS_HELP_STRING([--enable-zend-test],
|
|
[Enable zend_test extension])])
|
|
|
|
if test "$PHP_ZEND_TEST" != "no"; then
|
|
PHP_NEW_EXTENSION(zend_test, test.c observer.c fiber.c iterators.c object_handlers.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
|
|
fi
|