Hi Alex,
This doesn’t seem to be it ??
Any other ideas?
Thanks!
Edde
*** SCRIPT START ***
debug test.php> initialize
This script demonstrate the Memory-limit failure of the current 1&1 Server. The Script should create 6 images with imagecreatefromjpeg(). But the PHP/GD hosting of 1&1 stopped the creating of images much earlier… and do not return any error message. This is reported in a Apache/1.3.34 Ben-SSL/1.55 PHP/4.4.8 environment.
PHP Memory Limit: 64M Usage before: 75.38 KB
[6x something like this:
debug test.php> code-lines: 44-36 time: 0.0249 mem: 80 KB
Calculated : 20.95 MB
Loading image 2400×1800.jpg, size 2400 * 1800, bpp 8, channels 3… done
debug test.php> code-lines: 36-44 time: 0.2548 mem: 21280 KB
Memory usage: 20.78 MB
Difference: 20.7 MB
Difference / (Width * Height * Bytes per pixel): 1.6750172839506
Destroyed. Memory usage: 79.75 KB
]
Mean fudge factor: 1.683123146206
*** SCRIPT END ***