summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-08-20 11:19:20 +0000
committerJani Taskinen <jani@php.net>2009-08-20 11:19:20 +0000
commite1f42c3bbb6273c0f42c98f33ea291997df49ae7 (patch)
treef4606b1eff0b638087097599d3009207da013944 /NEWS
parent05f86b6edbec6fb683fa3850d1c542e152879120 (diff)
downloadphp-git-e1f42c3bbb6273c0f42c98f33ea291997df49ae7.tar.gz
- Fixed bug #49289 (bcmath module does not compile with phpize configure).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1d63cf3cf2..d137ae5b55 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2009, PHP 5.3.1
-
- Upgraded bundled sqlite to version 3.6.17. (Scott)
- Added missing sanity checks around exif processing. (Ilia)
@@ -17,12 +16,14 @@ PHP NEWS
- Fixed spl_autoload_unregister/spl_autoload_functions wrt. Closures and
Functors. (Christian Seiler)
-- Fixed open_basedir circumvention for mail.log. (Maksymilian Arciemowicz,
- Stas)
+- Fixed open_basedir circumvention for "mail.log" ini directive.
+ (Maksymilian Arciemowicz, Stas)
- Fixed signature generation/validation for zip archives in ext/phar. (Greg)
- Fixed memory leak in stream_is_local(). (Felipe, Tony)
- Fixed BC break in mime_content_type(), removes the content encoding. (Scott)
+- Fixed bug #49289 (bcmath module doesn't compile with phpize configure).
+ (Jani)
- Fixed bug #49269 (Ternary operator fails on Iterator object when used inside
foreach declaration). (Etienne, Dmitry)
- Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)). (Jani)