Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Arno Welzel Newsgroups: comp.lang.php Subject: Re: phpdoc not work Date: Sun, 3 Jul 2022 12:44:15 +0200 Lines: 89 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net cBzcBfT5xYWkFODXgVHI7Af6YXNyySrD1h0s3pMktzKQ0ThboT Cancel-Lock: sha1:tmYXUOR2MtGENxuSSqQ75owAh+0= Content-Language: de-DE In-Reply-To: Xref: csiph.com comp.lang.php:19031 SupaPlex: > Il 02/07/22 02:16, Arno Welzel ha scritto: >> What operating system do you use? What PHP version? > > Ubuntu 20.04.4 LTS > PHP 7.4.3 Hmmm - strange. I tested it also with Ubuntu 20.04.4 LTS and PHP 7.4.30: $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.04 Codename: focal $ php -v PHP 7.4.30 (cli) (built: Jun 10 2022 13:33:17) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Zend OPcache v7.4.30, Copyright (c), by Zend Technologies with Xdebug v3.1.2, Copyright (c) 2002-2021, by Derick Rethans $ ./phpDocumentor.phar --version phpDocumentor v3.3.1 But it also works with PHP 8.1: ~$ php8.1 -v PHP 8.1.7 (cli) (built: Jun 10 2022 12:22:48) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.7, Copyright (c) Zend Technologies with Zend OPcache v8.1.7, Copyright (c), by Zend Technologies with Xdebug v3.1.2, Copyright (c) 2002-2021, by Derick Rethans $ php8.1 phpDocumentor.phar --version phpDocumentor v3.3.1 So I have no clue what's wrong with your system. I can only assume that some PHP extension may missing. The extensions available here are: amqp bz2 calendar ctype curl dom exif ffi fileinfo ftp gd gettext iconv imap intl json ldap mbstring mysqli mysqlnd opcache pdo pdo_mysql pdo_sqlite phar posix readline shmop simplexml sockets sqlite3 sysvmsg sysvsem sysvshm tokenizer xdebug xml xmlreader xmlwriter xsl zip -- Arno Welzel https://arnowelzel.de