File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? ????, PHP 8.3.0alpha1
4
4
5
+ - Posix:
6
+ . Added posix_sysconf. (David Carlier)
7
+
5
8
6
9
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
Original file line number Diff line number Diff line change @@ -37,7 +37,11 @@ PHP 8.3 UPGRADE NOTES
37
37
38
38
========================================
39
39
6. New Functions
40
- ========================================
40
+ =======================k=================
41
+
42
+ - Posix:
43
+ . Added posix_sysconf call to get runtime
44
+ informations. (David Carlier)
41
45
42
46
========================================
43
47
7. New Classes and Interfaces
@@ -55,6 +59,12 @@ PHP 8.3 UPGRADE NOTES
55
59
10. New Global Constants
56
60
========================================
57
61
62
+ - Posix:
63
+ . POSIX_SC_ARG_MAX.
64
+ . POSIX_SC_PAGESIZE.
65
+ . POSIX_SC_NPROCESSORS_CONF.
66
+ . POSIX_SC_NPROCESSORS_ONLN.
67
+
58
68
========================================
59
69
11. Changes to INI File Handling
60
70
========================================
You can’t perform that action at this time.
0 commit comments