You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ This script doesn't accept parameters, but the following environment variables a
114
114
|[morton](https://github.com/pmmp/ext-morton)| Packing X/Z and X/Y/Z coordinates into ints in a format suitable for PHP array keys | Needed for performance |
115
115
|[xxhash](https://github.com/pmmp/ext-xxhash/releases)| Not currently used | Could be replaced by `hash()` in recent versions of PHP but this extension has much better performance |
|[encoding](https://github.com/pmmp/ext-encoding/releases)|Not currently used | Experimental, intended to replace `BinaryUtils` but never finished|
117
+
|[encoding](https://github.com/pmmp/ext-encoding/releases)|Disk & network data encoding & decoding | Significantly faster alternative to [BinaryUtils](https://github.com/pmmp/BinaryUtils)|
$PHP_XDEBUG_VER_PHP85="b8bc9425390ca7745abdc715a359d2f369c1a07b"#needs https://github.com/xdebug/xdebug/pull/1040 because of glob changes
0 commit comments