3934a3fd15
Adding APD, a full-featured PHP profiler/debugger loaded as a zend_extension. PR: ports/56555 Submitted by: Thierry Thomas <thierry@pompo.net>
12 lines
342 B
Text
12 lines
342 B
Text
************************************************************************
|
|
|
|
Do not forget to configure your /usr/local/etc/php.ini file:
|
|
add the line:
|
|
|
|
zend_extension = /usr/local/lib/php/20020429/apd.so
|
|
apd.dumpdir = /var/tmp/apd
|
|
|
|
in the section "Dynamic Extensions".
|
|
|
|
************************************************************************
|
|
|