summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9c0668a3f4..03e9a5dfaf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,14 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2010, PHP 5.2.13
-- Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL.
- (Ilia)
- Removed automatic file descriptor unlocking happening on shutdown and/or
stream close (on all OSes excluding Windows). (Tony, Ilia)
+
- Changed tidyNode class to disallow manual node creation. (Pierrick)
+- Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL.
+ (Ilia)
+
- Fixed build of mysqli with MySQL 5.5.0-m2. (Andrey)
- Fixed bug #50575 (PDO_PGSQL LOBs are not compatible with PostgreSQL 8.5).