]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Reimplement Win32 registry-based and shebang-extended scripting.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 21 Oct 2001 04:14:24 +0000 (04:14 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 21 Oct 2001 04:14:24 +0000 (04:14 +0000)
commit0a9f874084742b00e77e71a1ae12d3f8a5e87887
tree40804f9f938b4c702c657e573e3c51b7fd01dffd
parent9234f5368e1f1028202f27443a589a81a0b6f3a3
  Reimplement Win32 registry-based and shebang-extended scripting.

  Accepts arguments of $* and %* for 'positioned' cgi envvars, provided they
  stand alone (aren't part of another arg.)

  Accepts %1 $1 syntax, quoted or not, but makes no attempt at palacating
  older programs with short paths, just yet.

  About as stable and robust as my first rewrite of dir_walk, so watch out!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91613 13f79535-47bb-0310-9956-ffa450edef68
libhttpd.dsp
modules/arch/win32/mod_win32.c [new file with mode: 0644]
os/win32/modules.c