mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00

This patch syncs file permissions accross the PHP source code files since these don't need to be executable.
5 lines
217 B
JavaScript
5 lines
217 B
JavaScript
// vim:ft=javascript
|
|
|
|
EXTENSION("reflection", "php_reflection.c", false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
|
|
AC_DEFINE('HAVE_REFLECTION', 1, 'Reflection support enabled');
|
|
PHP_REFLECTION="yes";
|