Skip to content

Module not found error #95

@XedinUnknown

Description

@XedinUnknown

Hi,

I've followed the instructions:

  1. I am running PHP 7.1.12 on Windows 10.
  2. I downloaded the files from here.
  3. I placed the php_ast.dll into the respective ext folder.
  4. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions