I wish to move to PHP5, but one issue stand in my way: Support for pdflib in PHP5.
With PHP4, I would use the configure option --with-pdflib=/path/to/pdflib. I tried the same with PHP5, but it didn't work. In fact, the configure script that comes with PHP5 doesn't include the --with-pdflib option.
I tried loading it in php.ini using extension=libpdf.so and dynamicaly loading it via dl() and phpinfo() doesn't list the extension, nor do the functions work.
Am I missing something? Can someone point me in the right direction?
Thanks,
a9