summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2009-08-17 14:50:34 +0000
committerIlia Alshanetsky <iliaa@php.net>2009-08-17 14:50:34 +0000
commit229212c5ca54e3a403f559c3c14f050231d2ae33 (patch)
tree4ad645209c72de7f3442f816d3e2b5d8ce434a59 /NEWS
parent718b7d160d14f36e31fe3d3c3eb9d585cf0b61e7 (diff)
downloadphp-git-229212c5ca54e3a403f559c3c14f050231d2ae33.tar.gz
Fixed typo
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bede318ecb..d5aa13cf0d 100644
--- a/NEWS
+++ b/NEWS
@@ -61,7 +61,7 @@ PHP NEWS
in a chunk). (andreas dot streichardt at globalpark dot com, Ilia)
- Fixed bug #49000 (PHP CLI in Interactive mode (php -a) crashes
when including files from function). (Stas)
-- Fixed bug #48994 (zlib.output_compression does not ouput HTTP headers when
+- Fixed bug #48994 (zlib.output_compression does not output HTTP headers when
set to a string value). (Jani)
- Fixed bug #48980 (Crash when compiling with pdo_firebird). (Felipe)
- Fixed bug #48962 (cURL does not upload files with specified filename).