[PHP-DEV] CVS update: php31/ext/gd From: ssb (php-dev <email protected>)
Date: 10/22/98

Date: Thursday October 22, 1998 @ 14:59
Author: ssb

Update of /repository/php31/ext/gd
In directory asf:/u2/tmp/cvs-serv1828/ext/gd

Modified Files:
        gd.c
Log Message:
3.1 fix
Index: php31/ext/gd/gd.c
diff -c php31/ext/gd/gd.c:2.7 php31/ext/gd/gd.c:2.8
*** php31/ext/gd/gd.c:2.7 Sat Oct 17 16:57:40 1998
--- php31/ext/gd/gd.c Thu Oct 22 14:59:12 1998
***************
*** 29,35 ****
     +----------------------------------------------------------------------+
   */
  
! /* $Id: gd.c,v 2.7 1998/10/17 20:57:40 shane Exp $ */
  
  /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
     Cold Spring Harbor Labs. */
--- 29,35 ----
     +----------------------------------------------------------------------+
   */
  
! /* $Id: gd.c,v 2.8 1998/10/22 18:59:12 ssb Exp $ */
  
  /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
     Cold Spring Harbor Labs. */
***************
*** 69,75 ****
  #include <gdfontl.h> /* 4 Large font */
  #include <gdfontg.h> /* 5 Giant font */
  #if HAVE_LIBTTF
! #include <functions/gdttf.h>
  #endif
  
  #ifndef M_PI
--- 69,79 ----
  #include <gdfontl.h> /* 4 Large font */
  #include <gdfontg.h> /* 5 Giant font */
  #if HAVE_LIBTTF
! # if PHP_31
! # include "gdttf.h"
! # else
! # include "functions/gdttf.h"
! # endif
  #endif
  
  #ifndef M_PI

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>