GD + freebsd != jpeg
From: fiber (mynameisfiber_at_gmail.com)
Date: 10/26/04
- Next message: Tencip: "Searching both a MySQL DB and a site at once"
- Previous message: G. Ramsey: "Help with PHP?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Oct 2004 05:54:57 -0700
hello,
i'm having an odd problem... when i do phpinfo() it shows GD to have
jpeg support but when i do var_dump(gd_info()) i get that it isn't
supported....
can anyone help?
var_dump(gd_info()):
array(10) {
["GD Version"]=>
string(27) "bundled (2.0.28 compatible)"
["FreeType Support"]=>
bool(false)
["T1Lib Support"]=>
bool(false)
["GIF Read Support"]=>
bool(true)
["GIF Create Support"]=>
bool(true)
["JPG Support"]=>
bool(false)
["PNG Support"]=>
bool(true)
["WBMP Support"]=>
bool(true)
["XBM Support"]=>
bool(true)
["JIS-mapped Japanese Font Support"]=>
bool(false)
}
phpinfo():
GD Support enabled
GD Version bundled (2.0.28 compatible)
GIF Read Support enabled
GIF Create Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
-----
-fiber
- Next message: Tencip: "Searching both a MySQL DB and a site at once"
- Previous message: G. Ramsey: "Help with PHP?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]