Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121698 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 57228 invoked from network); 16 Nov 2023 16:13:55 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 16 Nov 2023 16:13:55 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 724A5180031 for ; Thu, 16 Nov 2023 08:13:53 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.5 required=5.0 tests=BAYES_05,DMARC_MISSING, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.49]) (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, 16 Nov 2023 08:13:53 -0800 (PST) Received: by mail-lf1-f49.google.com with SMTP id 2adb3069b0e04-507e85ebf50so1325323e87.1 for ; Thu, 16 Nov 2023 08:13:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700151231; x=1700756031; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=tWo8w55UtYcdHpvsAtrLg1FTBWVnsJzuL29lzTTihGo=; b=AYSINpRB2x/e10DgvQsOxY0ZOJxCv1zAgtlZ3p5Ti9xjyTeZ2zqZbUP+z8sgZv7mcz 8K1qLZYPInMicIYX2PsJbyyG/nahyoqF16HvUqr2ENljKj7F0Mahwv1M0pzS7LvKO3OU WGqhoby5po+fbe7tzIewdtU4d8Y+lqPSoHxHtrMdOj1sNtvK42PRA6PLCY6qbImnkEvc jOpuoa/VnvdVRMh/oMFbPeTDo5/8pLKSqLmU/WMCpvWxQ3bsBbKMyLilRoaoncMyo70K imHjvIX6HxJSTqaboYEAAg1qx0faUrtKQYT9OL7htgCU0F8w7JDcWnzdZRxm3m6G1vF9 VpZQ== X-Gm-Message-State: AOJu0YwZdXFBGP9PtLuzWG+YQIK1BSDgOnBa0xKP1ElYJ+ILhdvdNz1n XKDMoWrZLmPpcjuwovR2Joljy1Rgc0QowiIGD3Y= X-Google-Smtp-Source: AGHT+IG/opngRR3gnPLt7ps4EFryna65LBzjkeGBcJnOO+3Wtv8I8cOjgmnhQzlq4A8d/N1ift3IoErybXHelE0t4+Y= X-Received: by 2002:ac2:4e0f:0:b0:50a:26b:6ddf with SMTP id e15-20020ac24e0f000000b0050a026b6ddfmr14622781lfr.63.1700151230762; Thu, 16 Nov 2023 08:13:50 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 16 Nov 2023 16:13:39 +0000 Message-ID: To: =?UTF-8?B?TcOhdMOpIEtvY3Npcw==?= Cc: PHP Internals List Content-Type: multipart/alternative; boundary="0000000000002c9235060a474ee1" Subject: Re: [PHP-DEV] [RFC] [Discussion] Resource to object conversion From: bukka@php.net (Jakub Zelenka) --0000000000002c9235060a474ee1 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sun, Nov 12, 2023 at 4:48=E2=80=AFPM M=C3=A1t=C3=A9 Kocsis wrote: > Hi Internals, > > Following my straw poll about the Process resource name, I would like to > present an RFC which clarifies the rough timeline and the BC promises of > the "resource to object conversion" project. > > Link: https://wiki.php.net/rfc/resource_to_object_conversion > > Please could you add a separate vote for primary streams if the resource to object conversion should be done at all (requiring 2/3 votes to be accepted). I will personally vote against this if there is no is_resource change as I think it's just too big BC break even for 9.0 - it will likely require massive update of many code bases. Cheers Jakub --0000000000002c9235060a474ee1--