[PHP-DEV] Re: Bug #10561 Updated: sockets.c uses `SUN_LEN' unconditionally - undefined on Solaris

2001-05-02 Thread Rob McMahon

 >  > Have you tried 4.0.5 as I think this is fixed in it.  Also, you don't need
 >  > to set those CPPFLAGS anymore.
 > 
 > It looks like sockets.c has been fixed, but pdf.c has been broken on the way
 > :-(

Ignore me.  I was trying to use the pdf module that came with php, instead of
replacing it with the one that came from pdflib.

Sorry for the confusion.

Rob

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Re: Bug #10561 Updated: sockets.c uses `SUN_LEN' unconditionally - undefined on Solaris

2001-05-02 Thread Rob McMahon

 > Have you tried 4.0.5 as I think this is fixed in it.  Also, you don't need
 > to set those CPPFLAGS anymore.

It looks like sockets.c has been fixed, but pdf.c has been broken on the way
:-(

"pdf.c", line 2704: prototype mismatch: 3 args passed, 2 expected

  2702  PDF_close_pdi_page(pdf,
  2703  Z_LVAL_PP(arg2)-PDFLIB_PDI_OFFSET,
  2704  Z_LVAL_PP(arg3)-PDFLIB_IMAGE_OFFSET);

pdflib 4.0.0 has a two-argument PDF_close_pdi_page, 3.0 hasn't got one at all.
Time for another bug report.

Rob

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]