On Feb 6, 2008 12:53 PM, Philip G <[EMAIL PROTECTED]> wrote: > Okay, I've recently downloaded ZFW 1.5 and playing around with > Zend_Layout. Unfortunately though, there seems to be a bit of a memory > problem. The issue is when I load Zend_Layout to create an MVC > instance, and then attempt to call phpBB's methods to login, I get out > of memory error. I have the default 8 megs allocated to PHP. I know > phBB might not be the most memory efficient, however, if it was the > problem, I would have gotten the memory error earlier. Once I load up > Zend_Layout, PHP constantly dies for being 4 megs over cap! That's > telling me Zend_Layout, by itself, it taking more than 4 megs memory. > Wow .... > > Is anybody else having this problem? Is there a better solution than > just "increase your memory usage"? >
Of course, as I just realized, looking at my dev environment, it could be related to xdebug. ^_^ Still, isn't it a bit odd to go this far above memory limits, even with xdebug enabled, just by starting a new Zend_Layout MVC instance? -- Philip [EMAIL PROTECTED] http://www.gpcentre.net/
