summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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