lloyd_tennison

Well-Known Member
Mar 12, 2004
697
1
168
Just remove all mentions of it in php.ini.

It is not a memory manager, but really an decoder, though for encoded php files. So make sure that you do not need. See http://www.zend.com/. I would not think php v5 decrypts by itself, otherwise Zend would not just have gotten a $20 million investment...
 

Bulent Tekcan

Well-Known Member
May 11, 2004
185
2
168
cPanel Access Level
Root Administrator
Himmmm thanks for this info.

This is my php results

root [~]# php -v
PHP 5.1.6 (cli) (built: Sep 10 2006 01:52:38)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

Yesterday my server work with php 4.4.4 and APC no problem.But yesterday night upgrade to php 5.1.6 but APC is not working.

And also this error occured...

[10-Sep-2006 02:52:12] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20050922/apc.so' - /usr/lib/php/extensions/no-debug-non-zts-20050922/apc.$2/apc.so: undefined symbol: OnUpdateInt in Unknown on line 0

I'll be crazy :rolleyes:
 

lloyd_tennison

Well-Known Member
Mar 12, 2004
697
1
168
I am wrong, Zend seems to be included in the install package for php v5.

Maybe that is WHY that got the $20 million....
 

magiatar

Registered
Mar 24, 2006
1
0
151
I have the same problem with apc:

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20060613/apc.so' - /usr/lib/php/extensions/no-debug-non-zts-20060613/apc.so: undefined symbol: OnUpdateInt in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20060613/apc.so' - /usr/lib/php/extensions/no-debug-non-zts-20060613/apc.so: undefined symbol: OnUpdateInt in Unknown on line 0


Compiled with EasyApache3, apache 2.2 and PHP 5.

> php --version
PHP 5.2.4 (cli) (built: Sep 15 2007 13:15:24)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies


Any help on this?