I'm having problems loading an extension I just compiled into PHP 4.0.5 on linux. On
startup I get this...
PHP Warning: Unable to load dynamic library
'/usr/local/lib/php/extensions/no-debug-non-zts-20001222/myextension.so' - cannot open
shared object file: cannot load shared object file: No
I noticed this server-side scripting language which has an interesting
twist: your code can be complied and loaded as an apache DSO. Would
this be feasible with PHP?
--
This space for rent
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Not PHP itself, heh, but PHP scripts that you write. Moto scripts can
be interpreted by moto, just like PHP, but the scripts can also be
compiled as DSOs.
On Tue, Feb 19, 2002 at 11:58:52AM -0500, Gary wrote:
> Ben Curtis wrote:
>
> >I noticed this server-side scripting language
http://www.webcodex.com/moto/
On Tue, Feb 19, 2002 at 05:07:14PM +, Nick Winfield wrote:
> On Tue, 19 Feb 2002, Ben Curtis wrote:
>
> > Not PHP itself, heh, but PHP scripts that you write. Moto scripts can
> > be interpreted by moto, just like PHP, but the scripts can al
4 matches
Mail list logo