Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

PHP 8 #41

@tobiastromm

Description

@tobiastromm

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 : - )

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions