diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-10 10:51:37 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-10 10:53:44 +0100 |
commit | 87f127d8fa7b03e8f32962fc720da5df1a505fa5 (patch) | |
tree | a65c6d6da682ae65b78838543fe6c5d2ca81d902 | |
parent | 74da772933731312cbfb48febb0855dae56d8126 (diff) | |
download | php-git-87f127d8fa7b03e8f32962fc720da5df1a505fa5.tar.gz |
Rename reflection stub file
Where possible, the stub file should match the name of the C file,
so that the build system integration automatically recompiles it.
-rw-r--r-- | ext/reflection/php_reflection.c | 2 | ||||
-rw-r--r-- | ext/reflection/php_reflection.stub.php (renamed from ext/reflection/reflection.stub.php) | 0 | ||||
-rw-r--r-- | ext/reflection/php_reflection_arginfo.h (renamed from ext/reflection/reflection_arginfo.h) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 13b97e163b..6fb415f2ad 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -41,7 +41,7 @@ #include "zend_extensions.h" #include "zend_builtin_functions.h" #include "zend_smart_str.h" -#include "reflection_arginfo.h" +#include "php_reflection_arginfo.h" /* Key used to avoid leaking addresses in ReflectionProperty::getId() */ #define REFLECTION_KEY_LEN 16 diff --git a/ext/reflection/reflection.stub.php b/ext/reflection/php_reflection.stub.php index 26e38ae37f..26e38ae37f 100644 --- a/ext/reflection/reflection.stub.php +++ b/ext/reflection/php_reflection.stub.php diff --git a/ext/reflection/reflection_arginfo.h b/ext/reflection/php_reflection_arginfo.h index 68d61026b0..68d61026b0 100644 --- a/ext/reflection/reflection_arginfo.h +++ b/ext/reflection/php_reflection_arginfo.h |