Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69819 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19373 invoked from network); 23 Oct 2013 21:20:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Oct 2013 21:20:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=simonfogliato@gmail.com; sender-id=softfail Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.3 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.3 plane.gmane.org Received: from [80.91.229.3] ([80.91.229.3:47144] helo=plane.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/58-10840-68D38625 for ; Wed, 23 Oct 2013 17:20:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VZ5qU-00058N-6c for internals@lists.php.net; Wed, 23 Oct 2013 23:20:02 +0200 Received: from 10delc.deltacontrols.com ([10delc.deltacontrols.com]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Oct 2013 23:20:02 +0200 Received: from simonfogliato by 10delc.deltacontrols.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Oct 2013 23:20:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Wed, 23 Oct 2013 21:17:34 +0000 (UTC) Lines: 9 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 209.52.68.10 (Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/28.0.1500.71 Chrome/28.0.1500.71 Safari/537.36) Subject: Re: [PHP-DEV] embed sapi module and multi-threading From: simonfogliato@gmail.com (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 input forms? Any info would be appreciated, your embed2 lib rocks!