Recently after provisioning a new server I started noticing numerous PHP Warnings. However, they did not affect the overall operation of my command line scripts other than they would run a bit slower while PHP determined this warning. Fortunately the fix is rather simple and fixing these sorts of trivial errors actually helps boost performance. All that you need to do is edit the extensions.ini usually found in /usr/local/etc/php/ on a FreeBSD system.
PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0
[Read more…] about Xdebug MUST be loaded as a Zend extension