]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
regex: Add AP_REG_NOTEMPTY_ATSTART maching option.
authorYann Ylavic <ylavic@apache.org>
Tue, 16 Jan 2024 16:56:58 +0000 (16:56 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 16 Jan 2024 16:56:58 +0000 (16:56 +0000)
commit97a18733327438ac52ac13b2904e4319dca5ce0d
tree185e6edb9b0717a1567fa8bb48fc62c80f4f60c5
parente52a206008bdfced5551206d695b3c01b7d1948a
regex: Add AP_REG_NOTEMPTY_ATSTART maching option.

* include/ap_mmn.h:
  Bump MMN minor.

* include/ap_regex.h:
  Define AP_REG_NOTEMPTY_ATSTART bit.

* server/util_pcre.c(ap_regexec_ex):
  Map AP_REG_NOTEMPTY_ATSTART to native PCRE_NOTEMPTY_ATSTART.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915268 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/ap_regex.h
server/util_pcre.c