Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:129850 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id 3F5D21A00BC for ; Thu, 22 Jan 2026 15:15:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1769094931; bh=sR/vLCxgaQH9sAJg/VVVufkmLA8wSV6XKKSD0/dy1Bc=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=oPEe8/VXzDrxD8h70RSfLgLHpAEFGZUPDTEyH4z9YOY4K+kji4gjBUiG6RrctC5wr ft4H8fbWiIYcyLchzzLa/5UOECqpIWxvE/6oilmRCXsyi+Yx4SlpHf36DwsOKFIYBQ hAbKIhTnk6s2E/uKOG9UUk6AI3E2Su4DOdXekhVJlKN5ZAvqcNyf6mdUifR2z3LJzv t8ULzzwyKXuLiq/2shgN62x2DKVTn3SWbQl8QCYNW8O3feyyPZGzlNMNnr7lDZKgFQ sDzQJoaw77PBaB9k0BeXxs8SYzBvleYCKfW2cabnYYSLExDgSApcOP/GnFEh7dysms emE4vqDcVBHBQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A2C291804B0 for ; Thu, 22 Jan 2026 15:15:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from mail.xdebug.org (mail.xdebug.org [176.126.244.128]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 22 Jan 2026 15:15:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1769094921; bh=sR/vLCxgaQH9sAJg/VVVufkmLA8wSV6XKKSD0/dy1Bc=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=V5kCtZdLlJ0A0mC+b5M/kfflJdfNN+3WTLnmeW2hoh10Rl0EULold9gJCAYvQ/ZHV 0BrIN3bkoxs85lDTsg8OBg5UaXdSiIsBNwLJ3PoD8H79+bd5NTF3t+zHSF3daKh8vW VWeRvnCGfS0jseAeWOsnmwMKZmCmcETYw7GIujh61RSkeppUpuS00W0JTaALpvUoKs 0sGUaW+hOFfNTtnHanAaUoH/HEHs8ubAvr71BDknw7FosPn2vVB8Ai5ug6O19FAnHh gM5fV/d+1R616gwCb7fQQqTNCcqbaIyAxy0WBSejyOqum8e/eQhO0UxIDo/S0ZxOnc C0209VaR5O6Wg== Received: from localhost (localhost [IPv6:::1]) by mail.xdebug.org (Postfix) with ESMTPS id 99F13200BF; Thu, 22 Jan 2026 15:15:21 +0000 (UTC) Date: Thu, 22 Jan 2026 15:15:21 +0000 (GMT) To: Edmond Dantes cc: Jakub Zelenka , php internals Subject: Re: [PHP-DEV] Re: [RFC] True Async RFC 1.7 In-Reply-To: Message-ID: <9f2fb78d-143e-c84a-8243-97e0352497e4@php.net> References: <79CDB2CC-E397-436E-B5A2-10DA1E451A97@rwec.co.uk> Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-1646125595-1769094921=:924205" From: derick@php.net (Derick Rethans) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1646125595-1769094921=:924205 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Thu, 22 Jan 2026, Edmond Dantes wrote: > > I don't like this experimental model or introducing API stability=20 > > levels as it is confusing for users. It requires extra checking for=20 > > users to do for each API (no one usually does it and with AI it will=20 > > be even more problematic because it might not tell that the=20 > > generated code uses experimental API). This would just become pain=20 > > for user and I don't think it would be good for PHP. >=20 > I think this is a good topic for discussion, and we could talk about=20 > the pros and cons of a =E2=80=9Cnightly=E2=80=9D build. I could explain h= ow early=20 > product delivery improves code quality. >=20 > > That can be already done but it will never guarantee that the second=20 > > vote will succeed. > It's OK! > > But at least I would know that the PHP community truly wants to make=20 > the language asynchronous. I still don=E2=80=99t understand the answer to= that=20 > question. It seems to me: no. I think there is a difference between: 1. Make the PHP language wholly asynchronous 2. Add some (more) asynchronous functionality to PHP From=20this series of RFCs, I think you believe that 1 is needed, or=20 perhaps *necessary*. On the other hand, I believe that most PHP=20 developers are more interested in the second option =E2=80=94 run a few slo= w=20 things in parallel. There have now been more than half a dozen variants of the RFC, and=20 beyond the amount of work that you put in it, it also asks a lot of=20 everybody else to read and understand. As somebody earlier in these threads explained, the subject matter is=20 also not a simple one, and it requires deep understanding to be able to=20 understand all the trade-offs and consequences. Implementing this project requires is a large undertaking, akin to the=20 Unicode project (PHP 6). That project ultimiately failed because it=20 ended up being too big, with too many trade-offs. Your "True Async"=20 project additionally suffers from only having one main implementor. The Unicode issue got partly resolved by splitting it up into much=20 smaller blocks, in the form of the intl extension, and now in the last=20 few releases with better support for handling graphemes. We have seen=20 the same for PFAs and other langauge additions =E2=80=94 this makes it much= =20 easier to reason about that, and to get these features adopted. I have said this before, but for a large project like "True Async", you=20 really ought to get a group of people together in a Working Group, to=20 decide what *PHP users* would want this functionality for in a language=20 focussed mainly on web applications. But you approach this from the other side, by wanting to make PHP itself=20 an asynchronous language. I think doing such a large project, mainly by=20 yourself as the sole designed and developer, is doomed to fail. It isn't=20 something I would be confident about voting for, at least. cheers, Derick --=20 https://derickrethans.nl | https://xdebug.org | https://dram.io Author of Xdebug. Like it? Consider supporting me: https://xdebug.org/suppo= rt mastodon: @derickr@phpc.social @xdebug@phpc.social --8323329-1646125595-1769094921=:924205--