PHP:Advanced PHP debugger configuration on windows (win32)
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 —
Tags: Activation, Advanced, configuration, debugger, PHP, specifying, uncomment, win32, windows