VAMP running on VMS 8.2

Admin announcements regarding this board.
Post Reply
User avatar
issinoho
Site Admin
Posts: 241
Joined: Tue Feb 01, 2005 12:53 am
Location: Scotland
Contact:

VAMP running on VMS 8.2

Post by issinoho »

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.
User avatar
Peter Weaver
$ HELP
Posts: 14
Joined: Fri Sep 16, 2005 12:04 am
Contact:

Post by Peter Weaver »

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).
User avatar
issinoho
Site Admin
Posts: 241
Joined: Tue Feb 01, 2005 12:53 am
Location: Scotland
Contact:

Post by issinoho »

Did you get GD working with PHP?
It's next on my list, Peter. I'll post the results.
Post Reply