rfc:explicit_octal_notation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
rfc:explicit_octal_notation [2020/11/07 08:50] – Flesh out section about numeric strings. girgiasrfc:explicit_octal_notation [2020/11/25 12:21] – Close vote girgias
Line 3: Line 3:
   * Date: 2020-10-20   * Date: 2020-10-20
   * Author: George Peter Banyard, <girgias@php.net>   * Author: George Peter Banyard, <girgias@php.net>
-  * Status: Under Discussion+  * Status: Accepted
   * First Published at: https://wiki.php.net/rfc/explicit_octal_notation   * First Published at: https://wiki.php.net/rfc/explicit_octal_notation
  
Line 43: Line 43:
  
 ===== Proposed PHP Version(s) ===== ===== Proposed PHP Version(s) =====
-Next PHP 8.x.+PHP 8.1.
  
 ===== RFC Impact ===== ===== RFC Impact =====
Line 62: Line 62:
   * Deprecate the implicit octal notation.   * Deprecate the implicit octal notation.
   * Support hexadecimal, octal, and binary numbers in strings   * Support hexadecimal, octal, and binary numbers in strings
 +  * Add a flag for the <php>FILTER_VALIDATE_INT</php> filter to only allow octals with the explicit octal notation.
  
-===== Proposed Voting Choices =====+===== Voting Choices =====
  
 Per the Voting RFC, there is a single Yes/No vote requiring a 2/3 majority for this proposal to be accepted. Per the Voting RFC, there is a single Yes/No vote requiring a 2/3 majority for this proposal to be accepted.
rfc/explicit_octal_notation.txt · Last modified: 2021/01/04 20:12 by girgias