]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
short circuit && and || evaluation. For backwards compat this is only
authorAndré Malo <nd@apache.org>
Mon, 25 Aug 2003 16:05:13 +0000 (16:05 +0000)
committerAndré Malo <nd@apache.org>
Mon, 25 Aug 2003 16:05:13 +0000 (16:05 +0000)
commit41fd1c504c0268f1c665f4ac40a88b6363508418
tree96d94c285e574087da31da0780a8e4117ff63ea2
parentba375b841e9d1ec69b9c9040bf6c9ce294bc7154
short circuit && and || evaluation. For backwards compat this is only
possible if there's no regex on the short circuited side (since it fills
in the backref data). The user may optimize this by putting the regex
onto the left side of the operator.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101097 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_include.c