来源:HHVM官网
发布日期:2021-10-12
阅读次数:2261
评论:0
更新详情
HHVM 4.131 is released! HHVM 4.126–4.130 remain supported, as do the 4.102 and 4.128 LTS releases.Highlights Breakpoints in Visual Studio Code no longer require the legacy debugger to be enabled.
Added AsyncMysqlConnectionPool::connectAndQuery().
Fixed ReflectionTypeConstant::getTypeStructure() incorrectly referring to
the declaring class for inherited type constants, instead of the current class.
This could lead to bugs if the type constant referred to this.
Fixed a memory leak in Str\replace functions introduced in 4.130
软件描述
HHVM (HipHop Virtual Machine)会将PHP代码转换成高级别的字节码(通常称为中间语言)。然后在运行时通过即时(JIT)编译器将这些字节码转换为x64的机器码
评论