Hi Joris, > My php version 4.1.1 (downloaded from php.net a week ago) contains 2 files > in the extensions directory: php_gd.dll and php_gd2.dll
This sounds like GD for version 1.x and 2.x. I'm not using any pre compiled versions of PHP so I have no idea of why the system is crashes. It could be caused by you enabling both version 1 and version 2 though. All functions from version 1 is included in version 2 so you only need to load one of the dll's. GD 2.x is still experimental so you might find bugs in that module. - Frank -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php