Tjenare! F�rs�ker anv�nda PHP's imagerotate() som enligt php.net ska finnas i PHP 4 >= 4.3.0. F�ljande �r installerat:
php4 4.3.10-2 php4-common 4.3.10-2 php4-gd 4.3.10-2 apache 1.3.33-3 apache-common 1.3.33-3 apache-utils 1.3.33-3 libapache-mod-php 4.3.10-2 N�r jag anv�nder imagerotate f�r jag f�ljande: Fatal error: Call to undefined function: imagerotate() in ...... P� php.net st�r det �ven f�ljande "Note: This function is only available if PHP is compiled with the bundled version of the GD library." Om jag k�r en phpinfo() s� f�r jag Configure Command: '--with-gd=shared,/usr' '--enable-gd-native-ttf' och under GD-tabellen st�r det GD Support enabled GD Version 2.0 or higher Fr�gan �r nu allts�.. Kan man inte anv�nda imagerotate med Debians php4-gd-paket?

