|
Posted by pangea33 on 12/07/06 02:54
polilop wrote:
> I have installed php 4.4.2 and tried to activate extensions but when i
> edit the php.ini and uncomment for example php_pdf.dll
> i get :
> Unknown():
> Unable to load dynamic library 'C:\PHP\extensions\php_pdf.dll' - the
> specified procedure could not be found.
> i changed my php.ini extension_dir = C:\PHP\extensions which is the
> directory where the dll's are.
> Been searching through the web, and found some say you need to copy the
> dll-s from the
> php directory into the sys32, but did not work, allso after i changed the
> path to system32.
> I put the enviromen variable to c:\PHP where php is.
> all help apriciated, or any step by step guide?
It's not you, this is a little bait and switchish. PHP supports
communicating with the PDF resource library, but it's no longer bundled
with PHP because it's now commercial. In addition to that you can't run
the older, free version of the PDF libraries on any version of PHP
after 4.0. There is a free dev version of the libraries, but it's
basically useless because it puts a big "developer version" watermark
across your document.
http://us2.php.net/manual/en/ref.pdf.php
http://www.pdflib.com/products/pdflib-family/pdflib/
This is a free version of some pdf libraries. I installed it on my
Windows/Apache/PHP5 box and it works just fine
http://www.fpdf.org/
Navigation:
[Reply to this message]
|