Problems with building Zend

Aar

Verified User
Joined
Feb 10, 2005
Messages
209
Location
Netherlands
Hello,

I have some problems with building Zend.
My apache error_log whows my the following:
Code:
Cannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220090626,NTS
Cannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220090626,NTS
Cannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220090626,NTS

I have PHP 5.3.10, and my php.ini setting about Zend is following:
Code:
[Zend]
zend_extension = /usr/local/lib/php/ioncube/ioncube_loader_lin_5.3.so
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_optimizer.version=3.3.3
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
zend_extension=/usr/local/lib/ZendGuardLoader.so

My phpinfo() says this:
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
with the ionCube PHP Loader v3.3.11, Copyright (c) 2002-2010, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies

It seems like that Zend is not working in the CLI?
I've tried: build ./zend en i've reload Apache

But, the problem exists... :(
 
Last edited:
Remove all the zend lines in php.ini then run ./build zend again
 
Back
Top