1028 Commits (eb523afbf01b6280130f896d9a3ded12da0f540b)

Author SHA1 Message Date
yangweijie eb523afbf0 编译加速 3 weeks ago
yangweijie e0581f8ccc 忽略同名类 3 weeks ago
yangweijie fbaac125ae 优化 3 weeks ago
yangweijie e79ec2cf73 编译报错修复 3 weeks ago
yangweijie 7fa91622e2 rc文件生成 3 weeks ago
yangweijie ac7813d7b2 perf: cache AST across prepare/convert and add generated object cache 3 weeks ago
韩天峰 18decac90b docs: add big number inplace optimization plan and update bool conversion 4 weeks ago
韩天峰 e345b0d82a fix(decimal): optimize integer to decimal conversion without string intermediate 4 weeks ago
韩天峰 21d0224769 feat(compiler): enhance big number type handling in logical operations 4 weeks ago
韩天峰 f38b6cf0c2 feat(compiler): enhance big numeric type handling with improved conversions and validations 4 weeks ago
韩天峰 df43b2a1fd fix(generator): handle class constant parameter defaults correctly 4 weeks ago
韩天峰 25e5b47482 feat(parser): add support for foreach by reference with property fetches 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