Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #19031
| From | Arno Welzel <usenet@arnowelzel.de> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: phpdoc not work |
| Date | 2022-07-03 12:44 +0200 |
| Message-ID | <jida7vFi399U1@mid.individual.net> (permalink) |
| References | <t9hp4q$gd2$1@gioia.aioe.org> <ji561aFb9k0U2@mid.individual.net> <t9k8tb$1ul$1@gioia.aioe.org> <ji9h3qF1lkbU1@mid.individual.net> <t9q026$17l7$2@gioia.aioe.org> |
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
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
phpdoc not work Flash <new@flash.foto> - 2022-06-29 16:55 +0200
Re: phpdoc not work Angel <he12091983@gmail.com> - 2022-06-29 09:40 -0700
Re: phpdoc not work Flash <new@flash.foto> - 2022-06-29 20:01 +0200
Re: phpdoc not work Flash <new@flash.foto> - 2022-07-01 18:51 +0200
Re: phpdoc not work De ongekruisigde <ongekruisigde@news.eternal-september.org> - 2022-06-29 18:04 +0000
Re: phpdoc not work Flash <new@flash.foto> - 2022-06-30 09:02 +0200
Re: phpdoc not work Arno Welzel <usenet@arnowelzel.de> - 2022-06-30 10:43 +0200
Re: phpdoc not work Arno Welzel <usenet@arnowelzel.de> - 2022-06-30 10:43 +0200
Re: phpdoc not work SupaPlex <old@gamer.s> - 2022-06-30 15:36 +0200
Re: phpdoc not work Arno Welzel <usenet@arnowelzel.de> - 2022-07-02 02:16 +0200
Re: phpdoc not work SupaPlex <old@gamer.s> - 2022-07-02 19:42 +0200
Re: phpdoc not work Arno Welzel <usenet@arnowelzel.de> - 2022-07-03 12:44 +0200
Re: phpdoc not work SupaPlex <old@gamer.s> - 2022-07-03 14:25 +0200
Re: phpdoc not work Arno Welzel <usenet@arnowelzel.de> - 2022-07-03 16:02 +0200
csiph-web