Notes: 1.Compiling on an old version of PHP4. 2.Using the example compiler 3.Known issues ------------------------------------- 1.Compiling on an old version of PHP4. Note: Does not support bz compressed encoded files. Before running phpize you must copy the old config.m4 and Makefile.in into place cp config.m4.old config.m4 cp Makefile.in.old Makefile.in ------------------------------------- 2.Using the example compiler I wrote a rough compiler to compiler classes (and all there inherited information) into bytecodes automatically. - Usage: php examples/bcompiler_compiler.php location/of/my/php/class.php This will take the class.php file, try and work out all the depandant classes, (eg. via includes, requires etc.) and bulid a single binary class.php.phb to use this, write a small program. #!/usr/bin/php