diff options
author | Uwe Steinmann <steinm@php.net> | 2000-02-15 08:10:32 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-02-15 08:10:32 +0000 |
commit | 385b6a22a40cd75b325723681621c9ee323e7e66 (patch) | |
tree | 8e2ef59a5dbf3e168fb07f1ef5c76cd941be3ce5 /ext/pdf/php_pdf.h | |
parent | f331c226232f64fb9ab5906766f6c335918f583b (diff) | |
download | php-git-385b6a22a40cd75b325723681621c9ee323e7e66.tar.gz |
- initial support for pdflib 2.20, little testing till now
Diffstat (limited to 'ext/pdf/php_pdf.h')
-rw-r--r-- | ext/pdf/php_pdf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/pdf/php_pdf.h b/ext/pdf/php_pdf.h index 0be649a44a..fb4f51dd07 100644 --- a/ext/pdf/php_pdf.h +++ b/ext/pdf/php_pdf.h @@ -33,6 +33,10 @@ #if HAVE_PDFLIB +/* with version 2.20 of pdflib PDF_open_mem isn't available unless + the following define isn't there. + #define PDF_OPEN_MEM_SUPPORTED +*/ #include <pdflib.h> extern int le_fp; |