Problem with php.ini
Posted: Sun Aug 29, 2004 4:28 am
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
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