You need to be Payday Loans UK Why would you

PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0

howtobsd# php -v
PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0

Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0
PHP 5.3.3 with Suhosin-Patch (cli) (built: Sep 25 2010 23:22:23) (DEBUG)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

Для того, чтобы избежать появления данной ошибки нужно открыть ini файл где подгружается модуль xdebug.so.
Во FreeBSD по умолчанию это:

howtobsd# vim /usr/local/etc/php/extensions.ini

и изменить строку:
extension=xdebug.so

на:
zend_extension_ts=xdebug.so

Все, проблема решена.

3 Responses to “PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0”

  1. Thanks a lot, it’s works!

  2. BANG! just like that that that there… thanks for the post solved quick and easy.

  3. Tks for post