Re: [PHP-WIN] Fwd: ImageCreate() function Problem

2006-10-04 Thread Arief Kurniawan
Okay, Problem solved. You're great man... I downloaded the stable version and it runs well. Yes, I'm using dev version PHP 5.2 downloaded from http://snaps.php.net/ Regards, Arief K On 10/5/06, Niel Archer <[EMAIL PROTECTED]> wrote: Hi that looks like you have a newer version of module compare

Re: [PHP-WIN] Fwd: ImageCreate() function Problem

2006-10-04 Thread Niel Archer
Hi that looks like you have a newer version of module compared to PHP. Your original post said you had PHP v5.2, as the current stable release is only 5.1.6, I'd suggest you check again. If necessary download, and install again Niel -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

Re: [PHP-WIN] Fwd: ImageCreate() function Problem

2006-10-04 Thread Arief Kurniawan
I found this on Apache Error log : PHP Warning: PHP Startup: gd: Unable to initialize module\nModule compiled with module API=20060613, debug=0, thread-safety=1\nPHP compiled with module API=20050922, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0 Any suggestion ?

Re: [PHP-WIN] Fwd: ImageCreate() function Problem

2006-10-04 Thread Arief Kurniawan
On 10/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Does it say that you have enabled GD2 when you output PHPINFO()? Tryst -Original Message- From: [EMAIL PROTECTED] To: php-windows@lists.php.net Sent: Wed, 4 Oct 2006 3.33AM Subject: [PHP-WIN] Fwd: ImageCreate() fu

Re: [PHP-WIN] Fwd: ImageCreate() function Problem

2006-10-04 Thread Arief Kurniawan
elelse- Fra: Arief Kurniawan [mailto:[EMAIL PROTECTED] Sendt: 4. oktober 2006 04:34 Til: php-windows@lists.php.net Emne: [PHP-WIN] Fwd: ImageCreate() function Problem Dear All, I'm using : - Apache 2.2.3 - PHP 5.2 - On Windows XP SP2 Executing a simple code : On Execution I Got : Fatal

[PHP-WIN] Fwd: ImageCreate() function Problem

2006-10-03 Thread Arief Kurniawan
Dear All, I'm using : - Apache 2.2.3 - PHP 5.2 - On Windows XP SP2 Executing a simple code : On Execution I Got : Fatal error: Call to undefined function imagecreate() .. In php.ini : extension_dir = "c:\php\ext" ;php_gd2 extension uncommented extension=php_gd2.dll Restarted many time