Skip to content

Commit 79f78cf

Browse files
committed
add os family constant missing (see php/php-src@bb059fe)
1 parent 1c0058d commit 79f78cf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG-4.x.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
2828

2929
- [#119](https://github.com/llaville/php-compatinfo-db/issues/119) : Auto diagnose print its results even if all works fine
3030
- add float limit constants missing (see <https://github.com/llaville/php-compatinfo-db/issues/120#issuecomment-1067757748>)
31+
- add os family constant missing (see <https://github.com/llaville/php-compatinfo-db/issues/120#issuecomment-1067757748>)
3132
- add `sapi_windows_vt100_support` missing function from standard extension
3233
<!-- MARKDOWN-RELEASE:END -->
3334

data/reference/extension/core/72/constants.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@
1818
"name": "PHP_FLOAT_MIN",
1919
"ext_min": "7.2.0",
2020
"php_min": "7.2.0alpha1"
21+
},
22+
{
23+
"name": "PHP_OS_FAMILY",
24+
"ext_min": "7.2.0",
25+
"php_min": "7.2.0alpha1"
2126
}
2227
]

0 commit comments

Comments
 (0)