Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用 Zend_Search_Lucene 时随机收到此错误。
Exception thrown without a stack frame in Unknown on line 0
有没有人遇到过可以帮忙的?
谢谢你。
Zend_Search_Lucene 在析构函数中提交数据。
静态变量稍后会被破坏,异常处理引擎可能已经被卸载。
使用 $index->commmit(); 在脚本结束之前。