Click to See Complete Forum and Search --> : Incompatibilities between 3.0.9 and 3.0.


Anon
03-30-2001, 03:57 PM
Hi,

migrating my code from 3.0.9 to new 3.0.18 gave me some weird behavior:

* php automaticaly decode var:
script?var=%23 results in $var=#. I'd like to keep it this way and not to rewrite all my script to add an url_encode() call.

* change in regex:
I used to protect '>' with ereg (i.e. \>). This pattern doesn't work anymore, I have to remove the '\'. My old php was build with 'bundled' regex. As the new one is the standard redhat package compiled with 'system' regex, I build a new one but this doesn't solve this problem.

Thank for your help