Hi,
I've followed the instructions:
- I am running PHP 7.1.12 on Windows 10.
- I downloaded the files from here.
- I placed the
php_ast.dll into the respective ext folder.
- I added
extension=php_ast.dll to my php.ini
Now when I run php -v, I get the following output:
C:\php>php -v
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php\7.1.12\ext\php_ast.dll' - The specified module could not be found.
in Unknown on line 0
Warning: PHP Startup: Unable to load dynamic library 'C:\php\7.1.12\ext\php_ast.dll' - The specified module could not be found.
in Unknown on line 0
PHP 7.1.12 (cli) (built: Nov 23 2017 04:21:28) ( ZTS MSVC14 (Visual C++ 2015) x64 )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
with Xdebug v2.5.5, Copyright (c) 2002-2017, by Derick Rethans
This can result from the file not being found, but I'm sure it's there. It can also result in the extension's dependency not being found, but there are no dependencies specified.
Could someone kindly advise?
Hi,
I've followed the instructions:
php_ast.dllinto the respectiveextfolder.extension=php_ast.dllto myphp.iniNow when I run
php -v, I get the following output:This can result from the file not being found, but I'm sure it's there. It can also result in the extension's dependency not being found, but there are no dependencies specified.
Could someone kindly advise?