phpdocumentor2

composer dependency stating it doesn't have php-xsl

倖福魔咒の 提交于 2019-12-12 16:25:33
问题 A composer dependency is stating it doesn't have php-xsl. I'm trying to install phpdocumentor/phpdocumentor, but it won't let me because of a requirement. So now I'm trying to install the requirement and I get this: $ composer require phpdocumentor/template-zend Using version ~1.3 for phpdocumentor/template-zend ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an

Installing phpDocumentor using PEAR

帅比萌擦擦* 提交于 2019-12-07 16:48:24
问题 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

Installing phpDocumentor using PEAR

穿精又带淫゛_ 提交于 2019-12-05 20:52:20
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

PHPDocumentor 2 and PHP 7 with opcache issues in Doctrine

試著忘記壹切 提交于 2019-11-28 10:55:03
Hopefully someone here knows a thing or 2 about this. Short Question I am running into an error using phpdoc on the command line, installed via pear on PHP 7.0.2. The error is: #> phpdoc PHP Fatal error: Uncaught Doctrine\Common\Annotations\AnnotationException: You have to enable opcache.load_comments=1 or zend_optimizerplus.load_comments=1. in /usr/local/php5-7.0.2-20160108-102134/lib/php/phpDocumentor/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php:193 How do I fix this error? Details Opcache is enabled and opcache.load_comments=1 is in my opcache.ini file

PHPDocumentor 2 and PHP 7 with opcache issues in Doctrine

痴心易碎 提交于 2019-11-27 03:53:27
问题 Hopefully someone here knows a thing or 2 about this. Short Question I am running into an error using phpdoc on the command line, installed via pear on PHP 7.0.2. The error is: #> phpdoc PHP Fatal error: Uncaught Doctrine\Common\Annotations\AnnotationException: You have to enable opcache.load_comments=1 or zend_optimizerplus.load_comments=1. in /usr/local/php5-7.0.2-20160108-102134/lib/php/phpDocumentor/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php:193