I have MAMP installed with PHP 5.5.3 installed.
The end of my php.ini file (MAMP / conf / php5.5.3 / php.ini) is as follows:
[OPcache] zend_extension="/Applications/MAMP/bin/php/php5.5.3/lib/php/extensions/no-debug-non-zts-20121212/opcache.so" opcache.memory_consumption=128 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=4000 opcache.revalidate_freq=60 opcache.fast_shutdown=1 opcache.enable_cli=1 [xdebug] xdebug.default_enable=1 xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.remote_autostart=1 zend_extension="/Applications/MAMP/bin/php/php5.5.3/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so"
However, xdebug does not work when testing with var_dump ().
What else can I try?
EDIT: I restarted MAMP every time I tried to change something. I also checked phpinfo (). He says here that I need to edit the file from MAMP, not from the crawler. But I can not find where MAMP allows me to go to the file ...
php xdebug mamp
Bakkie009 Dec 23 '13 at 15:04 2013-12-23 15:04
source share