rfc:dedicated_stream_bucket

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
rfc:dedicated_stream_bucket [2024/03/20 21:04] kocsismaterfc:dedicated_stream_bucket [2024/04/11 18:16] (current) kocsismate
Line 2: Line 2:
   * Date: 2024-01-19   * Date: 2024-01-19
   * Author: Máté Kocsis <kocsismate@php.net>   * Author: Máté Kocsis <kocsismate@php.net>
-  * Status: Under Discussion+  * Status: Implemented
   * Target: next minor version (possibly PHP 8.4)   * Target: next minor version (possibly PHP 8.4)
   * Implementation: https://github.com/php/php-src/pull/13111   * Implementation: https://github.com/php/php-src/pull/13111
Line 75: Line 75:
 final class StreamBucket final class StreamBucket
 { {
-    /** @var resource */+    /*
 +     * @var resource 
 +     * @deprecated after resource to object conversion happens 
 +     */
     public $bucket;     public $bucket;
     public string $data;     public string $data;
-    /** @deprecated */+    /** @deprecated in PHP 8.5 or PHP 9.0 whichever comes next */
     public int $datalen;     public int $datalen;
     public int $dataLength;     public int $dataLength;
Line 87: Line 90:
 ===== Vote ===== ===== Vote =====
  
-The vote requires 2/3 majority in order to be accepted.+The vote requires 2/3 majority in order to be accepted. The vote is going to be closed on 2024-04-11 10:00 UTC.
  
 ==== Primary vote ==== ==== Primary vote ====
  
-<doodle title="Add the StreamBucket class as proposed?" auth="kocsismate" voteType="single" closed="true" closeon="2024-03-19T10:00:00Z">+<doodle title="Add the StreamBucket class as proposed?" auth="kocsismate" voteType="single" closed="no" closeon="2024-04-11T10:00:00Z">
    * yes    * yes
    * no    * no
 </doodle> </doodle>
  
rfc/dedicated_stream_bucket.1710968651.txt.gz · Last modified: 2024/03/20 21:04 by kocsismate