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
"pangea33" <pange...@gmail.com> wrote in message
news:1165460088.1...@80g2000cwy.googlegroups.com...
I just checked the php.ini on my working Win/Apache box and mine is set
as a relative path. For example the application engine lives in
"C:\PHP" and there is a "ext" directory under that, where all of my
*.dll extension files live. My ini file is using relative pathing like
this:
extension_dir = "ext/"
See if that helps?