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

2013-10-24 Thread Simon Fogliato
You write "I also needed full support for POST methods"... How did you end up handling $_POST["..."], $_GET["..."], etc? Request headers & form inputs are not being passed or setup to be accessed in PHP. Did you ever post your handler code to setup PHP's environment variables to process user in

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

2009-03-21 Thread Cesar D. Rodas
I have some problem on the configure script, any ideas? this is the ouput creating libtool appending configuration tag "CXX" to libtool shtool:mkdir:Error: invalid number of arguments (at least 1 expected) shtool:mkdir:Hint: run `./build/shtool mkdir -h' or `man shtool' for details configure: cr

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

2009-03-21 Thread Bas van Beek
Hi PHP Devs, I've placed an example of the Embed2 SAPI in a subversion repository: http://svn.tobin.nl/public/php/embed2/trunk/ I hope you like it... kind regards, Bas van Beek Op 12 mrt 2009, om 21:04 heeft Marcus Boerger het volgende geschreven: Hello Bas, I would assume tha

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