[PATCH] make Reflection options work on CLI/win32

php.internals

Steph

20 years ago
Folk with karma, hi - None of Johannes' CLI Reflection options work under doze in PHP 5.2.0 RC 3 C:\sandbox\php5\Release_TS>php --rc DateTime Could not open input file: DateTime The attached trivial patch defines HAVE_REFLECTION to rectify that. The define's also missing from PHP_5_1 branch and CVS HEAD. - Steph

Johannes Schlueter

20 years ago
Hi Steph, thanks for the patch, I've just committed it to the active branches. btw. Marcus rewrote most parts of the implementation. (credits to whom they belong *g*) johannes Steph Fox wrote: