I've been doing some PHP coding in Actinic which will not work as I need version 5.. but nevermind.
Guide to Upgrade your PHP version to 4.4.5
This seems to work, I have not fully tested it out.. as of yet
1. BACKUP YOUR STORE!!
2. Close Actinic v8
3. Go to your Actinic v8 directory and backup php.ini, php4ts.dll and php_gd2.dll.
4. Download this file http://uk.php.net/get/php-4.4.5-Win32.zip/from/a/mirror
5. Extract the php4ts.dll and php_gd2.dll files into your Actinic v8 directory, not the rest of the files!!
6. Reload Actinic and it should be running PHP 4.4.5 - you can check this by doing the following:
PHP 4.4.5 Change Log: http://uk2.php.net/ChangeLog-4.php#4.4.5
Wonders of just playing around with Actinic files.
Enjoy.
Guide to Upgrade your PHP version to 4.4.5
This seems to work, I have not fully tested it out.. as of yet
1. BACKUP YOUR STORE!!
2. Close Actinic v8
3. Go to your Actinic v8 directory and backup php.ini, php4ts.dll and php_gd2.dll.
4. Download this file http://uk.php.net/get/php-4.4.5-Win32.zip/from/a/mirror
5. Extract the php4ts.dll and php_gd2.dll files into your Actinic v8 directory, not the rest of the files!!
6. Reload Actinic and it should be running PHP 4.4.5 - you can check this by doing the following:
Code:
<actinic:block php="true">phpinfo();</actinic:block>
Wonders of just playing around with Actinic files.
Enjoy.
Comment