Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15331504
D20202.id48237.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.id48237.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
Sat, Mar 8, 10:43 AM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7381901
Default Alt Text
D20202.id48237.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