【发布时间】:2012-05-17 12:51:01
【问题描述】:
我使用的是 sphinx 0.9.8 版本。我的 php 版本是 5.3.1。集成 sphinx api 后,我收到了一些关于 assert() 的警告。我该如何解决这个问题? 任何机构都可以帮助我吗?
谢谢
【问题讨论】:
-
警告:assert() [function.assert]:D:\myproj 中的断言失败\sphinxapi.php 在 779
行 -
看看
assert_options();你可能想关掉ASSERT_WARNING。另外line 779 of 0.9.8 sphinxapi.php 不包含断言,因此请仔细检查您的版本。 -
不要隐藏该警告...修复它..检查我的答案。
标签: php warnings sphinx assert