| Changelog for pdflib |
| Release |
What has changed? |
| 2.1.7 |
- fixed [PECL-BUG] Bug #16066 [NEW]: Missing php_pdflib.h in archive. |
| 2.1.6 |
- added PDF_utf32_to_utf16()
- improved show_boxed() function
- fixed GD_SUPPORT (not supported) |
| 2.1.5 |
- switched to package.xml 2.0 Format
- improved exception handling |
| 2.1.4 |
- fixed wrong handling of int parameters which on some 64bit platforms caused problems. |
| 2.1.3 |
- fixed potential crash after exceptions
- show_boxed was missing in the OO-Wrapper |
| 2.1.2 |
- fixed: Bug #9216 Don't build with PHP 5.2 (again) |
| 2.1.1 |
- utf16_to_utf8() adn utf8_to_utf16() was missing in the OO-Wrapper |
| 2.1.0 |
- added support for PDFlib 7
- prepaired for build with PHP 5.2 (API of PHP_ME_MAPPING changed) |
| 2.0.5 |
Bugfixes:
- fixed Bug http://pecl.php.net/bugs/bug.php?id=3554 |
| 2.0.4 |
Bugfixes:
- fixed buildproblems when used link PDFLib statically into PHP. |
| 2.0.3 |
Bugfixes:
- PDF_get_parameter crashed when called with only 2 parameters.
Enhancements:
- added pdf_utf8_to_utf16() and pdf_utf16_to_utf8() API's.
- included support for PDFlib4 again |
| 2.0.2 |
Bugfixes:
- did not work with PHP versions before PHP-4.3.x
(php_error_docref is used but not defined).
build somtimes works fine, but the problem may
appear during runtime.
- pear install will work on Mac OS X now |
| 2.0.1 |
some Bugfixes
string, and the subsequent parameters were wrong. |
| 2.0 |
A major rework
- supports PDFlib 5 and PDFlib 6
- adds an Object Oriented API to PDFlib (for PHP 5 only)
- uses PHP exceptions (for PHP 5 only)
- only official PDFlib API's are included (plus pdf_open_memory_image)
- changed old API's with varargs to only accept all args now
- disables VIRTUAL_DIR support (use SerachPath instead)
- disables CHECK_OPEN_BASEDIR checks |
| 1.0 |
transfered pdflib extension to pecl. |