Posts Tagged ‘debugger’

PHP:Advanced PHP debugger configuration on windows (win32)

Monday, June 30th, 2008

Configuration & Activation ( Windows ):
1) uncomment in php.ini
— php.ini —
extension=php_apd.dll
— php.ini —
2)
specifying [[apd.dumpdir = .]] indicates that dump files will be
stored in the current dir where the tested
php script resides
— php.ini —
zend_extension = d:/php/extensions/php_apd.dll
apd.dumpdir = .
apd.statement_trace = 1
— php.ini —