php 5.1.2 and PDFLib6?

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
liljester
Forum Contributor
Posts: 400
Joined: Tue May 20, 2003 4:49 pm

php 5.1.2 and PDFLib6?

Post 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!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
User avatar
liljester
Forum Contributor
Posts: 400
Joined: Tue May 20, 2003 4:49 pm

Post 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
User avatar
liljester
Forum Contributor
Posts: 400
Joined: Tue May 20, 2003 4:49 pm

Post by liljester »

its fixed, turns out IE *really* likes to use cached pages... how irritating..

thanks for the input feyd!
Post Reply