php-src/ext/pdf
Ulf Wendel 1ffed2e53f Added two new functions:
int pdf_get_minorversion()
  int pdf_get_majorversion()

Both functions are taken from the C-Library. You should be able to determine
the API version of the extension/library using pdf_get_value() or
pdf_get_parameter() but these functions need a pdf object to work on. This
means that you have to create an pdf object before you can find out the
API version. Using pdf_get_minorversion() and pdf_get_majorversion() there's
no need for this.
2001-08-21 13:33:16 +00:00
..
config.m4 Further work on autoconf-2.5x support 2001-08-21 11:45:33 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
Makefile.in added module support (for dl()) for PDFlib 2001-02-12 17:50:39 +00:00
pdf.c Added two new functions: 2001-08-21 13:33:16 +00:00
pdf.dsp removed zendts.lib from link options 2000-09-30 13:29:20 +00:00
php_pdf.h Added two new functions: 2001-08-21 13:33:16 +00:00
setup.stub last bunch of extensions moving to ext/ 1999-04-22 02:48:28 +00:00