修复编译后的程序通过 Zend VM 调用自身的函数,如果此时临时变量过多,会导致段错误的问题 #47
Merged
韩天峰
merged 2 commits from fix/include_require_file into master 2 weeks ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'fix/include_require_file'
Deleting a branch is permanent. It CANNOT be undone. Continue?
修复编译后的程序通过 Zend VM 调用自身的函数,如果此时临时变量过多,会导致段错误的问题to [wip]修复编译后的程序通过 Zend VM 调用自身的函数,如果此时临时变量过多,会导致段错误的问题 2 weeks ago{php::Str temp = $fileName;filename = temp.str();zend_string_addref(filename);这里会有内存泄露,我得看看有没有什么好方法
3cade8a505to110ffc7be62 weeks ago110ffc7be6to9a1b981fa62 weeks ago9a1b981fa6to84559dab092 weeks ago[wip]修复编译后的程序通过 Zend VM 调用自身的函数,如果此时临时变量过多,会导致段错误的问题to 修复编译后的程序通过 Zend VM 调用自身的函数,如果此时临时变量过多,会导致段错误的问题 2 weeks ago3b6a48ef74into master 2 weeks ago3b6a48ef74.