|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-11-02 09:13 UTC] Fedora at FamilleCollet dot com
[2006-11-02 09:40 UTC] rjs at pdflib dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 10:00:01 2025 UTC |
Description: ------------ The latest version 5.1.0 use PHP_ME_MAPPING instead of PDF_ME_MAPPING (for latest changes : utf16_to_utf8 utf8_to_utf16) Here the the patch i use to build againt lastest php. --- pdflib-2.1.1/pdf7.c.orig 2006-11-02 15:04:41.000000000 +0100 +++ pdflib-2.1.1/pdf7.c 2006-11-02 15:05:08.000000000 +0100 @@ -58,8 +58,8 @@ PDF_ME_MAPPING(open_pdi, pdf_open_pdi, NULL) PDF_ME_MAPPING(__construct, pdf_new, NULL) PDF_ME_MAPPING(delete, pdf_delete, NULL) - PHP_ME_MAPPING(utf16_to_utf8, pdf_utf16_to_utf8, NULL) - PHP_ME_MAPPING(utf8_to_utf16, pdf_utf8_to_utf16, NULL) + PDF_ME_MAPPING(utf16_to_utf8, pdf_utf16_to_utf8, NULL) + PDF_ME_MAPPING(utf8_to_utf16, pdf_utf8_to_utf16, NULL) {NULL, NULL, NULL} };