diff options
| author | Gabriel Caruso <carusogabriel34@gmail.com> | 2019-03-16 06:14:01 -0300 |
|---|---|---|
| committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2019-04-14 11:44:12 -0300 |
| commit | 656db96eb931671ecdc789c047f620de2f9fec05 (patch) | |
| tree | a8db212e3370ef9da5dfe1549760c1f1ad542d16 /ext/reflection/config.m4 | |
| parent | 69b20f51e15d535da77f830709a4f1b5a682c265 (diff) | |
| download | php-git-656db96eb931671ecdc789c047f620de2f9fec05.tar.gz | |
Remove HAVE_* for always available extensions
Diffstat (limited to 'ext/reflection/config.m4')
| -rw-r--r-- | ext/reflection/config.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/reflection/config.m4 b/ext/reflection/config.m4 index daab409c32..96535b7a07 100644 --- a/ext/reflection/config.m4 +++ b/ext/reflection/config.m4 @@ -1,4 +1,3 @@ dnl config.m4 for extension reflection -AC_DEFINE(HAVE_REFLECTION, 1, [Whether Reflection is enabled]) PHP_NEW_EXTENSION(reflection, php_reflection.c, no,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) |
