diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2010-03-04 12:52:58 (GMT) |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2010-03-04 12:52:58 (GMT) |
commit | 4db5175f54d4f7a47fef067a285fd867ab495315 (patch) | |
tree | 1658bc966faff0353bcda0ccc66c0b7156c4acf6 /NEWS | |
parent | ecae1f4923a5f92408a5ecccc0d6eb9b7d99da6b (diff) | |
download | php-4db5175f54d4f7a47fef067a285fd867ab495315.tar.gz |
Fixed bug #51190 (ftp_put() returns false when transfer was successful).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ PHP NEWS - Added stream filter support to mcrypt extension (ported from mcrypt_filter). (Stas) +- Fixed bug #51190 (ftp_put() returns false when transfer was successful). + (Ilia) - Fixed bug #51176 (Static calling in non-static method behaves like $this->). (Felipe) - Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when |