<legend id='ofNMx'><style id='ofNMx'><dir id='ofNMx'><q id='ofNMx'></q></dir></style></legend>

    1. <tfoot id='ofNMx'></tfoot>

      <small id='ofNMx'></small><noframes id='ofNMx'>

      <i id='ofNMx'><tr id='ofNMx'><dt id='ofNMx'><q id='ofNMx'><span id='ofNMx'><b id='ofNMx'><form id='ofNMx'><ins id='ofNMx'></ins><ul id='ofNMx'></ul><sub id='ofNMx'></sub></form><legend id='ofNMx'></legend><bdo id='ofNMx'><pre id='ofNMx'><center id='ofNMx'></center></pre></bdo></b><th id='ofNMx'></th></span></q></dt></tr></i><div id='ofNMx'><tfoot id='ofNMx'></tfoot><dl id='ofNMx'><fieldset id='ofNMx'></fieldset></dl></div>
        <bdo id='ofNMx'></bdo><ul id='ofNMx'></ul>

      使用 PEAR 安装 phpDocumentor

      Installing phpDocumentor using PEAR(使用 PEAR 安装 phpDocumentor)

        <i id='xsuqT'><tr id='xsuqT'><dt id='xsuqT'><q id='xsuqT'><span id='xsuqT'><b id='xsuqT'><form id='xsuqT'><ins id='xsuqT'></ins><ul id='xsuqT'></ul><sub id='xsuqT'></sub></form><legend id='xsuqT'></legend><bdo id='xsuqT'><pre id='xsuqT'><center id='xsuqT'></center></pre></bdo></b><th id='xsuqT'></th></span></q></dt></tr></i><div id='xsuqT'><tfoot id='xsuqT'></tfoot><dl id='xsuqT'><fieldset id='xsuqT'></fieldset></dl></div>

            <legend id='xsuqT'><style id='xsuqT'><dir id='xsuqT'><q id='xsuqT'></q></dir></style></legend>
              <tbody id='xsuqT'></tbody>
                <bdo id='xsuqT'></bdo><ul id='xsuqT'></ul>
              • <small id='xsuqT'></small><noframes id='xsuqT'>

                <tfoot id='xsuqT'></tfoot>
                本文介绍了使用 PEAR 安装 phpDocumentor的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                在 http://www.phpdoc.org/ 的主页上,在 http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.quickstart.pkg.html,以及 https://github.com/phpDocumentor/phpDocumentor2,安装 phpDocumentor 的说明如下:

                pear channel-discover pear.phpdoc.org梨安装 phpdoc/phpDocumentor

                当我这样做时,我发现它已被弃用:

                [root@desktop ~]# pear channel-discover pear.phpdoc.org添加频道pear.phpdoc.org"成功发现频道pear.phpdoc.org"成功[root@desktop ~]# pear install PhpDocumentor警告:pear/PhpDocumentor"已被弃用,取而代之的是phpdoc/phpdocumentor"没有下载可选依赖:pear/XML_Beautifier,使用--alldeps自动下载pear/PhpDocumentor 可以选择使用包pear/XML_Beautifier"(版本>= 1.1)正在下载 PhpDocumentor-1.4.4.tgz ...开始下载 PhpDocumentor-1.4.4.tgz (1,534,088 字节)................................................................................................................................................................................................................................................................................................................................完成:1,534,088 字节安装好:channel://pear.php.net/PhpDocumentor-1.4.4[root@desktop ~]# pear 卸载 PhpDocumentor卸载确定:channel://pear.php.net/PhpDocumentor-1.4.4

                根据 http://www.phpdoc.org/docs/latest/for-users/installation/using-pear.html#requirements,说明如下:

                $ pear install phpdoc/phpDocumentor-beta

                使用 PEAR 安装 phpDocumentor 的首选方式是什么?

                解决方案

                安装 PEAR

                sudo apt-get install php-pearsudo pear 频道更新 pear.php.netsudo pear upgrade-all

                <块引用>

                安装php文档

                sudo pear channel-discover pear.phpdoc.orgsudo pear 远程列表 -c phpdocsudo pear config-set data_dir/var/wwwsudo pear install --alldeps PhpDocumentor须藤梨安装 phpdoc/phpDocumentorsudo mkdir/var/www/PhpDocumentor-输出sudo chown www-data/var/www/PhpDocumentor-output

                <块引用>

                安装 phpmd

                sudo pear channel-discover pear.phpmd.orgsudo pear 远程列表 -c phpmd须藤梨安装 phpmd/PHP_PMD

                <块引用>

                安装代码嗅探器

                sudo pear install PHP_CodeSniffer

                <块引用>

                安装phpdepend

                sudo pear channel-discover pear.pdepend.orgsudo pear 远程列表 -c pdependsudo pear install pdepend/PHP_Depend

                <块引用>

                检查所有梨包

                sudo pear list all

                <块引用>

                其他有用的命令

                sudo pear upgrade-all

                <块引用>

                安装 phpunit 测试

                sudo apt-get install phpunit

                On the home page of http://www.phpdoc.org/, on http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.quickstart.pkg.html, and on https://github.com/phpDocumentor/phpDocumentor2, instructions to install phpDocumentor are:

                pear channel-discover pear.phpdoc.org
                pear install phpdoc/phpDocumentor
                

                When I do so, I see that it is deprecated:

                [root@desktop ~]# pear channel-discover pear.phpdoc.org
                Adding Channel "pear.phpdoc.org" succeeded
                Discovery of channel "pear.phpdoc.org" succeeded
                [root@desktop ~]# pear install PhpDocumentor
                WARNING: "pear/PhpDocumentor" is deprecated in favor of "phpdoc/phpdocumentor"
                Did not download optional dependencies: pear/XML_Beautifier, use --alldeps to download automatically
                pear/PhpDocumentor can optionally use package "pear/XML_Beautifier" (version >= 1.1)
                downloading PhpDocumentor-1.4.4.tgz ...
                Starting to download PhpDocumentor-1.4.4.tgz (1,534,088 bytes)
                ..............................................................................................................................................................................................................................................................................................................done: 1,534,088 bytes
                install ok: channel://pear.php.net/PhpDocumentor-1.4.4
                [root@desktop ~]# pear uninstall PhpDocumentor
                uninstall ok: channel://pear.php.net/PhpDocumentor-1.4.4
                

                According to http://www.phpdoc.org/docs/latest/for-users/installation/using-pear.html#requirements, instructions are:

                $ pear install phpdoc/phpDocumentor-beta
                

                Which is the preferred way to install phpDocumentor using PEAR?

                解决方案

                To install PEAR

                sudo apt-get install php-pear 
                sudo pear channel-update pear.php.net 
                sudo pear upgrade-all 
                

                To install php doc

                sudo pear channel-discover pear.phpdoc.org 
                sudo pear remote-list -c phpdoc 
                sudo pear config-set data_dir /var/www 
                sudo pear install --alldeps PhpDocumentor 
                sudo pear install phpdoc/phpDocumentor 
                sudo mkdir /var/www/PhpDocumentor-output 
                sudo chown www-data /var/www/PhpDocumentor-output 
                

                To Install phpmd

                sudo pear channel-discover pear.phpmd.org 
                sudo pear remote-list -c phpmd 
                sudo pear install phpmd/PHP_PMD 
                

                To install codesniffer

                sudo pear install PHP_CodeSniffer 
                

                To install phpdepend

                sudo pear channel-discover pear.pdepend.org 
                sudo pear remote-list -c pdepend 
                sudo pear install pdepend/PHP_Depend
                

                To check all pear packages

                sudo pear list all 
                

                other useful commands

                sudo pear upgrade-all 
                

                to install phpunit test

                sudo apt-get install phpunit 
                

                这篇关于使用 PEAR 安装 phpDocumentor的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Converting string to MySQL timestamp format in php(在php中将字符串转换为MySQL时间戳格式)
                datetime to timestamp(日期时间到时间戳)
                PHP timestamp date to user timezone(PHP时间戳日期到用户时区)
                Converting TIMESTAMP to unix time in PHP?(在 PHP 中将 TIMESTAMP 转换为 unix 时间?)
                Convert ISO 8601 to unixtimestamp(将 ISO 8601 转换为 unixtimestamp)
                Finding days between 2 unix timestamps in php(在php中查找2个unix时间戳之间的天数)
                <legend id='zmdGG'><style id='zmdGG'><dir id='zmdGG'><q id='zmdGG'></q></dir></style></legend>

                <tfoot id='zmdGG'></tfoot>
                  <bdo id='zmdGG'></bdo><ul id='zmdGG'></ul>
                        <tbody id='zmdGG'></tbody>

                    1. <i id='zmdGG'><tr id='zmdGG'><dt id='zmdGG'><q id='zmdGG'><span id='zmdGG'><b id='zmdGG'><form id='zmdGG'><ins id='zmdGG'></ins><ul id='zmdGG'></ul><sub id='zmdGG'></sub></form><legend id='zmdGG'></legend><bdo id='zmdGG'><pre id='zmdGG'><center id='zmdGG'></center></pre></bdo></b><th id='zmdGG'></th></span></q></dt></tr></i><div id='zmdGG'><tfoot id='zmdGG'></tfoot><dl id='zmdGG'><fieldset id='zmdGG'></fieldset></dl></div>

                        <small id='zmdGG'></small><noframes id='zmdGG'>