Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105740 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 72049 invoked from network); 18 May 2019 12:15:03 -0000 Received: from unknown (HELO thephantoms.co.uk) (176.126.243.54) by pb1.pair.com with SMTP; 18 May 2019 12:15:03 -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=1558776099; h=Comment: DomainKey-Signature:Received:To:Subject:MIME-Version: Content-Type:Content-Transfer-Encoding:Date:From:Message-ID: User-Agent; bh=mLyrh7mzQg6uvllZEAtp3snKljFzdFnleXPMgCl9Bn8=; b=P VWmUWh/IyjkAnMEkrXu08zh8Wb3EvJGWS0Dn++lwJPLoRleNcgKhZdFnfHgLAgOS oWxQa/aKFDcNu95IyVMPRQnMvzYQ8Q+4m/EPKbK1TX8iNF9EOmFBwJPmZLKrosR8 T0qSdvYAK1zHYfPqOEj9Z6+z/RzS3wU0Of0mzQP/1U= 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:Message-ID:X-Sender:User-Agent; b=Tr5KbAli3gdRweTU7CWu9fsu5CAqovMobx+x23Wb/zCRbs1N4vI6RdSsNwpTbw tyBl5NW6vWLf8NnZxhDy1G0dGgEV3C5HvAMUml0mUaq8DbHUrpAw+sVU37qZWI1F WLKvGzlsAgxe4ziyG+wmatVJJk3Kw4n0zAK4KJ48hM20Q=; Received: (qmail 7784 invoked by uid 48); 18 May 2019 09:21:39 -0000 To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 18 May 2019 10:21:39 +0100 Message-ID: <4bdc84d133912367ab9d5139f37f9a6e@exussum.co.uk> X-Sender: scott@exussum.co.uk User-Agent: RoundCube Webmail/0.1 Subject: [RFC] Base convert changes From: scott@exussum.co.uk (Scott Dutton) Hi all I have made some changes to base_convert which I feel would be more consistent with the current PHP (warning when there are errors, and not just returning the best value it can) The RFC has some examples of what will change. Currently the code works but a lot of tests fail due to extreme range's (also mentioned in the RFC) If this passes I will fix the effected tests and add some more covering the new behavior. https://wiki.php.net/rfc/base_convert_improvements Let me know your thoughts Thanks Scott