Date: 12/02/00
- Next message: James Moore: "RE: [PHP-DEV] Re: [PHP-CVS] cvs: php4(php_4_0_4) /ext/db php_db.h"
- Previous message: Jon Tai: "Fw: Fw: [PHP-DEV] PHP 4.0.4RC3 released"
- In reply to: Jon Tai: "Fw: Fw: [PHP-DEV] PHP 4.0.4RC3 released"
- Next in thread: Jon Tai: "Fw: Fw: [PHP-DEV] PHP 4.0.4RC3 released"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Did you explicitly enable gd in your configure line? You now need to do
that...
Zeev
At 02:41 3/12/2000, Jon Tai wrote:
>I have gd-1.3-5 installed... it worked this morning under PHP 4.0.3pl1. It
>broke after I compiled and installed the RC.
>
>----- Original Message -----
>From: "Rasmus Lerdorf" <rasmus <email protected>>
>To: "Jon Tai" <jon <email protected>>
>Cc: <php-dev <email protected>>
>Sent: Saturday, December 02, 2000 4:55 PM
>Subject: Re: Fw: [PHP-DEV] PHP 4.0.4RC3 released
>
>
>You probably don't have GD installed on your box.
>
>On Sat, 2 Dec 2000, Jon Tai wrote:
>
> > Ooops, looks like I spoke a bit too soon... image functions seem to be
> > broken.
> >
> > The following code (from the PHP manual):
> >
> > <?PHP
> >
> > error_reporting(E_ALL);
> >
> > header ("Content-type: image/png");
> > $im = ImageCreate (50, 100)
> > or die ("Cannot Initialize new GD image stream");
> > $background_color = ImageColorAllocate ($im, 255, 255, 255);
> > $text_color = ImageColorAllocate ($im, 233, 14, 91);
> > ImageString ($im, 1, 5, 5, "A Simple Text String", $text_color);
> > ImagePng ($im);
> >
> > ?>
> >
> > prints:
> >
> > <br>
> > <b>Fatal error</b>: Call to undefined function: imagecreate() in
> > <b>/home/httpd/temp/chart.php</b> on line <b>6</b><br>
> >
> > - Jon
> >
> > ----- Original Message -----
> > From: "Jon Tai" <jon <email protected>>
> > To: <php-dev <email protected>>
> > Sent: Saturday, December 02, 2000 7:38 AM
> > Subject: Fw: [PHP-DEV] PHP 4.0.4RC3 released
> >
> >
> > Compiled from source on RedHat Linux 6.1 (i386) with the following config
> > line and had no problems.
> >
> > './configure' '--with-apache=../apache_1.3.14' '--enable-track-vars'
> > '--enable-trans-sid' '--enable-ftp' '--disable-debug'
> > '--with-pgsql=../postgresql-7.0/src' '--with-mcrypt=/usr/local'
> >
> > The only thing missing now is the Zend Optimizer, but I'm guessing that
>will
> > be released when PHP 4.0.4 is *officialy* released.
> >
> > ----- Original Message -----
> > From: "Sascha Schumann" <sascha <email protected>>
> > To: <php-qa <email protected>>; <php-dev <email protected>>
> > Sent: Saturday, December 02, 2000 12:38 AM
> > Subject: [PHP-DEV] PHP 4.0.4RC3 released
> >
> >
> > Hi,
> >
> > the version is available here:
> >
> > <URL:http://www.php.net/distributions/php-4.0.4RC3.tar.gz>
> >
> > Please test this beast and report everything you find!
> >
> > You have plenty of time to do so. I don't plan to go any
> > further before the end of the next week (Dec 9).
> >
> > Thanks,
> > - Sascha
> >
> >
> > --
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> > For additional commands, e-mail: php-dev-help <email protected>
> > To contact the list administrators, e-mail: php-list-admin <email protected>
> >
> >
> >
> >
> > --
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> > For additional commands, e-mail: php-dev-help <email protected>
> > To contact the list administrators, e-mail: php-list-admin <email protected>
> >
> >
> >
> >
> > --
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> > For additional commands, e-mail: php-dev-help <email protected>
> > To contact the list administrators, e-mail: php-list-admin <email protected>
> >
>
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
>For additional commands, e-mail: php-dev-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
>
>
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
>For additional commands, e-mail: php-dev-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
-- Zeev Suraski <zeev <email protected>> CTO, Zend Technologies Ltd. http://www.zend.com/-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: James Moore: "RE: [PHP-DEV] Re: [PHP-CVS] cvs: php4(php_4_0_4) /ext/db php_db.h"
- Previous message: Jon Tai: "Fw: Fw: [PHP-DEV] PHP 4.0.4RC3 released"
- In reply to: Jon Tai: "Fw: Fw: [PHP-DEV] PHP 4.0.4RC3 released"
- Next in thread: Jon Tai: "Fw: Fw: [PHP-DEV] PHP 4.0.4RC3 released"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

