Skip to content

Commit

Permalink
Update the download link for php-ast (#243)
Browse files Browse the repository at this point in the history
Update the download link for php-ast

This changed to https://downloads.php.net/~windows/pecl/releases/ast/
and may change again.

https://pecl.php.net/package/ast should have the most up to date
links and be easier to read.

Related to #236
  • Loading branch information
TysonAndre authored Aug 10, 2024
1 parent 1fc2c3a commit 1b2c17e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ Table of Contents
Installation
------------

**Windows**: Download a [prebuilt Windows DLL](http://windows.php.net/downloads/pecl/releases/ast/)
and move it into the `ext/` directory of your PHP installation. Furthermore add
**Windows**: Download a [prebuilt Windows DLL](https://downloads.php.net/~windows/pecl/releases/ast/)
and move it into the `ext/` directory of your PHP installation. Furthermore, add
`extension=php_ast.dll` to your `php.ini` file.
(The [php-ast PECL page](https://downloads.php.net/~windows/pecl/releases/ast/) also links to the same DLLs for Windows.)

**Unix (PECL)**: Run `pecl install ast` and add `extension=ast.so` to your `php.ini`.

Expand Down

0 comments on commit 1b2c17e

Please sign in to comment.