ID: 8284
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: Compile Failure
Assigned To: 
Comments:

No feedback, considered fixed.

--Jani


Previous Comments:
---------------------------------------------------------------------------

[2000-12-15 17:19:36] [EMAIL PROTECTED]
What was the configure line you have used?
And if I guessed right, this is fixed (correctly) in the PHP4.0.4RC6
found at: http://www.php.net/distributions/ 
so please try it. And if it doesn't work, add your configure line here.


--Jani

---------------------------------------------------------------------------

[2000-12-15 17:14:46] [EMAIL PROTECTED]
Hello,

during compilation of RPM php-4.0.3pl1 for a RedHat 7.0 system, using PDFLib-3.02, I 
noticed this failure during final link :
phpi_get_le_gd not found (in pdf.c)

Here is a patch to correct this (I don't know if it's appropriate):
--- php-4.0.3pl1/ext/pdf/pdf.c.lla      Tue Oct 10 09:42:53 2000
+++ php-4.0.3pl1/ext/pdf/pdf.c  Fri Dec 15 22:34:08 2000
@@ -2506,7 +2506,7 @@
        convert_to_long_ex(argv[1]);
        gid=(*argv[1])->value.lval;
        im = zend_list_find(gid, &type);
-       if (!im || type != phpi_get_le_gd()) {
+       if (!im || type != PDF_GLOBAL(le_pdf_image)) {
                php_error(E_WARNING, "pdf: Unable to find image pointer");
                RETURN_FALSE;
        }



---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8284&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to