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
Next revisionBoth sides next revision
rfc:partially-supported-callables-expand-deprecation-notices [2022/05/29 19:48] jrfrfc:partially-supported-callables-expand-deprecation-notices [2022/06/19 08:48] – Add link to the PR 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: Under Discussion+  * Status: Accepted
   * 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 186:
 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.
  
-**Add a deprecation notice for `is_callable()` when it receives one of the deprecated partially supported callablesyes/no**+Voting started on 2022-05-31 10:30 UTC and ended on 2022-06-14 10:30 UTC. 
  
-**Add a deprecation notice for the `callable` type when type verification detects one of the deprecated partially supported callables: yes/no**+<doodle title="Throw a deprecation notice when is_callable() receives one of the deprecated partially supported callables ?" auth="jrf" voteType="single" closed="true"> 
 +   Yes 
 +   No 
 +</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="true"> 
 +   Yes 
 +   No 
 +</doodle>
  
  
Line 201: Line 211:
  
 ===== Implementation ===== ===== Implementation =====
-Not available yet.+ 
 +PR: https://github.com/php/php-src/pull/8823
  
 After the project is implemented, this section should contain  After the project is implemented, this section should contain 
Line 213: Line 224:
   * [[https://wiki.php.net/rfc/deprecate_partially_supported_callables|RFC: Deprecate partially supported callables]]   * [[https://wiki.php.net/rfc/deprecate_partially_supported_callables|RFC: Deprecate partially supported callables]]
   * [[https://externals.io/message/117342|Prior discussion on the internals mailinglist which led to this RFC]]   * [[https://externals.io/message/117342|Prior discussion on the internals mailinglist which led to this RFC]]
 +  * [[https://externals.io/message/117720|RFC discussion thread]]
  
rfc/partially-supported-callables-expand-deprecation-notices.txt · Last modified: 2022/07/15 16:07 by jrf