diff options
author | krakjoe <joe.watkins@live.co.uk> | 2014-09-23 12:44:46 +0100 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2014-09-23 12:44:46 +0100 |
commit | 51901c9fb4b55b5b80c335c8f6bfd5242b3fbbd6 (patch) | |
tree | c9ee4a1742d100ab14b6f1bd4510c996290d28a5 /ext/reflection/php_reflection.c | |
parent | 7099736dfae324660eff5b1fe5d29b55df6a8260 (diff) | |
download | php-git-51901c9fb4b55b5b80c335c8f6bfd5242b3fbbd6.tar.gz |
swap some standard module properties _ex for std mod properties
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r-- | ext/reflection/php_reflection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 2d1157ee15..c99f066834 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -6182,7 +6182,7 @@ zend_module_entry reflection_module_entry = { /* {{{ */ NULL, PHP_MINFO(reflection), "$Id$", - STANDARD_MODULE_PROPERTIES_EX + STANDARD_MODULE_PROPERTIES }; /* }}} */ /* |