我正在使用 Zend 框架。最近我安装了 ZF 的最新版本。我尝试从 ubuntu 的终端使用 zend 工具。当我做 ZF show version 时,我仍然看到版本 1.9.6。如何确保该ZF
命令将使用最新版本?
我想我曾经将 ZF 添加到我的终端配置文件中,但我不知道如何更改它。
谁能帮我?
我正在使用 Zend 框架。最近我安装了 ZF 的最新版本。我尝试从 ubuntu 的终端使用 zend 工具。当我做 ZF show version 时,我仍然看到版本 1.9.6。如何确保该ZF
命令将使用最新版本?
我想我曾经将 ZF 添加到我的终端配置文件中,但我不知道如何更改它。
谁能帮我?
我正在尝试在 Ubuntu 最新版本上安装 XDebug,但出现以下错误:
pecl install Xdebug
WARNING: configuration download directory "/build/buildd/php5-5.2.10.dfsg.1/pear-build-download" is not writeable. Change download_dir config variable to a writeable dir to avoid this warning
Cannot install, php_dir for channel "pecl.php.net" is not writeable by the current user
jigal@LT-Jigal:/$ sudo pecl install Xdebug
downloading xdebug-2.0.5.tgz ...
Starting to download xdebug-2.0.5.tgz (289,234 bytes)
.................done: 289,234 bytes
67 source files, building
running: phpize
sh: phpize: not found
ERROR: `phpize' failed
我该如何解决这个问题?
大家好,我在 .htaccess 文件中创建了以下脚本
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} domain.eu
RewriteCond %{REQUEST_URI} !^domain
RewriteRule ^(.*)$ domain/$1 [L]
此脚本应将 domain.eu 重定向到域文件夹。但是当我上传这个脚本时,我得到了内部服务器 500 错误。
有什么问题吗?
谢谢