> It's because dreamhost's default php 5 doesn't include gettext. > You must compile it yourself (they do have a nice script to do that > for you, in their wiki), or switch back to php4 (the simpler way) > > whenever you use __(), you'll stumble into this. > > spark >
__() has nothing to do with gettext being compiled in your version of PHP, there is a known issue with the Zend Optimizer. -- /** * @author Larry E. Masters * @var string $userName * @param string $realName * @returns string aka PhpNut * @access public */ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
