2 Commits

Author SHA1 Message Date
Patrick D. Andersen
2f32450597 Generator fix, round 2
Removed remaining references to generator.php (excluding changelog and
mozembed)
2014-06-23 10:07:54 -04: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