What does 7.7 use in php 5? My host only lets me run php 5 with a .php5 extension, which is incredibly annoying.
I got the .php5 extension working... my only problem now is the php.ini register_globals. I had this working in the php 4 version by putting a php.ini file in my root directory and install and admin section but the new Version 7 continues to say register_globals are still enabled. I don't understand. Is there any workaround? Would it still work and the version 7 is just saying it won't? .htaccess won't work.
Yeah I hate life... i don't understand how it worked with the php 4 version of Open cart... why would it do that?
Last edited by webmastercorey on Fri May 02, 2008 10:58 am, edited 1 time in total.
IN PHP 4 ALL GLOBALS were local and you had to source the GLOBAL to see it's value.
IN PHP 4 you had to extract variables to expand the value. i.e. extract($GLOBALS);
You also were required to set a local variable for the values of any funnction called.
PHP 5 fixed this issue. I do not understand the details I just had to fix a simular issue.
IN PHP 4 you had to extract variables to expand the value. i.e. extract($GLOBALS);
You also were required to set a local variable for the values of any funnction called.
PHP 5 fixed this issue. I do not understand the details I just had to fix a simular issue.
Who is online
Users browsing this forum: No registered users and 2 guests