Date: 10/22/98
- Next message: zmievski <email protected>: "[PHP-DEV] Bug #870: A new language construct"
- Previous message: ssb: "[PHP-DEV] CVS update: php31/ext/gd"
- Next in thread: ssb: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thursday October 22, 1998 @ 15:01
Author: ssb
Update of /repository/php3/functions
In directory asf:/u2/tmp/cvs-serv1843/functions
Modified Files:
gd.c
Log Message:
3.1 fix
Index: php3/functions/gd.c
diff -c php3/functions/gd.c:1.97 php3/functions/gd.c:1.98
*** php3/functions/gd.c:1.97 Sat Oct 17 16:56:51 1998
--- php3/functions/gd.c Thu Oct 22 15:01:00 1998
***************
*** 29,35 ****
+----------------------------------------------------------------------+
*/
! /* $Id: gd.c,v 1.97 1998/10/17 20:56:51 shane Exp $ */
/* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
Cold Spring Harbor Labs. */
--- 29,35 ----
+----------------------------------------------------------------------+
*/
! /* $Id: gd.c,v 1.98 1998/10/22 19:01:00 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>
- Next message: zmievski <email protected>: "[PHP-DEV] Bug #870: A new language construct"
- Previous message: ssb: "[PHP-DEV] CVS update: php31/ext/gd"
- Next in thread: ssb: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

