1018 Commits (ef840ff9152cc07cfbb34a9c0456c70e7daad57e)

Author SHA1 Message Date
NathanFreeman ef840ff915 修改注释位置 4 weeks ago
NathanFreeman d3c7bcfa64 通过ZendVM调用函数或者方法的时候,如果开启了类型检查,需要检查参数类型 4 weeks ago
韩天峰 ac795c9f8a 修复 macOS 下的问题 4 weeks ago
韩天峰 682b17f73f feat(build): add cache management for precompiled headers with automated pruning 4 weeks ago
韩天峰 d34baca7dc fix(optimizer): parenthesize null-check expressions 4 weeks ago
韩天峰 61388a9bd1 fix(compiler): reject native symbol collisions 4 weeks ago
韩天峰 f78d19fffd refactor(compiler): update function naming and namespace handling logic 4 weeks ago
韩天峰 cf559bc9f4 fix(resolver): distinguish functions from colliding methods 4 weeks ago
韩天峰 e0a8a8a4dc fix(parser): allow missing ignore paths in project YAML configuration 4 weeks ago
韩天峰 8f2e63b9f7 fix(parser): handle native boolean literals in strict comparisons 4 weeks ago
韩天峰 9a7de8ee31 feat(parser): add continue statement support in switch cases within loops 4 weeks ago
韩天峰 c46a9ddbf2 fix: cover eval error lifecycle regressions 4 weeks ago
MARiA so cute 9b0b3c1d83 修复在RINIT初始化$_SERVER在-02的优化等级下会出现内存错误和悬空指针 4 weeks ago
韩天峰 020666cced 改进 Windows 打包和前置检测 4 weeks ago
韩天峰 ddc52ae3f6 fix: generate server global symbol consistently 4 weeks ago
韩天峰 d7de18f993 fix: align server globals with PHP CLI 4 weeks ago
韩天峰 620c9e2ab1 fix: align server globals with PHP CLI 4 weeks ago
韩天峰 4230645549 fix: align server globals with PHP CLI 4 weeks ago
NathanFreeman a4af1b294c 格式化代码 4 weeks ago
韩天峰 efed2a7397 Fix windows [2] 4 weeks ago
韩天峰 89e58350a8 Fix windows 4 weeks ago
NathanFreeman cbfdd248f0 调整初始化位置 4 weeks ago
韩天峰 b9ba0e84d5 Fix windows issues 4 weeks ago
NathanFreeman 50cd78772c 初始化$_SERVER 4 weeks ago
NathanFreeman 6b7eb67548 初始化$_SERVER 1 month ago
韩天峰 d9bf4b472b chore(version): bump version to 0.4.3 1 month ago
韩天峰 e9f617eae0 feat(parser): implement runtime constant resolution with namespace fallback 1 month ago
韩天峰 0b1a45660e fix(compiler): resolve class and interface dependency registration issues 1 month ago
韩天峰 2d4a1b8bb0 fix(parser): optimize concat assignment and ternary expression handling 1 month ago
韩天峰 9d29aa7a3f refactor(compiler): standardize extension prefix handling and improve internal symbol detection 1 month ago
韩天峰 84aa78a3aa fix(translator): align trait parent wrapper signatures 1 month ago
韩天峰 1527a44854 fix(stub): normalize special class constant references 1 month ago
韩天峰 3211be2833 fix(stub): harden heredoc and nowdoc C++ escaping 1 month ago
韩天峰 dfa10c8cbc fix(compiler): convert runtime constants in default helpers 1 month ago
韩天峰 a43828446c fix(parser): preserve references across all array write paths 1 month ago
韩天峰 71caa933d6 fix(compiler): enforce complete return covariance rules 1 month ago
韩天峰 9b1f5b7942 fix(compiler): harden constructor visibility checks 1 month ago
Yurun cdf4e5f789 fix(compiler): 保留生成器声明返回类型以满足接口协变检查 1 month ago
Yurun 9cdc8b1b09 fix(compiler): 检查构造函数可见性以防止非法调用 1 month ago
Yurun d16717eb61 fix(stub): 修复heredoc/nowdoc字符串生成非法C++的问题 1 month ago
Yurun 7be7240d5d fix(translator): 修复trait parent::调用的函数声明参数不一致 1 month ago
Yurun 8fff430fcc fix(preprocessor): 包装运行时常量作为标量参数默认值 1 month ago
Yurun c7d4b562c0 fix(parser): 修复数组元素引用赋值写回问题 1 month ago
Yurun edcbcf7cff fix(stub): 修复 self/parent/static 类常量引用解析失败的问题 1 month ago
Yurun a3d8f57ef4 fix(compiler): 修复命名空间尾部有注释导致编译不通过 1 month ago
Yurun c3b24fdd32 fix(compiler): 修复返回类型协变检查 1 month ago
Yurun c0556882ab fix(generator): 接受 \Generator 作为合法返回类型 1 month ago
韩天峰 2287695b44 refactor(constructor): enhance constructor property validation with existing method checks 1 month ago
韩天峰 89799b9b8c fix(closure): handle static variables in closure use references 1 month ago
韩天峰 07c81bf7ba refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago