[PHP-DEV] Bug #6182: imagetypes() function unsupported or undefined From: andrew.swh <email protected>
Date: 08/15/00

From: andrew.swh <email protected>
Operating system: linux (mandrake 7.1)
PHP version: 3.0.16
PHP Bug Type: Misbehaving function
Bug description: imagetypes() function unsupported or undefined

When tyying to use the imagetypes function is get
"Fatal error: Call to unsupported or undefined function imagetypes() in theme.php3 on line 35"

Short sample follows clipped straight from your example

    if (ImageTypes() & IMG_PNG) {
        echo "PNG Support is enabled";
    }

-- 
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>