Re: Calls to imagettftext cause fatal error in php ( SOLVED )

2008-07-10 Thread Bill Hernandez
FINALLY got the problem solved : I posted a new email outlining the steps required to fix the problem, and posted a corrected working demo of captcha image verification... SEE : Step by step Instructions to fix MacPorts 'freetype' problem Bill Hernandez Plano, Texas

Re: Calls to imagettftext cause fatal error in php

2008-07-08 Thread Bill Hernandez
Yesterday 'imagettftext' was working at the end of the day. It even worked with ZEND DEBUGGER, which shocked me. Today I tried running it, and I get : Safari can’t open the page. Safari can’t open the page

Re: Calls to imagettftext cause fatal error in php

2008-07-07 Thread Chris Janton
On 2008-07-06 , at 19:30 , Ryan Schmidt wrote: SO - it boils down to getting the maintainer of freetype (Maintainers: [EMAIL PROTECTED] ) to look at the implications of the following configuration options --with-quickdraw-toolbox use MacOS QuickDraw in

Re: Calls to imagettftext cause fatal error in php

2008-07-07 Thread Ryan Schmidt
On Jul 7, 2008, at 09:27, Chris Janton wrote: On 2008-07-06 , at 19:30 , Ryan Schmidt wrote: SO - it boils down to getting the maintainer of freetype (Maintainers: [EMAIL PROTECTED] ) to look at the implications of the following configuration options --with-quickdraw-toolbox

Re: Calls to imagettftext cause fatal error in php

2008-07-07 Thread Chris Janton
On 2008-07-07 , at 11:53 , Ryan Schmidt wrote: The way I read things is that if one turns off quickdraw in freetype then the problem will not occur. What are the implications of turning off QuickDraw in FreeType? What features will then not work? From what I can see? No more deprecated

Re: Calls to imagettftext cause fatal error in php

2008-07-07 Thread Ryan Schmidt
On Jul 7, 2008, at 15:08, Chris Janton wrote: On 2008-07-07 , at 11:53 , Ryan Schmidt wrote: The way I read things is that if one turns off quickdraw in freetype then the problem will not occur. What are the implications of turning off QuickDraw in FreeType? What features will then not

Re: Calls to imagettftext cause fatal error in php

2008-07-07 Thread Bryan Blackburn
On Jul 7, 2008, at 2:56 PM, Ryan Schmidt wrote: On Jul 7, 2008, at 15:08, Chris Janton wrote: On 2008-07-07 , at 11:53 , Ryan Schmidt wrote: The way I read things is that if one turns off quickdraw in freetype then the problem will not occur. What are the implications of turning off

Re: Calls to imagettftext cause fatal error in php

2008-07-07 Thread Bill Hernandez
SUCCESS, SOMEWHAT... When I installed Zend Debugger 5.5.1 about a year and a half ago, it came with its own php.ini, and originally had a great deal of trouble getting it running. It had been compiled in 32 bit mode as best I understand it, so once I got everything working I posted a

Re: Calls to imagettftext cause fatal error in php

2008-07-06 Thread Ryan Schmidt
On Jul 6, 2008, at 08:16, Chris Janton wrote: On 2008-07-05 , at 23:56 , Bill Hernandez wrote: I posted a bug report: http://bugs.php.net/bug.php?id=45437 Bug #45437 Calls to imagettftext crash Same exact problem has been reported as Bug #44524, but has been written off as bogus. IT