Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121123 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 22796 invoked from network); 22 Sep 2023 05:53:46 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Sep 2023 05:53:46 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 47F911804BC for ; Thu, 21 Sep 2023 22:53:43 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15576 212.103.64.0/19 X-Spam-Virus: No X-Envelope-From: Received: from mx.kolabnow.com (mx.kolabnow.com [212.103.80.155]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 21 Sep 2023 22:53:42 -0700 (PDT) Received: from localhost (unknown [127.0.0.1]) by mx.kolabnow.com (Postfix) with ESMTP id 8798D22264E1 for ; Fri, 22 Sep 2023 07:51:26 +0200 (CEST) Authentication-Results: ext-mx-out011.mykolab.com (amavis); dkim=pass (4096-bit key) reason="pass (just generated, assumed good)" header.d=kolabnow.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-transfer-encoding:content-type:content-type:in-reply-to :from:from:content-language:references:subject:subject :mime-version:date:date:message-id:received:received:received; s=dkim20160331; t=1695361885; x=1697176286; bh=jbKs54piOgYlcOba FMlU8uxdJN+61ry9DV0hGEar0F0=; b=fbC7XoIcUNp8cX6Vp+K+3N7Lz/Bh/iza 64yoDHXcaRiGE2PEZ5bZR7mA+vNt1oTyPunj6Q+dUwBTDJMJx7vgrV3ZPjx8TAMd VdxN44KvxbaSTkTU8zc4sh17dgatkyrzx5wODp2eI0oeNm1gxHLfXatUnolJV5L8 gbKjZmte1caqRPi5XMGpw0OqVdpNz6mea+tG2IRLT5hm0x/o+GQg3YxIOJvghTno VKdokaalKmQMeUbGrEIuHLAQ9SEPq/C3A+8q3phDI5RL9AlNVnpWNBSw9suRrI8R eDlmibghHdGyRBNWQrHj/4F/5k7Owt+do5WYOC0jjJ6GLjL6Ciyc4naIBZBmbT4f KU9VDxGEc2fDZs9tVkYSUmubyuV0HcItIodoM0Wu5TsosoOiXFUCpursRr8eTfvf r94Gt+l1qgENV5cMTsk6eLGpayowrDEXHXWr0IKMDH2APJ7O0/6rRPxSFLvGXnGC iimeM2rdFBf1F0KjZxmkS6w7ohln0MpdxJWt/lL43iEXgBwymLMZqaqoXQHLI7XQ ipXcWixjm7KmA/xLNpXqA8UEak95F6w5UN5Y05eKZ/YVPPicg9mWHpRqaTjO9AA5 kTGJh5v39/Jlnz3jNn4/NCqmHMJD669GANJ7rzeFqJ5Fbn+RK+vBwaAMCJdad5E4 TBeR4BzVhTY= X-Virus-Scanned: amavis at mykolab.com Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out011.mykolab.com [127.0.0.1]) (amavis, port 10024) with ESMTP id 5q5h8oDFo_dy for ; Fri, 22 Sep 2023 07:51:25 +0200 (CEST) Received: from int-mx009.mykolab.com (unknown [10.9.13.9]) by mx.kolabnow.com (Postfix) with ESMTPS id A9A2522261E8 for ; Fri, 22 Sep 2023 07:51:24 +0200 (CEST) Received: from ext-subm010.mykolab.com (unknown [10.9.6.10]) by int-mx009.mykolab.com (Postfix) with ESMTPS id 6D97320C9D2F for ; Fri, 22 Sep 2023 07:51:24 +0200 (CEST) Message-ID: <8abef7a0-65c5-a0b8-84c4-a6d89fac31a5@alec.pl> Date: Fri, 22 Sep 2023 07:51:23 +0200 MIME-Version: 1.0 To: internals@lists.php.net References: Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] [Discussion] XML_OPTION_PARSE_HUGE From: alec@alec.pl (Aleksander Machniak) On 21.09.2023 23:26, Niels Dossche wrote: > I'd like to put a new RFC under discussion: > https://wiki.php.net/rfc/xml_option_parse_huge Looking at LIBXML_PARSEHUGE at https://www.php.net/manual/en/libxml.constants.php - there's discrepancy regarding the libxml version the feature was introduced in, - maybe existence of this constant should be mentioned in the RFC. -- Aleksander Machniak Kolab Groupware Developer [https://kolab.org] Roundcube Webmail Developer [https://roundcube.net] ---------------------------------------------------- PGP: 19359DC1 # Blog: https://kolabian.wordpress.com