GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Zend Optimizer (https://gfy.com/showthread.php?t=507917)

r-c-e 08-24-2005 11:25 PM

Zend Optimizer
 
Has anyone had experience with getting Zend Optimizer to work on FreeBSD systems? i'm running FBSD 4.11 w/ PHP 4.4.0, and Zend Optmizer 2.5.10a (the only version which is compatible with 4.4.0). Everytime I compile it, either in ports or running their install.sh, it causes PHP, and in turn Apache, to core dump. Anyone know a work around?

r-c-e 08-25-2005 04:01 PM

bump for the today crew

Superterrorizer 08-25-2005 04:04 PM

Quote:

Originally Posted by r-c-e
bump for the today crew

cat /usr/local/etc/php/extensions.ini


paste it here.

s9ann0 08-25-2005 05:16 PM

i mean maybe go back to earlier versions and don't use ports ?

r-c-e 08-25-2005 09:55 PM

extension=imagick.so
extension=pcre.so
extension=pcntl.so
extension=tokenizer.so
extension=posix.so
extension=gd.so
extension=sockets.so
extension=mysql.so
extension=xml.so
extension=zlib.so
extension=ctype.so
extension=session.so
extension=overload.so

Superterrorizer 08-25-2005 11:41 PM

Quote:

Originally Posted by r-c-e
extension=imagick.so
extension=pcre.so
extension=pcntl.so
extension=tokenizer.so
extension=posix.so
extension=gd.so
extension=sockets.so
extension=mysql.so
extension=xml.so
extension=zlib.so
extension=ctype.so
extension=session.so
extension=overload.so

Put a ; in front of that first like so it's:

;extension=imagick.so

The Zend Optimizer doesn't like certain php extensions compiled dynamically. If you must have PHP ImageMagick support (Which I doubt you do), build it statically.

r-c-e 08-25-2005 11:57 PM

Ahh good idea, I'll let you know how it goes.

r-c-e 08-26-2005 12:02 AM

Looks like ImageMagick was the problem. Damn extensions.


All times are GMT -7. The time now is 08:13 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123