Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Register Globals Contribution


phpsurfer

Recommended Posts

Hello,

Im installing the last oscommerce version with php 5.2.1. . I change my .htccess from,

 

#<IfModule mod_php4.c>

# php_value session.use_trans_sid 0

# php_value register_globals 1

#</IfModule>

 

To

 

<IfModule mod_php5.c>

php_value session.use_trans_sid 0

php_value register_globals 1

</IfModule>

 

Is this the correct way to apply the contribution? or shoul i install oscommerce with php4x?

Thanks

Luis

Link to comment
Share on other sites

If you have the ability to use php 4 then I'd advise you to do so - same with MySQL 4. If you can turn Register Globals to 'on' in php.ini then you don't need to apply the Register Globals patch.

 

Vger

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...