Page 1 of 1

php 5.1.2 and PDFLib6?

Posted: Wed Feb 08, 2006 1:19 pm
by liljester
I cant seem to load the extension. I add:
extension=libpdf_php.dll
to php.ini and move the file to the proper directory, restart server, and php stops working. when i take the "extesion=libpdf_php.dll" back out of the ini file, and restart, it php works again.. anyone have any ideas?

thanks!

Posted: Wed Feb 08, 2006 1:25 pm
by feyd
Was libpdf_php.dll built for 5.1.2? Do you have all of it's required library files?

If you turn on startup_errors in php.ini, you may be clued in to what is the issue.

Posted: Wed Feb 08, 2006 1:40 pm
by liljester
the one i downloaded was maked for php 5.1.0-5.1.2. (for windows)
are there more files to it than libpdf_php.dll?

i have "display_startup_errors = On" in my ini file, but i dont see any errors (usually an alert type thing isnt it?)

thanks for the help thus far, feyd

Posted: Thu Feb 09, 2006 11:06 am
by liljester
its fixed, turns out IE *really* likes to use cached pages... how irritating..

thanks for the input feyd!