Page 1 of 1

Problem with php.ini

Posted: Sun Aug 29, 2004 4:28 am
by ddragas
Hi all!

I've got problem with creating pdf files on local machine. I'm using Win XP pro.

Path in php.ini for extensions is
(copy/paste)

extension_dir = "C:\php\extensions\"

and that is correct.

When I want to run script that creates pdf file I get error.

Unable to load dynamic library 'C:\php\extensions\php_pdf.dll' - The specified module could not be found.

This mesage is teling me that this file (php_pdf.dll) does not exist in this directory, but it exists.


Please help me.

Regards

Posted: Sun Aug 29, 2004 7:54 am
by timvw
I've had this problem too, the error appears because the php_* module depends on some other libs/dll .


I solved this by adding all files from %php%/dlls to %windir%/system32

After restarting apache, the error disappeared ;)

Posted: Sun Aug 29, 2004 2:25 pm
by ddragas
It works now thank you