Code: Select all
echo "<li><a href=\"$WEBPATH/$LANG/$value\"{$active}>{$STRINGS['Menu'][$value]}</a></li>";Moderator: General Moderators
Code: Select all
echo "<li><a href=\"$WEBPATH/$LANG/$value\"{$active}>{$STRINGS['Menu'][$value]}</a></li>";Code: Select all
; PHP 5.1.2, no XDebug
extension = php_apd.dll ; pecl4win 5.1.2 compile, shows up as 1.0.2-devCode: Select all
; PHP 5.1.2
extension = php_apd.dll
zend_extension_ts = C:\php\5.1.2\ext\php_xdebug.dll ; pecl4win 5.1.2 compile, shows up as 2.0.0rc1-devCode: Select all
$array = array('asdf');
echo $array[0];Code: Select all
$array = array('asdf' => 'asdf');
echo $array['asdf'];Code: Select all
; PHP 5.1.2, no APD
zend_extension_ts = C:\php\5.1.2\ext\php_xdebug.dll ; pecl4win 5.1.2 compile, shows up as 2.0.0rc1-devhttp://xdebug.org/install.php wrote: COMPATIBILITY
Xdebug does not work together with the Zend Optimizer or any other Zend extension (DBG, APC, APD etc). This is due to compatibility problems with those modules. We will be working on figuring out what the problems are, and of course try to fix those.