On Fri, 2002-03-01 at 09:57, Lars Gunder Knudsen wrote: > Hello > > I'm under pressure to make a PHP extension (for mobile phones) finishing the > end of March. I read the documentation on 'Creating Extensions' - no real > help found (maybe it's too easy a process to document :-) ) on making > dynamic (*.so / *.dll) modules + do you actually need to recompile > apache/PHP to make a single shared module (as redhat has Apache & PHP > installed). > > I know how to code - also how to recompile apache, php, etc. but this has > to be the easiest solution for the average 'Joe'. > > Could anyone help me?
Hi, You don't have to rebuild Apache or PHP to load dynamically built modules (that's the whole point with them). Check out http://cvs.php.net/co.php/php4/README.SELF-CONTAINED-EXTENSIONS - Stig
