Skip to content

Commit 6d5770c

Browse files
committed
[ci skip] NEWS UPGRADING
1 parent a5a8b5f commit 6d5770c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 8.3.0alpha1
44

5+
- Posix:
6+
. Added posix_sysconf. (David Carlier)
7+
58

69
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>

UPGRADING

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ PHP 8.3 UPGRADE NOTES
3737

3838
========================================
3939
6. New Functions
40-
========================================
40+
=======================k=================
41+
42+
- Posix:
43+
. Added posix_sysconf call to get runtime
44+
informations. (David Carlier)
4145

4246
========================================
4347
7. New Classes and Interfaces
@@ -55,6 +59,12 @@ PHP 8.3 UPGRADE NOTES
5559
10. New Global Constants
5660
========================================
5761

62+
- Posix:
63+
. POSIX_SC_ARG_MAX.
64+
. POSIX_SC_PAGESIZE.
65+
. POSIX_SC_NPROCESSORS_CONF.
66+
. POSIX_SC_NPROCESSORS_ONLN.
67+
5868
========================================
5969
11. Changes to INI File Handling
6070
========================================

0 commit comments

Comments
 (0)