Hi, Thanx - I found a lib someone made (with an easy-to-fiddle-with Makefile :-) ) ... kinda got me up and running with the *.so stuff.
(it was the 'ming' lib - for SWF generation) thanx - Lars Knudsen -----Original Message----- From: Stig S. Bakken [mailto:[EMAIL PROTECTED]] Sent: 5. marts 2002 19:53 To: Lars Gunder Knudsen Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DOC] make dynamic module 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
