From d6cf8be094c55a9080122a7e29c144bc5edaf117 Mon Sep 17 00:00:00 2001 From: Andrea Faulds Date: Fri, 1 Aug 2014 16:28:20 +0100 Subject: [PATCH] NEWS and UPGRADING --- NEWS | 3 +++ UPGRADING | 2 ++ 2 files changed, 5 insertions(+) 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 -- 2.50.1