Hello All,
I was wondering what further can be done to reduce the size of the PHP binary. Presently, when configuring PHP, I use ./configure --without-mysql. With that I have managed to reduce the size somewhat, but I need to reduce it further. Actually, our company is planning to install PHP on an embedded box and the enormous size of the PHP binary is just not making that possible. BTW, is there a PHP available for embedded systems?
Anyways, is there the possibility to reduce the Zend engine, e.g.? Or remove something else which just sits taking up space.
I use PHP only for dynamic HTML creation. No dynamic image creation, no
dynamic compression, no database capabilities required, just basic dynamic HTML creation.
Any kind of help will be greatly appreciated.
Thanks very much.