My web hosting company has an administration program written in PHP that is not compatible with PHP 4.1.2. Therefore, they've stuck with version 4.0.6. Since PHP ToDo requires PHP 4.1.0 (or above), I can't get it to work on my web site. I've used PHP ToDo in the past and it was very useful. I was wondering if there was a previous version available that might work on PHP 4.0.6. Any help would be appreciated. Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I made a quick patch that makes phpToDo use the old $HTTP_GET/POST_VARS arrays instead of the new $_REQUEST array. This should make it work with PHPs prior to 4.1.0.
Save the patch in the same directory as phpToDo and type patch <phptodo-prephp4.1.0.patch .
You can download the patch here:
ftp://ftp.ftlight.net/pub/phptodo/phptodo-prephp4.1.0.patch
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My web hosting company has an administration program written in PHP that is not compatible with PHP 4.1.2. Therefore, they've stuck with version 4.0.6. Since PHP ToDo requires PHP 4.1.0 (or above), I can't get it to work on my web site. I've used PHP ToDo in the past and it was very useful. I was wondering if there was a previous version available that might work on PHP 4.0.6. Any help would be appreciated. Thank you.
I made a quick patch that makes phpToDo use the old $HTTP_GET/POST_VARS arrays instead of the new $_REQUEST array. This should make it work with PHPs prior to 4.1.0.
Save the patch in the same directory as phpToDo and type patch <phptodo-prephp4.1.0.patch .
You can download the patch here:
ftp://ftp.ftlight.net/pub/phptodo/phptodo-prephp4.1.0.patch