https://issues.apache.org/bugzilla/show_bug.cgi?id=48351
--- Comment #1 from Stefan Fritsch <[email protected]> 2009-12-12 12:29:42 UTC --- This is an undocmented special case in ap_pregsub: & is an alias for $0. mod_rewrite doesn't implement the same special behaviour. I therefore agree that this is surprising and should be dropped. And introducing $& as alias for $0 is a good idea, too, because people may expect that from perl. Making this change in 2.4 should be no problem as long as it is documented somewhere. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
