summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-05-15 22:35:43 -0700
committerStanislav Malyshev <stas@php.net>2012-05-15 22:35:43 -0700
commitdf2a38e7f8603f51afa4c2257b3369067817d818 (patch)
tree18098bb36cd1db7f92cb243002fc488c3f12ea6d /UPGRADING
parenta10e778bfb7ce9caa1f91666ddf2705db7982d68 (diff)
downloadphp-git-df2a38e7f8603f51afa4c2257b3369067817d818.tar.gz
fd fix
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 391c3651ff..7177a6df64 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -339,6 +339,8 @@ PHP 5.4 UPGRADE NOTES
- ob_start() no longer starts multiple output buffers when passed
array("callback1", "callback2", "callback3", ...).
+- Since 5.4.4, "php://fd" stream syntax is available only in CLI build.
+
==============================
5. Changes to existing classes
==============================