Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105981 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 65226 invoked from network); 19 Jun 2019 10:17:18 -0000 Received: from unknown (HELO mail-ua1-f54.google.com) (209.85.222.54) by pb1.pair.com with SMTP; 19 Jun 2019 10:17:18 -0000 Received: by mail-ua1-f54.google.com with SMTP id z13so8799193uaa.4 for ; Wed, 19 Jun 2019 00:31:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VtFE/f5p+PzDTCYp2U8Zx9I05sCACsQNW02PxNRRs1U=; b=ILInALnp5ZZRAHSaguj6AqZPDVpn/GcsX1U7Ty2DRmcugslfwN57V+uSGpEBAF/1HP uOuqzqYXdEHJELLaCy49SiybOnR9qJkRkqUxArzi9+e1ZG7U1oJybyQxzReJuM0/pE4b YCEMQeVsqMv+300/ViSPeAJcerq26eAdQdbYgXDorznrt8sIMKv66l5uK6fofklumPp9 WR6TXesSLfUdGvXBUFBIIt3DvAiiwfCWOwZPWNCZS60sBqj6M3ozQSuLlTRwLk/4K9QM XgWjX9cK18sqBzuCsihBF/kpOQCzH9pC0lnatlm664yXDgkJWOi/VNFwfXDBUx8UT6vZ BYZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VtFE/f5p+PzDTCYp2U8Zx9I05sCACsQNW02PxNRRs1U=; b=cKnU6kSbkx7udeuykUsVJMeGKT6UWT5SJiOh/+MLlhKt9Y1yUtNQyOuIINtkzQ56xb wGz4G4ibQXI7HA1xF6gn4/MBSjDaqhymxXLQtK6YssDGfeKOcbujyZlYMzNkhu6E9Ncm hglGZg7OlviHGZMiZD+e/Szq3FMwQnYwJqAXrL4NBWHcjD98Mlpw7S/1pi7SZoh7Isxn Vfh00YvN5E2eFv84s7famvSwOKeLv7ao4P5aFKiI+TGtltf4LTXW0qAhpPPS4h15Ftxf ChP1dSDdd6jtii8RyWho7u0SHIR5WvCgaHmDhA86FAxRpc+jRZUlXzalir+832khgtSs Ecrw== X-Gm-Message-State: APjAAAUbpCfvUt+29auv1Usuv69Wl9qci3yfXQ0sa6RRMiHV/sEqDLit 8imNitPnu8KoaMTLFAG/lHSrzPZ7wXbl8haXPc/UzF71 X-Google-Smtp-Source: APXvYqwqJ4HZ+F9Jie5kjtt3CzniJ3TEZWxPahv1dhhdwINhb1MpPnGWEfc932DivT31N1CuT5q59CWga/3q6ht8m3o= X-Received: by 2002:a67:ed49:: with SMTP id m9mr7415125vsp.32.1560929514126; Wed, 19 Jun 2019 00:31:54 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 19 Jun 2019 09:31:43 +0200 Message-ID: To: Scott Dutton Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000358284058ba839d6" Subject: Re: [PHP-DEV] [RFC] [Vote] Base convert changes From: krakjoe@gmail.com (Joe Watkins) --000000000000358284058ba839d6 Content-Type: text/plain; charset="UTF-8" The implementation of this does not look ready, there are conflicts so I can't test it locally, but last time CI ran there were many failures. Cheers Joe On Wed, 19 Jun 2019 at 09:24, Scott Dutton wrote: > Hi all > > I have put my RFC base convert changes to vote this morning > > https://wiki.php.net/rfc/base_convert_improvements > > Two votes, one to raise a deprecated error in PHP7.4 (raised to > exception in PHP 8) when base_convert encounters something it doesnt > know how to convert. > > Second vote is to allow negative numbers, eg base_convert('-FF', 16, > 10) would return -255 (this returns 255 currently) > > Voting ends 3rd July > > Thanks > > Scott > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --000000000000358284058ba839d6--