+ -
当前位置:首页 → 问答吧 → ZS 6.0.1 创建 phpDoc 出错

ZS 6.0.1 创建 phpDoc 出错

时间:2008-08-30

来源:互联网

Console 报错信息如下:

/usr/local/Zend/ZendStudioForEclipse-6.0.1/plugins/org.zend.php.debug.debugger.linux.x86_5.2.14.v20080602/resources/php5/php-cgi -c ./php.ini /usr/local/Zend/ZendStudioForEclipse-6.0.1/plugins/com.zend.php.phpdocumentor_6.0.1.v20080601/Resources/phpdocumentor/phpdoc -c /tmp/PHPDocConfig19317.ini
X-Powered-By: PHP/5.2.5
Content-type: text/html

if [ -z "$PHP" ]; then
   PHP=`which php`
fi
(exec $PHP -C -q -d output_buffering=1 "$0" "$@") 2>/dev/null
if [ "$?" -ne "0" ]; then
    echo "FAILED:  Bad environment variable \$PHP (set to \"$PHP\")"
    exit 1
fi
exit 0
PHP Version 5.2.5
phpDocumentor version 1.4.0

Parsing configuration file phpDocumentor.ini...
   (found in /usr/local/Zend/ZendStudioForEclipse-6.0.1/plugins/com.zend.php.phpdocumentor_6.0.1.v20080601/Resources/phpdocumentor/)...

done
Maximum memory usage set at 512M by phpDocumentor.ini...
using tokenizer Parser

ERROR: nothing parsed

作者: hatoyu   发布时间: 2008-08-30