Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106123 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 46144 invoked from network); 1 Jul 2019 16:51:54 -0000 Received: from unknown (HELO thephantoms.co.uk) (176.126.243.54) by pb1.pair.com with SMTP; 1 Jul 2019 16:51:54 -0000 Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=exussum.co.uk; s=default; x=1562594974; h=Comment: DomainKey-Signature:Received:To:Subject:MIME-Version: Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To: References:Message-ID:User-Agent; bh=7HGz903YodDogMD/xzJJuqWtgGT 2GVp2+1KtN2MSMPo=; b=WdglabvUTylweJ4COk72sFfidQr29WBcjv6Bg8CSvk4 j2ATu/7JRZZ0F6zLR555YNy1OSI0GGeKpjFNT5AOSIGk6NzBcZ3Lsf1+SokSbX4S 80t9ezZeFO+yjBpB/+JEoq3rhL5FXnh0HgSh3pNsyW2i1YrzXHxKf+3S9T1XU+hg = Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=exussum.co.uk; h=Received:To:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:References:Message-ID:X-Sender:User-Agent; b=joOuQw1pt1m6A0RZf/9fubMmJYhfrTmXbPdJk5qDTNDezTD1UPnGxTqwij/MIE rmrHxXVhNAAPmIAOQenfjk0MyhynOE0PeYZIIWQQk/nSkcYLUkTqEVyJ6HB2woKB cFR2X4qVltYHyPMfS5yDsNrYoXOvSzMSRb79rkfnoARXE=; Received: (qmail 9093 invoked by uid 48); 1 Jul 2019 14:09:33 -0000 To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 01 Jul 2019 15:09:33 +0100 In-Reply-To: <008001d526a0$a6ac24e0$f4046ea0$@jhdxr.com> References: <008001d526a0$a6ac24e0$f4046ea0$@jhdxr.com> Message-ID: <5a5d7c1247d0d75591980c1571f12dbc@exussum.co.uk> X-Sender: scott@exussum.co.uk User-Agent: RoundCube Webmail/0.1 Subject: RE: [PHP-DEV] [RFC] [Vote] Base convert changes From: scott@exussum.co.uk (Scott Dutton) Hi all I have made a PR for 7.4 for just the ignoring invalid input. I will open a similar one for PHP 8. https://github.com/php/php-src/pull/4328 All tests have been fixed for linux, there is one failure for windows which I am looking in to. Voting ends in a few days time so last chance to vote. looks like the negative number part is not going to pass so the PR has not been updated. Link to RFC if you need it - https://wiki.php.net/rfc/base_convert_improvements Any questions please let me know Thanks Scott