diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2011-09-12 17:23:10 +0000 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2011-09-12 17:23:10 +0000 |
commit | 1d5028be3d023f9001a19989be993cadb0e0bd46 (patch) | |
tree | dda06b90df3260c532f17b7ce727fc642d6476ba /UPGRADING | |
parent | 76d9a3fa3d655f6ead05edc0e3af54abfead5563 (diff) | |
download | php-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-x | UPGRADING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |