]> granicus.if.org Git - php/commitdiff
Rename reflection stub file
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 10 Feb 2020 09:51:37 +0000 (10:51 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 10 Feb 2020 09:53:44 +0000 (10:53 +0100)
Where possible, the stub file should match the name of the C file,
so that the build system integration automatically recompiles it.

ext/reflection/php_reflection.c
ext/reflection/php_reflection.stub.php [moved from ext/reflection/reflection.stub.php with 100% similarity]
ext/reflection/php_reflection_arginfo.h [moved from ext/reflection/reflection_arginfo.h with 100% similarity]

index 13b97e163b99d7f818be0302c50d52cc5728666f..6fb415f2ad29b77f2f1aff4ca3228e722ea8d3d5 100644 (file)
@@ -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