osx - Mapping the Php.ini Path On the Apache 2 Web Server on Mac - Phpinfo() Shows a Different Version -
in http://localhost
, phpinfo()
shows php 5.4.24 version following php.ini
setting not have xdebug configuration well:
however, php -v
command in terminal shows following:
`php 5.6.0alpha2 (cli) (built: mar 6 2014 07:22:12) (debug) copyright (c) 1997-2014 php group zend engine v2.6.0-dev, copyright (c) 1998-2014 zend technologies xdebug v2.3.2, copyright (c) 2002-2015, derick rethans`
how resolve problem apache server can read configuration newer version xdebug? thanks
Comments
Post a Comment