File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
data/reference/extension/core/72 Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
28
28
29
29
- [ #119 ] ( https://github.com/llaville/php-compatinfo-db/issues/119 ) : Auto diagnose print its results even if all works fine
30
30
- 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 > )
31
32
- add ` sapi_windows_vt100_support ` missing function from standard extension
32
33
<!-- MARKDOWN-RELEASE:END -->
33
34
Original file line number Diff line number Diff line change 18
18
"name" : " PHP_FLOAT_MIN" ,
19
19
"ext_min" : " 7.2.0" ,
20
20
"php_min" : " 7.2.0alpha1"
21
+ },
22
+ {
23
+ "name" : " PHP_OS_FAMILY" ,
24
+ "ext_min" : " 7.2.0" ,
25
+ "php_min" : " 7.2.0alpha1"
21
26
}
22
27
]
You can’t perform that action at this time.
0 commit comments