Date: 12/02/00
- Next message: Zeev Suraski: "Re: Fw: Fw: [PHP-DEV] PHP 4.0.4RC3 released"
- Previous message: Zeev Suraski: "[PHP-DEV] Re: [PHP-CVS] cvs: php4(php_4_0_4) /ext/db php_db.h"
- Maybe in reply to: Jon Tai: "Fw: [PHP-DEV] PHP 4.0.4RC3 released"
- Next in thread: Zeev Suraski: "Re: Fw: Fw: [PHP-DEV] PHP 4.0.4RC3 released"
- Reply: Zeev Suraski: "Re: Fw: Fw: [PHP-DEV] PHP 4.0.4RC3 released"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Zeev Suraski: "Re: Fw: Fw: [PHP-DEV] PHP 4.0.4RC3 released"
- Previous message: Zeev Suraski: "[PHP-DEV] Re: [PHP-CVS] cvs: php4(php_4_0_4) /ext/db php_db.h"
- Maybe in reply to: Jon Tai: "Fw: [PHP-DEV] PHP 4.0.4RC3 released"
- Next in thread: Zeev Suraski: "Re: Fw: Fw: [PHP-DEV] PHP 4.0.4RC3 released"
- Reply: Zeev Suraski: "Re: Fw: Fw: [PHP-DEV] PHP 4.0.4RC3 released"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

