freebsd-ports/devel/pear-apd/pkg-message
Edwin Groothuis 3934a3fd15 New port: devel/pear-apd - Advanced PHP Debugger (APD).
Adding APD, a full-featured PHP profiler/debugger loaded
	as a zend_extension.

PR:		ports/56555
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-08 02:50:42 +00:00

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".
************************************************************************