From db2d36de3e984f5bd5b13aeb3cd067544f066ac6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Thu, 20 Oct 2011 08:53:01 +0000 Subject: [PATCH] Updating news with commit r308410. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 9be39c3d87..a00d5e8a9b 100644 --- a/NEWS +++ b/NEWS @@ -236,6 +236,8 @@ PHP NEWS to limit the amount of stack frames returned. (Sebastian, Patrick) . Added stream metadata API support and stream_metadata() stream class handler. (Stas) + . User wrappers can now define a stream_truncate() method that responds + to truncation, e.g. through ftruncate(). FR #53888. (Gustavo) - Improved Zend Engine memory usage: (Dmitry) . Replaced zend_function.pass_rest_by_reference by -- 2.50.1