Changeset View
Changeset View
Standalone View
Standalone View
extension/config.m4
| PHP_ARG_ENABLE(xhprof, whether to enable xhprof support, | PHP_ARG_ENABLE(xhprof, whether to enable xhprof support, | ||||
| [ --enable-xhprof Enable xhprof support]) | [ --enable-xhprof Enable xhprof support]) | ||||
| if test "$PHP_XHPROF" != "no"; then | if test "$PHP_XHPROF" != "no"; then | ||||
| PHP_NEW_EXTENSION(xhprof, xhprof.c, $ext_shared) | PHP_NEW_EXTENSION(xhprof, xhprof.c, $ext_shared) | ||||
| fi | fi | ||||