diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2011-10-20 08:53:01 +0000 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2011-10-20 08:53:01 +0000 |
commit | db2d36de3e984f5bd5b13aeb3cd067544f066ac6 (patch) | |
tree | dd9191cc19b282f13b16658b0d122bbacea189be | |
parent | 972f57699488ce589b7f5f8b394d4ef1015c7a4d (diff) | |
download | php-git-db2d36de3e984f5bd5b13aeb3cd067544f066ac6.tar.gz |
Updating news with commit r308410.
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |