when new versions of apache or php are released, is it possible that some rules that are currently in use, will be broken?
if so, what steps can be taken to ensure one's site doesn't fall victim to this?
jdMorgan
11:50 pm on Aug 8, 2006 (gmt 0)
Some older servers won't support newer mod_rewrite capabilites. For example, mod_rewrite on Apache 1.x won't support the new extended cookie-handling support available in mod_rewrite on Apache 2.x. But as far as I've been able to determine, support for old mod_rewrite code on newer versions of Apache is 100%.
Jim
jake66
3:42 pm on Aug 9, 2006 (gmt 0)
great. :) probably slightly offtopic, but no sense in creating similar topics..
do php methods ever break after upgrades?
jdMorgan
5:33 pm on Aug 9, 2006 (gmt 0)
Ah, a very good question -- For the PHP forum... :)