1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

note odd DBDPersist format in 2.2.0 and 2.2.1

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569105 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris Darroch
2007-08-23 18:30:43 +00:00
parent 0b8a5e9d45
commit 2fef8a036a

View File

@@ -168,6 +168,10 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c
<p>The default is to enable a pool of persistent connections
(or a single LAMP-style persistent connection in the case of a
non-threaded server), and should almost always be used in operation.</p>
<p>Prior to version 2.2.2, this directive accepted only the values
<code>0</code> and <code>1</code> instead of <code>Off</code> and
<code>On</code>, respectively.</p>
</usage>
</directivesynopsis>