소스 검색

Remove "experimental" comment for interpreter args (#189)

This issue has been fixed a long time ago.
Closes #189
bel2125 4 년 전
부모
커밋
73c22cfc61
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      docs/UserManual.md

+ 0 - 2
docs/UserManual.md

@@ -242,8 +242,6 @@ Note that PHP scripts must use `php-cgi.exe` as executable, not `php.exe`.
 ### cgi\_interpreter\_args
 Optional additional arguments passed to a Windows CGI interpreter program.
 
-(Currently experimental - https://github.com/civetweb/civetweb/issues/854)
-
 ### cgi\_pattern `**.cgi$|**.pl$|**.php$`
 All files that match `cgi_pattern` are treated as CGI files. The default pattern
 allows CGI files be anywhere. To restrict CGIs to a certain directory,