php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1709 Error in pdflib support - patch follows
Submitted: 1999-07-13 18:28 UTC Modified: 1999-07-14 02:42 UTC
From: dcanazz at tin dot it Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.11 OS: Debian/Gnu Linux 2.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dcanazz at tin dot it
New email:
PHP Version: OS:

 

 [1999-07-13 18:28 UTC] dcanazz at tin dot it
--- php-3.0.11/functions/pdf.c  Wed Jun 16 13:34:22 1999
+++ php-3.0.11.patched/functions/pdf.c  Tue Jul 13 23:45:04 1999
@@ -2123,6 +2123,7 @@
 }
 /* }}} */

+#if HAVE_LIBGD13
 #if HAVE_PDFLIB2
 /* {{{ proto int pdf_open_memory_image(int pdf, string jpegfile)
    Takes an gd image and returns an image for placement in a pdf document */
@@ -2182,6 +2183,7 @@
        RETURN_LONG(id);
 }
 /* }}} */
+#endif

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-14 02:42 UTC] steinm at cvs dot php dot net
fixed as suggested
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 02 01:01:29 2024 UTC