If you use the ext/ext_skel mechanism for creating your extension
framework your extension will be able to build shared automatically.

Just do ./configure --with-blah=shared and look in modules/

-Rasmus

On Mon, 27 Aug 2001, Anas Mughal wrote:

> I like your idea about using dl().
> Could someone please point me where I could read on how to write dynamic
> loading PHP extensions.
> Thank you very much.
>
>
> P.S. I found one at http://www.webtechniques.com/archives/2001/01/junk/
>      Please let me know of any other good resources. Thanks.
>
>
>
>
> -----Original Message-----
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, August 26, 2001 9:07 AM
> To: Anas Mughal
> Cc: [EMAIL PROTECTED]
> Subject: RE: [PHP] Error while passing parameters as path
>
>
> > Actually, I need to run as CGI because I have customized extensiont to PHP
> > that my hosting company will not imbed in their PHP-Apache module. I am
> > totally fine with that.
>
> Why don't you just dl() your extension into the module version?
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to