3 Commits

Author SHA1 Message Date
Elizabeth Marie Smith
411314fc2a Update libscintilla - make windows build against bundled version 2009-10-05 16:11:29 +00:00
Derick Rethans
5b959e0da2 - Fixed compilation with latest PHP 5.2 and PHP 5.3, due to the change
in the PHP API that added "static" as part of the ZEND_ARG_INFO_BEGIN macro.
2009-03-31 18:21:24 +00:00
Christian Weiske
b3d9ea3964 The generator writes reflection information for normal
functions now. If you want to compile them, add
#define ENABLE_REFLECTION 1
to config.h (Andrei, could you add a configure switch?)

The time difference between a build with and without reflection
is minimal (0.4s), so I vote for enabling it by default.

The reflection.php is a small helper script if you want to write
reflection code by hand (e.g. for phpg_object.c or so), and
reflection_class_checker.php checks the generated .c files
for unsupported classes which might cause php5 to behave
weird when reflection is used.
2005-05-13 16:55:57 +00:00