[PHP] Re: Moto

2002-02-19 Thread Gary

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




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 Nick Winfield

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




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




Re: [PHP] Re: Moto

2002-02-19 Thread Gary



Ben Curtis wrote:

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



  I would guess that the cloest thing would be the Zend Encoder. Someone 
on the list may working on something else.
http://zend.com/store/products/encoder-faq.php#3

Gary


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