You are not logged in.
Hi all,
I've freshly installed Archlinux 2009.08 into a VM with 256mb RAM and a 4gb SCSI HDD. After the install I followed the instructions on http://wiki.archlinux.org/index.php/PHP regarding installing the Zend Core for PHP (apart from the APC which needs the devel tools that I didn't install). While the install went successfully apart from APC, I found a rather odd error was appearing when I ran the binaries:
[tmnf@shiori ~]$ php-cgi -v
PHP 5.2.11 (cgi-fcgi) (built: Oct 26 2009 06:31:38)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
with Zend Core v2.5.5, Copyright (c) 1998-2008, by Zend Technologies
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with Zend Debugger v5.2, Copyright (c) 1999-2009, by Zend Technologies
/usr/local/Zend/Core/bin/php-cgi: symbol lookup error: /usr/local/Zend/Core/lib/zend/debugger/php-5.2.x/ZendDebugger.so: undefined symbol: zend_hash_destroy
[tmnf@shiori ~]$The only solution I've found is to disable the debugger - but I'm not sure if this is wise.
Can anybody give me any direction as to how I can ditch this error and still use the debugger, or can I safely disable the debugger and PHP will still run fine?
TIA
Offline