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/28 11:19] 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: In voting+  * 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;
rfc/dedicated_stream_bucket.1711624790.txt.gz · Last modified: 2024/03/28 11:19 by kocsismate