summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2014-08-01 16:28:20 +0100
committerAndrea Faulds <ajf@ajf.me>2014-08-01 16:28:20 +0100
commitd6cf8be094c55a9080122a7e29c144bc5edaf117 (patch)
tree98f364f3fc57866b201a566527f0b81e39c69703
parent24d7fc2bbc667d0c9de0a62b60b70ad98b1abca5 (diff)
downloadphp-git-d6cf8be094c55a9080122a7e29c144bc5edaf117.tar.gz
NEWS and UPGRADING
-rw-r--r--NEWS3
-rw-r--r--UPGRADING2
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1badfb8579..c19097337a 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ PHP NEWS
(Adam)
. Update the MIME type list from the one shipped by Apache HTTPD. (Adam)
+- Core:
+ . Added PHP_INT_MIN constant. (Andrea)
+
- DBA:
. Fixed bug #62490 (dba_delete returns true on missing item (inifile)). (Mike)
diff --git a/UPGRADING b/UPGRADING
index 740047a86a..730fa5bd87 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -68,6 +68,8 @@ PHP X.Y UPGRADE NOTES
10. New Global Constants
========================================
+- Core
+ , PHP_INT_MIN added.
========================================
11. Changes to INI File Handling