Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118188 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 90616 invoked from network); 5 Jul 2022 04:37:09 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Jul 2022 04:37:09 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A4EE5180212 for ; Mon, 4 Jul 2022 23:29:48 -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.8 required=5.0 tests=BAYES_50,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.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 4 Jul 2022 23:29:47 -0700 (PDT) Received: from localhost (unknown [127.0.0.1]) by mx.kolabnow.com (Postfix) with ESMTP id 06A221B2B for ; Tue, 5 Jul 2022 08:29:46 +0200 (CEST) Authentication-Results: ext-mx-out002.mykolab.com (amavisd-new); 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:references:content-language:subject:subject :mime-version:date:date:message-id:received:received:received; s=dkim20160331; t=1657002585; x=1658816986; bh=9Tq7/TAV3cmRgVoM u1Btt08rCcKKXBUU8DGS0q+fGtU=; b=kCfsnNKBvdpzQ7yMreoulYGJg09IchuJ mL4UlB62TnS3V3y/mJsSp+3mawlXOQTPEGj2P21WIID0glYYnWQjhYnQOSszURIo XkCrCSfyGyve+y+w1iTDxIzZwXJRZDGo/pez3GCqKmM0PJwc0KfUF+3iSgErZri8 08HzpnfdOMfhV6JT/ZDeupgg0U0gWN13uGblQT3TvheRDpGJOxgvwj7m1R4zeMwR sD/Rzo/w6r1cz+Qt6HHuAQwmw5wtvt6rKTUD2qC+ljub5T/7Ks2lQD0kiaa6vDvz XEqYs4r/WmesvW8sdZj1GBxFlDq+TZ7CoXgn9QlKI8gRiuHKmMua0h4gUoDEFRKv yoFO6luEHxMsqyi+8d//LWhXbkJzmU8D1Nb9u43V5tvWHUMaUH6BZw355ggllfyl kMoppSDwTKhpYp03ZhBy4R1u1V5GIUboLV8S5ZrTr9vh8lFW9nvcyOgLE0NwzNFS P7uu6kYM/7AWkN2NQ7zBBT4uk2v1oANLNMQBkUsRVm+0rxt18TbSR4uWa5T4yLu1 UH1fB3l0AiC4CkY36VE4Lblhjir6KmOLcdcDvabb1CY/au12pzG0pfr9x/+fEKqX psY0OxzWlHzfDKAiX/Pw+Pes1B9+X3c+QvC5LBT+d/hW33fZJPT7vq+A5VUkc0hM RglWaSet+W4= X-Virus-Scanned: amavisd-new at mykolab.com Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out002.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 94J4txfHt7pt for ; Tue, 5 Jul 2022 08:29:45 +0200 (CEST) Received: from int-mx001.mykolab.com (unknown [10.9.13.1]) by mx.kolabnow.com (Postfix) with ESMTPS id 84B9C179D for ; Tue, 5 Jul 2022 08:29:44 +0200 (CEST) Received: from ext-subm003.mykolab.com (unknown [10.9.6.3]) by int-mx001.mykolab.com (Postfix) with ESMTPS id 255DA11C7 for ; Tue, 5 Jul 2022 08:29:44 +0200 (CEST) Message-ID: <3d8fc412-0cd5-715e-e86a-07b8c77dce87@alec.pl> Date: Tue, 5 Jul 2022 08:29:42 +0200 MIME-Version: 1.0 Content-Language: en-US To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC][Vote] New Curl URL API From: alec@alec.pl (Aleksander Machniak) On 05.07.2022 01:34, Pierrick Charron wrote: > Hi internals, > > I opened voting for the new Curl URL API as part of PHP8.2. I found some not clear fragments in the RFC. const CURLUPART_USER = UNKNOWN; // what UNKNOWN? "All errors of libcurl will become CurlUrlException." "Setting a part to a null value will effectively remove that part's contents", but the $content argument is of type string not ?string. -- Aleksander Machniak Kolab Groupware Developer [https://kolab.org] Roundcube Webmail Developer [https://roundcube.net] ---------------------------------------------------- PGP: 19359DC1 # Blog: https://kolabian.wordpress.com