Skip to content

The README for Windows should mention PIE and remove PECL. #799

Description

@MircoBabin

The current README refers to PECL. While the accepted PHP RFC: Recommend PIE and deprecate PECL states PIE is adopted formally as the recommended installation method for non-bundled PHP Modules and Zend Extensions..


The PECL links should be removed:

And the smooth PIE path should be documented:

  • describe that composer.json (the requirement for PIE) must be adjusted.
{
    "require": {
        "ext-imagick": "3.8.1",
  • describe that the PIE installer must downloaded and put into the PATH.
  • describe the command for installing
pie-Windows-x64.exe install-extensions-for-project

P.S. I have also opened php/doc-extensions#23

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions