arginfo for Imagick

New installation of FreeBSD and added from source mostly....php8

php
Code:
PHP Warning:  Missing arginfo for Imagick::__tostring() in Unknown on line 0
PHP Warning:  Missing arginfo for Imagick::getimagehistogram() in Unknown on line 0
Those are the warnings. Can someone direct me to how to fix them or at best suppress them?

Thanks,
T
 
Last edited by a moderator:
P.S. PHP 7 to 8 is nothing like PHP 5 to 7. If I were you, I would stay with PHP 7 for a while.

I am starting to feel that from everything that I am reading. I will work on uninstalling everything related to 8.0.

Thanks for the input.

T
 
  • Thanks
Reactions: a6h
New installation of FreeBSD and added from source mostly....php8

php
PHP Warning: Missing arginfo for Imagick::__tostring() in Unknown on line 0
PHP Warning: Missing arginfo for Imagick::getimagehistogram() in Unknown on line 0

Those are the warnings. Can someone direct me to how to fix them or at best suppress them?

Thanks,
T
Same issue - I deleted the content of /usr/local/etc/php/ext-20-imagick.ini because duplicated information
 
Back
Top