18 October, 2012 (23:49) | debug, PHP | By: Pablo Viquez
For those who don’t know what JMeter is, you’re missing A LOT! in short, JMeter is a desktop application designed to load test functional behavior and measure performance. (http://jmeter.apache.org/) If you’re working on an API or consuming content from any HTTP service you could easily create a JMeter plan in order to test it. Problem [...]
Tags: debug, PHP, zend server
Comments: -
25 November, 2009 (16:23) | debug, PHP, tech | By: Pablo Viquez
I wanted to enable logging of exceptions to my PHP log file and also display them using FireBug. On a standard setup of Zend Framework, the Zend error handler plugin (Zend_Controller_Plugin_ErrorHandler) enable by default and it was designed for: Errors due to missing controllers or actions Errors occurring within action controllers I wanted to keep [...]
Tags: debug, firebug, firephp, PHP, Zend Framework
Comments: 8
14 June, 2009 (19:22) | debug, errors, PHP, Web Development | By: Pablo Viquez
After a while struggling with the php function set_include_path() on windows, became to my attention that using the windows registry to set php configuration values they are set using the php_admin_value which forbids overriding it on run time. So for example, if you set the include_path on the windows registry and then you call the [...]
Tags: debug, PHP, set_include_path, windows registry
Comments: -
13 June, 2009 (02:09) | debug, PHP, training, Web Development | By: Pablo Viquez
Este tutorial enseña como ejecutar un script PHP paso a paso haciendo su depuración más sencilla y fácil. Tambien muestra paso a paso como instalar Eclipse PDT y configurarlo para usar XDebug. Este mismo tutorial esta disponible para descargar, haga click aquí Que necesita: Eclipse PDT http://www.eclipse.org/pdt/downloads/ Extensión de XDebug http://xdebug.org/files/php_xdebug-2.0.4-5.2.8.dll Para este tutorial, se [...]
Tags: debug, eclipse, ejecutar paso a paso, xdebug
Comments: 8