We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d7fc2 commit d6cf8beCopy full SHA for d6cf8be
NEWS
@@ -7,6 +7,9 @@ PHP NEWS
7
(Adam)
8
. Update the MIME type list from the one shipped by Apache HTTPD. (Adam)
9
10
+- Core:
11
+ . Added PHP_INT_MIN constant. (Andrea)
12
+
13
- DBA:
14
. Fixed bug #62490 (dba_delete returns true on missing item (inifile)). (Mike)
15
UPGRADING
@@ -68,6 +68,8 @@ PHP X.Y UPGRADE NOTES
68
10. New Global Constants
69
========================================
70
71
+- Core
72
+ , PHP_INT_MIN added.
73
74
75
11. Changes to INI File Handling
0 commit comments