SeasX / SeasClick

SeasClick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 8 Fatal error: __destruct(), Warning: Missing arginfo

webbom opened this issue · comments

Hello,
Doesn't work for php 8.x

# make test
[...]
Build complete.
Don't forget to run 'make test'.
=====================================================================
PHP         : /usr/local/bin/php 
Warning: Missing arginfo for SeasClick_version() in Unknown on line 0

Fatal error: Method SeasClick::__destruct() cannot take arguments in Unknown on line 0
  
---------------------------------------------------------------------
PHP         : /usr/local/bin/phpdbg 
Warning: Missing arginfo for SeasClick_version() in Unknown on line 0

Fatal error: Method SeasClick::__destruct() cannot take arguments in Unknown on line 0

---------------------------------------------------------------------
CWD         : /usr/work/src/SeasClick
Extra dirs  : 
VALGRIND    : Not used
[...]
commented

Could you provide more infomation about php version , such as php -v

Running into the same error

php -v

PHP 8.0.14 (cli) (built: Dec 16 2021 11:20:34) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.14, Copyright (c) Zend Technologies
commented

Running into the same error

php -v

PHP 8.0.14 (cli) (built: Dec 16 2021 11:20:34) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.14, Copyright (c) Zend Technologies

Ok , i wiil fix the bug before next weekend

commented

Running into the same error

php -v

PHP 8.0.14 (cli) (built: Dec 16 2021 11:20:34) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.14, Copyright (c) Zend Technologies

I alerady fix the bug , clould you try once more ? you can use SeasClick-0.1.1 tag

Success, thank you!