Page 2 of 2

Posted: Fri Mar 30, 2007 11:51 am
by CarlosB
I've got a problem now! I made this with php5, but my server runs php4! If i change the lib folder to the one in Swift-3.1.2-php4, do i have to change the code?

Posted: Fri Mar 30, 2007 12:08 pm
by Chris Corbyn
Nope, it will work fine :)

The PHP4 version actually runs in PHP5 and PHP4. But if your run it in PHP5 with E_STRICT turned on you'll get warnings.

Go ahead and replace the directory.

Posted: Mon Apr 02, 2007 5:20 am
by CarlosB
It didn't work :( I replaced it with the one for php4, but nothing happens when i run the php page! Any ideas of why that happens?

Posted: Mon Apr 02, 2007 8:37 am
by Chris Corbyn
Do you get errors?

Code: Select all

<?php

error_reporting(E_ALL);
ini_set("display_errors", "On");