ZF-6847: Zend_Search_Lucene_termStreamsPriorityQueue - first letter of each new word must be capitalized
Description
when automaticly removing require_once for performance Autoloader will not work anymore.
while autoloader try's to find 'Zend/Search/Lucene/termStreamsPriorityQueue.php' class is located at 'Zend/Search/Lucene/Search/QueryParser.php'
see first letter of the file.
Comments
Posted by Margus Sipria (msipria) on 2009-05-28T08:38:39.000+0000
using this find and sed -commands:
find . -name '*.php' -print0 | xargs -0 sed --regexp-extended --in-place 's/(Zend_Search_Lucene_termStreamsPriorityQueue)/Zend_Search_Lucene_TermStreamsPriorityQueue/g'
and svn diff -command i did get this result.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-05-29T06:41:29.000+0000
Solved SVN r15811
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-06-01T18:17:19.000+0000
Change Next Minor to Next Mini