hightman / xunsearch

免费开源的中文搜索引擎,采用 C/C++ 编写 (基于 xapian 和 scws),提供 PHP 的开发接口和丰富文档
http://www.xunsearch.com
Other
1.64k stars 391 forks source link

php-fpm环境下,max_execution_time 的值可能是 max_execution_time=30s #137

Closed qwenode closed 2 years ago

qwenode commented 2 years ago

php-fpm环境下,max_execution_time 的值可能是 max_execution_time=30s, 会导致$timeout > 0 出错

hightman commented 2 years ago

OK 应该可以直接intval一下

发自我的 iPhone6艹

在 2022年8月1日,11:29,Node @.***> 写道:

 php-fpm环境下,max_execution_time 的值可能是 max_execution_time=30s, 会导致$timeout > 0 出错

You can view, comment on, or merge this pull request online at:

https://github.com/hightman/xunsearch/pull/137

Commit Summary

97e4a7d php-fpm环境下,max_execution_time 的值可能是 max_execution_time=30s, 会导致$timeout > 0 出错 File Changes (1 file) M sdk/php/lib/XSServer.class.php (2) Patch Links:

https://github.com/hightman/xunsearch/pull/137.patch https://github.com/hightman/xunsearch/pull/137.diff — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

qwenode commented 2 years ago

OK 应该可以直接intval一下 发自我的 iPhone6艹 在 2022年8月1日,11:29,Node @.***> 写道:  php-fpm环境下,max_execution_time 的值可能是 max_execution_time=30s, 会导致$timeout > 0 出错 You can view, comment on, or merge this pull request online at: #137 Commit Summary 97e4a7d php-fpm环境下,max_execution_time 的值可能是 max_execution_time=30s, 会导致$timeout > 0 出错 File Changes (1 file) M sdk/php/lib/XSServer.class.php (2) Patch Links: https://github.com/hightman/xunsearch/pull/137.patch https://github.com/hightman/xunsearch/pull/137.diff — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

已修改为intval