625 Commits (8a27a0055b137811e3027b3ba0794fb36013e2da)
 

Author SHA1 Message Date
韩天峰 7ee5f8e018 删除无效的文档 4 months ago
韩天峰 67496f6bf6 feat(php): 添加MSVC编译器警告抑制功能 4 months ago
韩天峰 cd3657ec05 命名参数调用完成后,快速销毁临时数组,减少内存占用时间 4 months ago
韩天峰 ffa4ae8dae refactor(backend): 重构编译器架构为Platform+Backend双层抽象 4 months ago
韩天峰 217a638314 chore(build): 添加 PHP 单元测试缓存文件到忽略列表 4 months ago
韩天峰 51298c2d00 feat(backend): 添加 C 文件编译命令构建功能 4 months ago
韩天峰 6251d4d168 refactor(php): 简化编译器基类中的包含路径和库路径解析逻辑 4 months ago
韩天峰 95a742f6b7 移除旧的编译构建代码 4 months ago
韩天峰 2b97cee9e0 refactor(php): 重构平台检测逻辑的调用位置 4 months ago
韩天峰 028a83dcb2 feat(compiler): 添加编译器选择机制和平台优化 4 months ago
韩天峰 054560c0f9 feat(php): 添加 C++ 编译器配置支持并优化 PHP 路径查找逻辑 4 months ago
韩天峰 cbf4280fa0 test: fix phpx directory test script 4 months ago
韩天峰 4d04b34cc8 test: add phpx directory detection test 4 months ago
韩天峰 c4c218485a refactor: unify phpx directory detection logic across all platforms 4 months ago
韩天峰 10e79ac268 fix(Linux): use php-config to dynamically get include paths 4 months ago
韩天峰 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