[PHP] Moto

2002-02-19 Thread Ben Curtis

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




Re: [PHP] Re: Moto

2002-02-19 Thread Ben Curtis

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 which has an interesting
 twist:  your code can be complied and loaded as an apache DSO.  Would
 this be feasible with PHP?
 
 
 
 http://www.php.net/manual/en/install.apache.php#AEN855
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

-- 
This space for rent

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: Moto

2002-02-19 Thread Ben Curtis

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 also be
  compiled as DSOs.
 
 Don't suppose you have a URL where one could read more about Moto? =)
 
 Cheers,
 
 Nick Winfield.
 -[ http://www.pi0.org/ ]-
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

-- 
This space for rent

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Problem installing extension

2001-05-21 Thread Ben Curtis

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 such file or directory in 
Unknown on line 0

That message is repeated twice.  The .so _is_ there -- any clues?

-- 
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]