We've got the following problem when starting with resizing an uploaded file on WIN NT 4, running Apache 1.3.22 with php 4.0.6 and GD configured.
Apache crashes and gives the following error 'access denied for reading' when we call the gd function getImagesize.
PHP returns to the browser, after the max.execution time exceeded and after apache has crashed, that it 'failed to open 'c:\winnt\temp\tempfilename for reading'
We've tried to change the NTFS properties and set it to full options for everyone. (yes that's unsafe, but this is a local intranet server only used for development)
Does someone know what we misconfigured or need to configure to solve this error??