diff options
author | Uwe Steinmann <steinm@php.net> | 1999-08-09 08:39:28 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 1999-08-09 08:39:28 +0000 |
commit | 3d8bd038d25211301ccc0b9daa12d4b4bbd6ecdf (patch) | |
tree | 5942618b6d9325029640b4b15bd1868e47663e08 /ext | |
parent | 26b123b7f9814d5c6372be8e5dbb453e8dd80c6c (diff) | |
download | php-git-3d8bd038d25211301ccc0b9daa12d4b4bbd6ecdf.tar.gz |
add changelog entries which I forget a couple of days ago
Diffstat (limited to 'ext')
-rw-r--r-- | ext/pdf/pdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c index 3780b3a925..8805f058ea 100644 --- a/ext/pdf/pdf.c +++ b/ext/pdf/pdf.c @@ -341,7 +341,7 @@ PHP_FUNCTION(pdf_set_info_keywords) { } /* }}} */ -/* {{{ proto int pdf_open(int filedesc, int info) +/* {{{ proto int pdf_open(int filedesc) Opens a new pdf document */ PHP_FUNCTION(pdf_open) { pval *file; |