Re: [PHP-DEV] Splitting the subject: the PECL/PHP relationship

2008-02-04 Thread Ben Trafford
At 04:33 AM 2/4/2008, Derick Rethans wrote: On Sun, 3 Feb 2008, Steph Fox wrote: > Everything else - the fashionistas (JSON, xmlreader/writer) and the downright > useful for some but not all (fileinfo, json, com_dotnet, posix) and the quirky > stuff (pretty much anything Sara came up with) -

[PHP-DEV] Anybody written a Java SAPI?

2006-02-21 Thread Ben Trafford
Hello! And here I am, back with more SAPI questions. Having abandoned my earlier project as unworkable, I'm trying to build a MUD server in Java...and I want people from within the MUD server to be able to access functions written in PHP. Seems like an ideal situation for a SAPI.

Re: [PHP-DEV] Re: SAPI Module Development.

2005-12-03 Thread Ben Trafford
At 01:10 PM 12/3/2005, Sara Golemon wrote: What you want is the embed SAPI which can simply be linked against like any other library. At the moment, the only documentation available (that I know of) are some slides Wez prepared for a conferrence two years ago. Dated perhaps, but extremely r

[PHP-DEV] SAPI Module Development.

2005-12-03 Thread Ben Trafford
Hi! I'm starting work on a SAPI implementation for the TinyMUX server (http://www.tinymux.org). Basically, it's like a MUD server -- a telnet-based, textual roleplaying game. TinyMUX has a built-in programming language usually referred to as "MUXcode" or "softcode." Unfortunately,