summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2011-09-12 17:23:10 +0000
committerGustavo André dos Santos Lopes <cataphract@php.net>2011-09-12 17:23:10 +0000
commit1d5028be3d023f9001a19989be993cadb0e0bd46 (patch)
treedda06b90df3260c532f17b7ce727fc642d6476ba /UPGRADING
parent76d9a3fa3d655f6ead05edc0e3af54abfead5563 (diff)
downloadphp-git-1d5028be3d023f9001a19989be993cadb0e0bd46.tar.gz
- Fixed bug #55646: textual data is returned in UTF-8, but is input in
another encoding. 5.4 only as this implies a BC break.
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 8618742482..cfee2c839f 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -198,6 +198,7 @@ UPGRADE NOTES - PHP X.Y
- Write operations within XSLT (for example with the extension sax:output) are
disabled by default. You can define what is forbidden with the method
XsltProcess::setSecurityPrefs($options)
+- openssl_csr_new() expects the textual data to be in UTF-8.
===================================
5. Changes made to existing methods