mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
3934a3fd15
Adding APD, a full-featured PHP profiler/debugger loaded as a zend_extension. PR: ports/56555 Submitted by: Thierry Thomas <thierry@pompo.net>
13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
************************************************************************
|
|
|
|
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".
|
|
|
|
************************************************************************
|
|
|