ChrisJJ
ChrisJJ

Reputation: 2292

How to get PHP CLI to find its DLL?

Running Windows PHP 4.4.2 \cli\php.exe fails with an error "Cannot find php4ts.dll" if the current directory is anything other than the one containing this DLL. How can I run the .exe from another current directory? I'd rather not amend the installation directory content.

Upvotes: 0

Views: 377

Answers (1)

Mattias Ahnberg
Mattias Ahnberg

Reputation: 2870

You can copy it to c:\windows\system32.

Upvotes: 1

Related Questions