I am trying to load the pdf.dll. Here's what I did:
in the php.ini file I set the extensions dir to look like:
extension_dir = ./extensions/
and I uncommented the dll to look like:
;extension=php_oracle.dll
extension=php_pdf.dll
;extension=php_pgsql.dll
;extension=php_printer.dl
And it doesn't work. any php page will not even load, The page continues to load and the server times out.
Why would it be doing this?