Zend Optimizer 2.5.3, PHP 4.3.8, FreeBSD 4.10 segfaulting... heeeeeeeelp!
(Hi by the way, I'm new in this community, but am tearing my hair out with this one, so I'll get straight to the point, and hope someone out there has some ideas!)
Basically, to cut a long story short, if I install Zend Optimizer 2.5.x into my PHP install, it dies. The CLI refuses to work, as php -v produces the following:
shmget() failed: Cannot allocate memory
Failed to start up concurrent users module!
PHP 4.3.8 (cli) (built: Sep 10 2004 09:59:22)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.3, Copyright (c) 2003-2004, by Zend Technologies
with Zend Optimizer v2.5.3, Copyright (c) 1998-2004, by Zend Technologies
Segmentation fault (core dumped)
Without the optimizer, I just get the simple version reply:
PHP 4.3.8 (cli) (built: Sep 10 2004 09:59:22)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
Suffice to say it causes Apache to segfault too.
My phpinfo() output is at http://rick.guysintheknow.com/info.php if it sheds any light, and my Zend forum post asking about this (which has gone ignored, as has the support e-mail requests) is at http://www.zend.com/phorum/read.php?num=5&id=3240&loc=0&thread=3240 - all thoughts welcome...
(To be honest, I'm just hoping PHP 4.3.9 works, as it'll probably just *work* after that.)
This is a production server, so I have to be quite careful with it, but I'm mirroring it at the office now to get a testbed to play with. *sigh*
Basically, to cut a long story short, if I install Zend Optimizer 2.5.x into my PHP install, it dies. The CLI refuses to work, as php -v produces the following:
shmget() failed: Cannot allocate memory
Failed to start up concurrent users module!
PHP 4.3.8 (cli) (built: Sep 10 2004 09:59:22)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.3, Copyright (c) 2003-2004, by Zend Technologies
with Zend Optimizer v2.5.3, Copyright (c) 1998-2004, by Zend Technologies
Segmentation fault (core dumped)
Without the optimizer, I just get the simple version reply:
PHP 4.3.8 (cli) (built: Sep 10 2004 09:59:22)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
Suffice to say it causes Apache to segfault too.
My phpinfo() output is at http://rick.guysintheknow.com/info.php if it sheds any light, and my Zend forum post asking about this (which has gone ignored, as has the support e-mail requests) is at http://www.zend.com/phorum/read.php?num=5&id=3240&loc=0&thread=3240 - all thoughts welcome...
(To be honest, I'm just hoping PHP 4.3.9 works, as it'll probably just *work* after that.)
This is a production server, so I have to be quite careful with it, but I'm mirroring it at the office now to get a testbed to play with. *sigh*
