> That's not allowing me to simply dl() an SO file, because I don't have the > SO file to start with - that's what I was trying to get at. If I have > to reconfigure > everything, there's not much point, I don't think. Unless I'm missing > something > obvious. I'd like to be able to simply have an SO file I can dl() > without recompiling. > Or are you saying that that configure statement WILL create an SO file > that can > be dl()ed later, without recompiling PHP? Exactly. When you do ./configure --with-foo=shared; make then modules/foo.so will appear magically and you can dl() that or load it using "extension=foo.so" in your php.ini. You don't have to recompile PHP. -Rasmus -- 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]
- [PHP] Re: The future of PHP - accessory libraries Geoff Caplan
- SV: [PHP] Re: The future of PHP - accessory libr... anders nawroth
- Re: [PHP] Re: The future of PHP - accessory libr... Michael Kimsal
- Re: [PHP] Re: The future of PHP - accessory ... Rasmus Lerdorf
- Re: [PHP] Re: The future of PHP - access... Michael Kimsal
- Re: [PHP] Re: The future of PHP - ac... Rasmus Lerdorf
- Re: [PHP] Re: The future of PHP... Christopher CM Allen
- Re: [PHP] Re: The future of PHP... Heiko Maiwald
- Re: [PHP] Re: The future of... Rasmus Lerdorf
- Re: [PHP] Re: The futur... Heiko Maiwald
- [PHP] Cybercash compiling as sh... Michael Kimsal
- Re: [PHP] Cybercash compili... Sterling Hughes
- Re: [PHP] Re: The future of PHP - accessory libr... Rasmus Lerdorf
- Re: [PHP] Re: The future of PHP - accessory ... Michael Kimsal
- [PHP] Re: The future of PHP - accessory libr... Geoff Caplan
- [PHP] Re: The future of PHP - accessory ... Rasmus Lerdorf