560 Commits (bcef27c44a266bd1e2c02848e2c56cf6faeb4170)
 

Author SHA1 Message Date
韩天峰 bcef27c44a test(backend): 添加后端编译器单元测试并修复编译选项构建功能 4 months ago
韩天峰 95827cfb73 feat(backend): 添加编译器和平台抽象层实现 4 months ago
韩天峰 0793a647ee refactor(php): 重构 Windows 编译选项配置以提高代码可维护性 4 months ago
韩天峰 dcaf2878dd 优化 Windows 平台下的 lib 检测机制 4 months ago
韩天峰 39019ccd4a Revert "style(config): 更新PHP代码样式配置" 4 months ago
韩天峰 a792990553 fix(build): 修复Windows下编译器选择逻辑 4 months ago
韩天峰 08890ea630 style(config): 更新PHP代码样式配置 4 months ago
韩天峰 8d84671c57 refactor(php): 更新布尔值常量定义 4 months ago
韩天峰 7ad7657e28 cs-fix 4 months ago
韩天峰 4470c4597d fix(std): 修复标准数组布尔值比较问题 4 months ago
韩天峰 3f9f87ba7f fix(tests): 修正数组越界测试的期望输出格式 4 months ago
韩天峰 805f2a62ee refactor(compiler): 优化标准数组访问的类型检测和表达式解析 4 months ago
韩天峰 36be831b83 feat(php): 添加标准数组赋值解析支持 4 months ago
韩天峰 daa5379e46 feat(std-array): 添加标准数组类型支持 4 months ago
韩天峰 98ca30764a refactor(polyfills): 移除 php::Var 类型常量 4 months ago
韩天峰 faf6fe7a6b feat(php): 添加对多维标准数组维度访问的支持 4 months ago
韩天峰 817c056859 example(error): 添加资源类型参数示例代码 4 months ago
韩天峰 2b088d71c5 feat(php): 添加 std::array 类型支持并优化编译器功能 4 months ago
韩天峰 673f3b3dc5 refactor(preprocessor): 重构参数声明生成逻辑 4 months ago
韩天峰 436e09f6ae chore(deps): 更新 swoole/phpx 依赖版本 4 months ago
韩天峰 2c041ab8e1 fix(php): 修复PHP翻译器代码生成问题 4 months ago
韩天峰 81957f56d7 feat(php): 更新符号常量并添加参数列表支持 4 months ago
韩天峰 c4c46bf3f0 feat(compiler): 添加PHP编译器基础类和调试符号支持 4 months ago
韩天峰 b5ef65edc2 feat(compiler): 添加 Windows Clang 编译器支持 4 months ago
韩天峰 334594c659 feat(compiler): 实现 C++ 标准独立配置功能 4 months ago
韩天峰 20436c5e41 refactor(php): 重构 MSVC 警告屏蔽机制 4 months ago
韩天峰 b4b735644d feat(php): 添加PHP编译器基础类实现 4 months ago
韩天峰 b1272f47e7 feat(php): 添加PHP编译器基础类实现 4 months ago
韩天峰 8994813b8b feat(compiler): 添加 Windows GUI 模式编译支持 4 months ago
韩天峰 09ea347c11 feat(win32-hello): 添加中国时区支持并更新最佳实践指南 4 months ago
韩天峰 d50aa88504 docs(examples): 添加 Win32 Hello World 示例项目和相关文档 4 months ago
韩天峰 2481eebd0c fix(php): 修正整数类型后缀逻辑判断 4 months ago
韩天峰 f266e6ec62 fix(php): 修复 Windows 编译链接错误 4 months ago
韩天峰 b1df315299 feat(compiler): 支持 PHP 嵌入模式并改进 Windows 编译配置 4 months ago
韩天峰 be77cfaab1 feat(compiler): 增强 PHP 编译器对 Windows 平台和 ZTS 版本的支持 4 months ago
韩天峰 69886abb5d feat(build): 添加 Windows 平台编译支持 4 months ago
韩天峰 bdb1f1e7c9 feat(build): 更新打包脚本支持跨平台优化 4 months ago
韩天峰 15f9d35c69 refactor(examples): 优化基准测试和协程示例代码 4 months ago
韩天峰 7f260f3d52 fix(php): 修复整数类型在macOS平台的后缀处理 4 months ago
韩天峰 c87d750ef3 refactor(php): 重构PHP目录获取逻辑以支持macOS编译 4 months ago
韩天峰 10ab3d44a7 feat(php): 添加C++标准版本配置选项 4 months ago
韩天峰 4293e95664 fix(build): 修复PHP扩展文件路径检查逻辑 4 months ago
韩天峰 0fb8957fc7 fix(core): 修复编译器基础类构造函数调用并添加操作系统类型检测支持 4 months ago
韩天峰 70d06eeb2b cs-fix 4 months ago
韩天峰 c4b7e3022a fix(php): 修复函数use语句解析问题 4 months ago
韩天峰 935aeb8b1b refactor(php): 重构变量赋值类型检查逻辑 4 months ago
韩天峰 3460c1e435 feat(build): 更新打包脚本以支持版本号自动递增 4 months ago
韩天峰 715f764c11 feat(build): 添加PHP版本要求和编译脚本版本管理功能 4 months ago
韩天峰 eba8964d34 fix(php): 解决方法调用时的类型检查和反射问题 4 months ago
韩天峰 2d0baeaea9 feat(examples): 添加 Swoole 相关示例代码 4 months ago