vote up 0 vote down star

Hello

I am using a PHP shopping cart which requires me to use Zend Optimizer.

I am using Netbeans as the IDE, and it requires Xdebug, but that's incompatible with Zend.

These are the lines in my php.ini

zend_extension_ts =
"D:\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll"
zend_extension_manager.optimizer_ts =
"D:\xampp\php\zendOptimizer\lib\Optimizer"

;zend_extension_ts="./php/ext/php_xdebug-2.0.5-5.2.dll"   **<< Xdebug**

Whenever I enable Xdebug, my shopping cart gives an error and it does not work.

Is there a way to solve this issue or use another Debugger with Netbeans?

flag

2 Answers

vote up 2 vote down check

AFAIK you cannot use them side by side. You can choose not to specify the debugger in NetBeans and do the old-fashion print_r-style debugging.

link|flag
This is my understanding as well. I don't really see why one would need Zend Optimizer for a shopping cart, esp. when there are many alternatives I imagine – Jani Hartikainen Jul 11 at 13:16
I think he's using ViArt: viart.com/is_it_possible_to_install_viart_shoppin… – KahWee Jul 11 at 13:23
I have switched my IDE. Not using Netbeans anymore , sadly :( – Ibn Saeed Jul 11 at 14:39
vote up 0 vote down

I have a question following that. Is there a way to debug an application made with Zend Framework (MVC) and Netbeans? I've been trying to get my xdebug with Netbeans for any other projets and it works. Websites made with Zend Framework won't debug.

Is there a special setup required for that (in php.ini or other files) ?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.