ID: 3773
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Won\'t fix
Bug Type: Installation problem
Operating System: Linux
PHP Version: 3.0.15
New Comment:
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.
Previous Comments:
------------------------------------------------------------------------
[2000-03-08 13:30:23] [EMAIL PROTECTED]
I could not compile in ImageTTFText using configure.
I am using RedHat 6.1 with freetype-devel-1.2-7
The only way I could get it to compile was to change two files after
running configure.
functions/gdttf.c:
#if HAVE_LIBFREETYPE
#include <truetype.h>
#else
#include <freetype.h>
#endif
to
#if HAVE_LIBFREETYPE
#include <freetype.h>
#else
#include <truetype.h>
#endif
config.h.in:
#define HAVE_LIBTTF 0
#define HAVE_LIBFREETYPE 0
to
#define HAVE_LIBTTF 0
#define HAVE_LIBFREETYPE 1
I have the file called freetype.h but not truetype.h
(I am sorry I cannot debug configure)
Frank Kujawski
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=3773&edit=1