rfc:partially-supported-callables-expand-deprecation-notices

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:partially-supported-callables-expand-deprecation-notices [2022/05/31 10:29] – Changes status to Voting jrfrfc:partially-supported-callables-expand-deprecation-notices [2022/06/19 12:34] – Added target version to top of file jrf
Line 3: Line 3:
   * Date: 2022-05-12   * Date: 2022-05-12
   * Author: Juliette Reinders Folmer, <php.net_nospam@adviesenzo.nl>   * Author: Juliette Reinders Folmer, <php.net_nospam@adviesenzo.nl>
-  * Status: Voting+  * Status: Accepted 
 +  * Target version: 8.2 
 +  * Implementation: https://github.com/php/php-src/pull/8823
   * First Published at: https://wiki.php.net/rfc/partially-supported-callables-expand-deprecation-notices   * First Published at: https://wiki.php.net/rfc/partially-supported-callables-expand-deprecation-notices
  
Line 186: Line 188:
 The behaviour of the ''is_callable()'' function and the ''callable'' type when receiving anything other than a deprecated callable syntax will also remain unchanged and will not yield a deprecation notice. The behaviour of the ''is_callable()'' function and the ''callable'' type when receiving anything other than a deprecated callable syntax will also remain unchanged and will not yield a deprecation notice.
  
-===== Proposed Voting Choices =====+===== Vote =====
  
 As per the voting RFC a yes/no vote with a 2/3 majority is needed for this proposal to be accepted. As per the voting RFC a yes/no vote with a 2/3 majority is needed for this proposal to be accepted.
  
-Voting started on 2022-05-31 10:30 UTC and will end on 2022-06-14 10:30 UTC. +Voting started on 2022-05-31 10:30 UTC and ended on 2022-06-14 10:30 UTC. 
  
-<doodle title="Throw a deprecation notice when is_callable() receives one of the deprecated partially supported callables ?" auth="jrf" voteType="single" closed="false">+<doodle title="Throw a deprecation notice when is_callable() receives one of the deprecated partially supported callables ?" auth="jrf" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
 </doodle> </doodle>
  
-<doodle title="Throw a deprecation notice when type verification on the callable type detects one of the deprecated partially supported callables ?" auth="jrf" voteType="single" closed="false">+----- 
 + 
 +<doodle title="Throw a deprecation notice when type verification on the callable type detects one of the deprecated partially supported callables ?" auth="jrf" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
Line 206: Line 210:
  
 [[https://people.php.net/imsop|Rowan Tommins]] has kindly [[https://externals.io/message/117342#117670|offered to prepare a patch to implement this proposal]]. [[https://people.php.net/imsop|Rowan Tommins]] has kindly [[https://externals.io/message/117342#117670|offered to prepare a patch to implement this proposal]].
 +
 +PR: https://github.com/php/php-src/pull/8823
  
  
 ===== Implementation ===== ===== Implementation =====
-Not available yet. 
  
 After the project is implemented, this section should contain  After the project is implemented, this section should contain 
rfc/partially-supported-callables-expand-deprecation-notices.txt · Last modified: 2022/07/15 16:07 by jrf