Re: [fw-general] loading non-ZF classes using autoloader

2008-01-09 Thread Matthew Weier O'Phinney
-- Ken Petri [EMAIL PROTECTED] wrote (on Tuesday, 08 January 2008, 09:54 PM -0800): I would like to use DOMPDF with Zend Framework. DOMPDF has its own autoloader (called DOMPDF_autoload) that loads necessary class files so the user can instantiate the main DOMPDF class (called, yes, you guessed

[fw-general] Zend_Search_Lucene_Search_QueryLexer: E_NOTICE on invalid query

2008-01-09 Thread Stefan Oestreicher
Hi, lucene raises a notice if the following invalid query is supplied to the parser: dgdsdsg#+ΓΌ\ This happens in the QueryLexer on line 477 (addLexemeChar) where an element of $this-_queryString is accessed with $this-_queryStringPosition as key without checking if that key is a valid index.

[fw-general] little bug in url view helper

2008-01-09 Thread Gunter Sammet
Hi all: Been banging my head with this one. Some of my code broke after the last update to then current CVS. Ended up being changes to the url view helper. If you pass in parameters as null, they should be removed by the assemble method (undocumented feature but I assume it's intended). however,