Hi all,
I develop my PHP code on a Windows XP box using Eclipse 3.2.2 with the PDT plug-in, and I deploy for testing purposes onto my gateway, which runs PHP 5.2 under debian etch and apache2. I have downloaded the Zend debugger from the zend site, which should allow me to do remote debugging in Eclipse.
After modification of the ini files I restart apache and I get this error message:
Failed loading /usr/lib/php5/20060613/ZendDebugger.so : /usr/lib/php5/20060613/ZendDebugger.so : undefined symbol: alloc_globals
Can anybody help with this?
I develop my PHP code on a Windows XP box using Eclipse 3.2.2 with the PDT plug-in, and I deploy for testing purposes onto my gateway, which runs PHP 5.2 under debian etch and apache2. I have downloaded the Zend debugger from the zend site, which should allow me to do remote debugging in Eclipse.
After modification of the ini files I restart apache and I get this error message:
Failed loading /usr/lib/php5/20060613/ZendDebugger.so : /usr/lib/php5/20060613/ZendDebugger.so : undefined symbol: alloc_globals
Can anybody help with this?
Comment