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
liljester
Forum Contributor
Posts: 400 Joined: Tue May 20, 2003 4:49 pm
Post
by liljester » Wed Feb 08, 2006 1:19 pm
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!
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Wed Feb 08, 2006 1:25 pm
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.
liljester
Forum Contributor
Posts: 400 Joined: Tue May 20, 2003 4:49 pm
Post
by liljester » Wed Feb 08, 2006 1:40 pm
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
liljester
Forum Contributor
Posts: 400 Joined: Tue May 20, 2003 4:49 pm
Post
by liljester » Thu Feb 09, 2006 11:06 am
its fixed, turns out IE *really* likes to use cached pages... how irritating..
thanks for the input feyd!