Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18696021
D20202.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
633 B
Referenced Files
None
Subscribers
None
D20202.diff
View Options
diff --git a/resources/php_compat_info.json b/resources/php_compat_info.json
--- a/resources/php_compat_info.json
+++ b/resources/php_compat_info.json
@@ -15195,6 +15195,20 @@
"php.min": "4.0.0",
"php.max": null
},
+ "random_int": {
+ "ext.name": "standard",
+ "ext.min": "7.0.0",
+ "ext.max": null,
+ "php.min": "7.0.0",
+ "php.max": null
+ },
+ "random_bytes": {
+ "ext.name": "standard",
+ "ext.min": "7.0.0",
+ "ext.max": null,
+ "php.min": "7.0.0",
+ "php.max": null
+ },
"range": {
"ext.name": "standard",
"ext.min": "4.0.0",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 28, 6:54 AM (3 w, 7 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8339594
Default Alt Text
D20202.diff (633 B)
Attached To
Mode
D20202: Add "random_int" and "random_bytes" as builtins so the linter stops complaining about them
Attached
Detach File
Event Timeline
Log In to Comment