]> granicus.if.org Git - apache/commitdiff
note odd DBDPersist format in 2.2.0 and 2.2.1
authorChris Darroch <chrisd@apache.org>
Thu, 23 Aug 2007 18:30:43 +0000 (18:30 +0000)
committerChris Darroch <chrisd@apache.org>
Thu, 23 Aug 2007 18:30:43 +0000 (18:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569105 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dbd.xml

index 894fd8e78987a2866099c957018b2255a8c05c54..e8c9e4c8fdee8e51d762e68a718dd99a69144f3e 100644 (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>