From: Andrea Faulds Date: Fri, 1 Aug 2014 15:28:20 +0000 (+0100) Subject: NEWS and UPGRADING X-Git-Tag: PRE_PHPNG_MERGE~34^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6cf8be094c55a9080122a7e29c144bc5edaf117;p=php NEWS and UPGRADING --- 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