summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-11-18 16:41:49 +0000
committerfoobar <sniper@php.net>2005-11-18 16:41:49 +0000
commitdfe4ace529db2e34466108409940b9cc2e87da03 (patch)
tree273d611ce00f4bd4c2ea4a771756f192cb326f12 /NEWS
parent9d1a28b6a18dc0b574cfb300570f4cef2255a0b7 (diff)
downloadphp-git-dfe4ace529db2e34466108409940b9cc2e87da03.tar.gz
reorder
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 680c91bb23..927e4d0a19 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ PHP NEWS
(Marcus, Dmitry)
- Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()
functions to not call __autoload(). (Dmitry)
+- Added "allow_url_include" ini directive to be able to turn off remote url
+ code execution separately from the "allow_url_fopen" setting. (Rasmus)
- Added --enable-gcov configure option to enable C-level code coverage.
(John, Jani)
- Added to cURL extension: (Ilia)
@@ -24,5 +26,3 @@ PHP NEWS
- Added possibility to check in which extension an internal function was
defined using reflection API. (Johannes)
- Fixed bug #34286 (__toString() behavior is inconsistent). (Marcus)
-- Add allow_url_include ini directive to be able to turn off remote url
- code execution separately from the allow_url_fopen setting. (Rasmus)