Re: [PHP-DEV] Reserved namespaces

2009-03-12 Thread Andrei Zmievski
Christian Schneider wrote: Things gettings reserved at a later stage (like originally keywords, now namespaces) can lead to a big deal of frustration. Therefore I think it is crucial to have a clear naming guide now. And these guidelines have to be noticed by everybody who starts to use namespac

Re: [PHP-DEV] embed sapi module and multi-threading

2009-03-12 Thread Bas van Beek
No problem. I will clean up the code to remove non generic items and will post a link for code inspection shortly. Bas Op 12 mrt 2009, om 21:04 heeft Marcus Boerger het volgende geschreven: Hello Bas, I would assume that we will see more people wanting this in the future. So if you're w

Re: [PHP-DEV] embed sapi module and multi-threading

2009-03-12 Thread Marcus Boerger
Hello Bas, I would assume that we will see more people wanting this in the future. So if you're willing to provide your code under PHP License, maintain it in the foreseeable future and provide a clean version of it (as in free from anything that is not really necessary), then you should show us

RE: [PHP-DEV] embed sapi module and multi-threading

2009-03-12 Thread David M. Patterson
I for one, would be very interested in such a module :-) Dave > -Original Message- > From: Bas van Beek [mailto:b...@tobin.nl] > Sent: Thursday, March 12, 2009 9:26 AM > To: internals@lists.php.net > Subject: [PHP-DEV] embed sapi module and multi-threading > > Hi, > > For a project of mi

[PHP-DEV] embed sapi module and multi-threading

2009-03-12 Thread Bas van Beek
Hi, For a project of mine I had to have an embedded webserver with php support. For this I've used the boost::asio multi-threaded example as a base and modified it so I could enable php scripting support. The first, logical and fast thing to do was to try out the embed sapi module but I