php-src/ext/reflection
Dmitry Stogov e96073b1e4 Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal now accept pointer to zval or cache_slot directly.
Calls of such functiond that now accept cache_slot need to be changed to pass -1 instead of NULL.
2014-04-17 15:40:45 +04:00
..
tests Fixed test (the expected output and master behavior are wrong) 2014-03-17 17:55:51 +04:00
config.m4 fix build 2008-05-02 23:05:05 +00:00
config.w32 - set PHP_[EXTNAME] to yes for spl, pcre and reflection (always on), this variable is required by ADD_EXTENSION_DEP 2008-06-23 10:22:42 +00:00
CREDITS - Moved reflection into its own extension 2005-11-30 21:53:20 +00:00
php_reflection.c Moved zend_literal->cache_slot right into zval. 2014-04-17 15:40:45 +04:00
php_reflection.h Bump year 2014-01-03 11:08:10 +08:00