The VAMP server has been upgraded to run OpenVMS Alpha V8.2, TCPware 5.7-1, SWS (Apache) 2.1 & mod_php 1.3
Upgrade took roughly 4 hours and was largely trouble-free.
VAMP running on VMS 8.2
- Peter Weaver
- $ HELP
- Posts: 14
- Joined: Fri Sep 16, 2005 12:04 am
- Contact:
Did you get GD working with PHP?
This is what I see when I try it;
php test_gd.php
Content-type: text/html
X-Powered-By: PHP/4.3.10
array(10) {
["GD Version"]=>
string(13) "2.0 or higher"
["FreeType Support"]=>
bool(false)
["T1Lib Support"]=>
bool(false)
["GIF Read Support"]=>
bool(false)
["GIF Create Support"]=>
bool(false)
["JPG Support"]=>
bool(false)
["PNG Support"]=>
bool(false)
["WBMP Support"]=>
bool(false)
["XBM Support"]=>
bool(false)
["JIS-mapped Japanese Font Support"]=>
bool(false)
}
So it looks to me like GD is there and working, but it does not do anything. I do not see any way to turn on JPG, of GIF or FreeType support (I do have the FreeType package on my system).
This is what I see when I try it;
php test_gd.php
Content-type: text/html
X-Powered-By: PHP/4.3.10
array(10) {
["GD Version"]=>
string(13) "2.0 or higher"
["FreeType Support"]=>
bool(false)
["T1Lib Support"]=>
bool(false)
["GIF Read Support"]=>
bool(false)
["GIF Create Support"]=>
bool(false)
["JPG Support"]=>
bool(false)
["PNG Support"]=>
bool(false)
["WBMP Support"]=>
bool(false)
["XBM Support"]=>
bool(false)
["JIS-mapped Japanese Font Support"]=>
bool(false)
}
So it looks to me like GD is there and working, but it does not do anything. I do not see any way to turn on JPG, of GIF or FreeType support (I do have the FreeType package on my system).