[PHP-DB] imagetypes( ) function

2003-07-28 Thread dpgirago
Good day all, Anyone have an idea why I receive a call to undefined function error message when I use the imagetypes() function on PHP versions 4.2.3 and 4.3.2 ?? The code to test for PNG image handling is right from the manual... ?php if ( imagetypes() IMG_PNG) { echo PNG Support

Re: [PHP-DB] imagetypes( ) function

2003-07-28 Thread Matthew
=php_gd2.dll) by removing the semi-colon from the start of the line, etc. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 28, 2003 3:05 PM Subject: [PHP-DB] imagetypes( ) function Good day all, Anyone have an idea why I receive a call

Re: [PHP-DB] imagetypes( ) function

2003-07-28 Thread dpgirago
:17:23 AM To: [EMAIL PROTECTED] cc: Subject: Re: [PHP-DB] imagetypes( ) function I'm running php 4.3.0 on windows 2000. The following code woks : ?php if (imagetypes() IMG_PNG) { echo PNG Support is enabled; } ? Producing the following output : PNG Support is enabled The manual suggests

Re: [PHP-DB] imagetypes( ) function

2003-07-28 Thread Matthew
/install.windows.php the Installation of Windows extensions section or the install.txt file in your php directory - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 28, 2003 5:25 PM Subject: Re: [PHP-DB] imagetypes( ) function Ah, you know, when I

Re: [PHP-DB] imagetypes( ) function

2003-07-28 Thread dpgirago
03:03:41 PM To: [EMAIL PROTECTED], [EMAIL PROTECTED] cc: Subject: Re: [PHP-DB] imagetypes( ) function php_gd2.dll probably needs to be copied from your php install directory to your windows system directory (so that it is in the path thingy). On my system that translated to : copy c:\php