oberwil Posted October 8, 2006 Share Posted October 8, 2006 When I run pear I get "Warning: PHP Startup: Unable to load dynamic library 'c:/php/ext/php_pdf.dll' The specified module could not be found". This was fixed by commenting out the extension=php_pdf.dllWell I did a search for php_pdf.dll and it's not anywhere on my computer. Enviroment is XP SP2, Apache 2.2.3, php 5.1.6 & mysql 5.0.24a. Apache, PHP, and MySql, & phpMyAdmin all work. just trying to get the extensions and configurations correct.BTW: I found a php_pdf.zip file with php_pdf.dll version I think it was version 1.0. I tried to use it by placing it in my ext folder and uncommenting the extension=php_pdf.dll Then I got an error about not finding php4ts.dll . So I commented it backSo why doesn't my instal include a php_pdf.dll ?? and how can I get the correct version for my environment??ThanksHoward Quote Link to comment https://forums.phpfreaks.com/topic/23337-missing-php_pdfdll/ Share on other sites More sharing options...
Abee Posted November 4, 2006 Share Posted November 4, 2006 Hello,Do you have that .dll installed? If not then PHP will throw an error because it cannot load the proper libraries to use things.Thanks.Abee Quote Link to comment https://forums.phpfreaks.com/topic/23337-missing-php_pdfdll/#findComment-119557 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.