RE: [PHP-INST] php backward compatibility

2003-02-10 Thread Roedel, Mark
Well, the basic language syntax hasn't changed. The major hang-ups I'd expect would be: (1) If you're using the $_POST, $_GET, $_SERVER, etc. variables, they didn't exist in that form back then -- you'd need to replace them with, for example, $HTTP_POST_VARS, and (2) You would, of course, want

RE: [PHP-INST] php backward compatibility

2003-02-10 Thread Benjamin Tomhave
You can re-enable global variables by revising the php.ini file from: "register_globals = Off" to: "register_globals = On" I had to do this for a couple sites that have not yet been migrated to PHP 4.2.x (or greater). > -Original Message- > From: Yakov Cherkassky [mailto:[