From 1b2c17eca72844658f0d603aceae0b8c745b9899 Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Sat, 10 Aug 2024 14:08:52 -0400 Subject: [PATCH] Update the download link for php-ast (#243) 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 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ecc17a..cb15481 100644 --- a/README.md +++ b/README.md @@ -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`.