Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82294 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84603 invoked from network); 9 Feb 2015 17:40:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2015 17:40:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=ua.san.alex@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ua.san.alex@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.180 as permitted sender) X-PHP-List-Original-Sender: ua.san.alex@gmail.com X-Host-Fingerprint: 209.85.213.180 mail-ig0-f180.google.com Received: from [209.85.213.180] ([209.85.213.180:44418] helo=mail-ig0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/C1-05327-221F8D45 for ; Mon, 09 Feb 2015 12:40:51 -0500 Received: by mail-ig0-f180.google.com with SMTP id b16so17919069igk.1 for ; Mon, 09 Feb 2015 09:40:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=doPbpD1d1LKoo8jtAgnsjWM0CyO0AWCmda/OU2nXBIE=; b=R0q4d767JfIm3MfLNaTI/tKweTOlc6zQGvSK5lLJIligQhfBib61Cs+Hsgv34wpL1S t0nv4BePEkbZdxWzWO/YN3G1Xu8WVYFJk/3rG51g05dcYK4Aq/maipuVdZQpHYrRXZN5 gh43ZBnt4GYLEGXSbaqGd6vYBLlUg55eMcmmeTAD8+PiyTSD0IfgBNr0xyotKokz1TcO Azeu/n5TrOaXVvxtzuPjk04cRnLd4+QF9XQGgg7WImxocfAWoJt/ZPcL9+h5KYzhjUu7 FQrXLTI0tgHKMSl2UNkH78RPwM1nXNTm6wPc3kYxc2v2FEm31mFGIm8OTdz76UMH/tzl 0Biw== MIME-Version: 1.0 X-Received: by 10.42.202.147 with SMTP id fe19mr26632272icb.24.1423503648067; Mon, 09 Feb 2015 09:40:48 -0800 (PST) Received: by 10.50.93.3 with HTTP; Mon, 9 Feb 2015 09:40:48 -0800 (PST) In-Reply-To: <860EABC1-CAFF-4FD1-8C59-2F2E06C9D8B8@gmail.com> References: <54D7F5D5.4050808@gmail.com> <54D7FEBA.1070304@gmail.com> <860EABC1-CAFF-4FD1-8C59-2F2E06C9D8B8@gmail.com> Date: Mon, 9 Feb 2015 19:40:48 +0200 Message-ID: To: Rowan Collins Cc: internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] uWSGI experimental plugin for implementing a WSGI/PSGI/Rack-like interface for PHP From: ua.san.alex@gmail.com ("S.A.N") 2015-02-09 12:41 GMT+02:00 Rowan Collins : > Yes, I can see it working well for specialised uses - you can simply not = use those aspects of the language that don't make sense. But for it to be a= mainstream part of the language, it needs to play nicely with other parts = of the language, and that's where I see it being a complex and painful chan= ge. > The fact that the lack of native application server for PHP is often the reason for leaving the PHP developers to other languages and technologies. Let's see what others have in 2015: Python - WSGI Ruby - Rack Perl - PSGI JavaScript - JSGI Hack - HHVM PHP - No native application server in core. What discusses the PHP community? Remove or not to remove the PHP4 constructors and many other issues that do not add competitive ability PHP... I personally do not blame you :), just expressing his opinion developer who wants to use PHP and can use modern app server in core PHP. Thank.