----- Weitergeleitete Nachricht von [EMAIL PROTECTED] -----
Datum: Sun, 3 Feb 2008 18:47:18 +0100
Von: Daniel Nitz <[EMAIL PROTECTED]>
Antwort an: Daniel Nitz <[EMAIL PROTECTED]>
Betreff: Re: [fw-general] Zend_Pdf performance issue
An: Michael B Allen <[EMAIL PROTECTED]>
Quoting Michael B Allen <[EMAIL PROTECTED]>:
On 2/3/08, Daniel Nitz <[EMAIL PROTECTED]> wrote:
I had to remove 'cmap' in '$glyphs =
$font->cmap->glyphNumbersForCharacters($characters)' to get it working
in 1.5.
<snip>
Any ideas whats causing this lack of performance?
I don't know spit about Zend_Pdf but if I had to make an educated
guess, I would say you should figure out how to get a cmap for that
font.
Mike
--
Michael B Allen
PHP Active Directory SPNEGO SSO
http://www.ioplex.com/
Thanks for your reply Michael.
The cmaps are coming with ZF in
../Pdf/Resource/Font/Simple/Standard/<fontName>.php
i'm still clueless.
Actually it's causing the following error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 40961 bytes) in
/.../library/Zend/Controller/Dispatcher/Standard.php on line 238
This error didn't show up earlier because I had it cached before.
----- Ende der weitergeleiteten Nachricht -----