summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2011-02-17 00:25:32 +0000
committerGustavo André dos Santos Lopes <cataphract@php.net>2011-02-17 00:25:32 +0000
commit9bbc114b593ddc66785021a954fde9078afd08fb (patch)
treea5e7648886d068e6e8eb931d116e9cbeffbca435 /UPGRADING
parenteb0dd2b8ab91910e7dd3ae29109de2bfd9e0cc7d (diff)
downloadphp-git-9bbc114b593ddc66785021a954fde9078afd08fb.tar.gz
- Classes that implement stream wrappers can define a method called
stream_truncate that will respond to truncation, e.g. through ftruncate. Closes feature request #53888.
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING5
1 files changed, 4 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 53a7c8a489..64c3cc218e 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -176,7 +176,10 @@ UPGRADE NOTES - PHP X.Y
6. Changes made to existing classes
===================================
--
+- Classes that implement stream wrappers can define a method called
+ stream_truncate that will respond to truncation, e.g. through ftruncate.
+ Strictly speaking, this is an addition to the user-space stream wrapper
+ template, not a change to an actual class.
=============
7. Deprecated