Menu

#1 Register Globals Off Patch

open
Bug Fixes (2)
6
2005-02-15
2005-02-15
Jason Solis
No

The current version of IMT assumes register_globals is
set to On, but current versions of PHP now ship with it
set to Off for security reasons.

This patch fixes this so that the web form works with
register_globals set to either On or Off.

If you are experiencing troubles with the form
submission, and your file permissions are set
correctly, try applying this patch.

To apply the patch just run:
'patch -p1 < register_globals_off.patch'
inside the 'migrationtool' directory.

Discussion

  • Jason Solis

    Jason Solis - 2005-02-15

    Logged In: YES
    user_id=25735

    Thanks to Andrew Glen-Young for submitting this patch to me

     
  • Jason Solis

    Jason Solis - 2005-02-15

    UNIX style patch to fix register_globals Off problem

     

Log in to post a comment.