summaryrefslogtreecommitdiff
path: root/ext/pdf/php_pdf.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-02-26 11:58:49 +0000
committerUwe Steinmann <steinm@php.net>2000-02-26 11:58:49 +0000
commita86e27db95dbc91bb8c4f2bf67a2f187ae2e6f2f (patch)
tree3adec0f60d38d3ee5e1ad28a47d42dbed8f5134e /ext/pdf/php_pdf.h
parent6131b7874860641596f71d45472587fe8a564e32 (diff)
downloadphp-git-a86e27db95dbc91bb8c4f2bf67a2f187ae2e6f2f.tar.gz
- More function in php module
Diffstat (limited to 'ext/pdf/php_pdf.h')
-rw-r--r--ext/pdf/php_pdf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/pdf/php_pdf.h b/ext/pdf/php_pdf.h
index e707507eb8..c0840f2f54 100644
--- a/ext/pdf/php_pdf.h
+++ b/ext/pdf/php_pdf.h
@@ -58,6 +58,10 @@ PHP_FUNCTION(pdf_begin_page);
PHP_FUNCTION(pdf_end_page);
PHP_FUNCTION(pdf_show);
PHP_FUNCTION(pdf_show_xy);
+#if PDFLIB_MAJORVERSION >= 3 | (PDFLIB_MAJORVERSION >= 2 & PDFLIB_MINORVERSION >= 20)
+PHP_FUNCTION(pdf_show_boxed);
+PHP_FUNCTION(pdf_skew);
+#endif
PHP_FUNCTION(pdf_set_font);
PHP_FUNCTION(pdf_get_font);
PHP_FUNCTION(pdf_get_fontname);
@@ -99,6 +103,7 @@ PHP_FUNCTION(pdf_fill_stroke);
PHP_FUNCTION(pdf_closepath_fill_stroke);
PHP_FUNCTION(pdf_endpath);
PHP_FUNCTION(pdf_clip);
+PHP_FUNCTION(pdf_set_parameter);
PHP_FUNCTION(pdf_setgray_fill);
PHP_FUNCTION(pdf_setgray_stroke);
PHP_FUNCTION(pdf_setgray);