You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2024. It is now read-only.
line 901 new PHPIniExtension("php_gd2.dll", true), must be changed to new PHPIniExtension("php_gd.dll", true),
line 907 new PHPIniExtension("php_xmlrpc.dll", true) must be removed.
Hi.
Can you please update this file
https://github.com/phpmanager/phpmanager/blob/d7c1f2aa0c09525d0ddf02c97b1cf05a76014f2c/Server/Config/PHPConfigHelper.cs
to reflect PHP 8 changes?
line 901 new PHPIniExtension("php_gd2.dll", true), must be changed to new PHPIniExtension("php_gd.dll", true),
line 907 new PHPIniExtension("php_xmlrpc.dll", true) must be removed.
https://bugs.php.net/bug.php?id=80416
Please, don't abandon this project, check https://www.reddit.com/r/PHP/comments/ho9dgq/microsoft_not_going_to_officially_support_php_8/fxgk1sc/ , Microsoft wouldn't be producing official builds, but someone will : - )