github.com/krum110487/go-htaccess@v0.0.0-20240316004156-60641c8e7598/tests/data/apache_2_2_34/README-win32.txt (about)

     1  New version of APR
     2  ------------------
     3  
     4  Note that the included APR is now version 1.3, which adds several
     5  subtle changes in the behavior of file handling, pipes and process
     6  creation.  Most importantly, there is finer control over the handles
     7  inherited by processes, so the mod_fastcgi or mod_fcgid modules must 
     8  be updated for httpd-2.2.9 to run correctly on Windows.
     9  
    10  Most other third party modules are unaffected by this change.
    11  
    12  
    13  Connecting to databases
    14  -----------------------
    15  
    16  Five SQL driver connectors (dbd) are provided in the binary distribution, 
    17  for MySQL, SQLite3, PostgreSQL, Oracle and ODBC.  Two keyed database
    18  connectors are provided, SDBM and Oracle Berkeley DB.  All but SDBM will
    19  require you to install the corresponding client driver libraries.
    20  
    21  The sqlitedll.zip binary (containing sqlite3.dll) can be obtained from
    22    http://www.sqlite.org/download.html
    23  note that this binary was built with version 3.6.16 (earlier and later
    24  version 3.6 driver .dll's may work.)  The lib binding is created using
    25  LIB /DEF:sqlite3.def and using the .h files from the _amalgamation zip.
    26  
    27  The Oracle Instant Client - Basic driver can be obtained from
    28    http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winsoft.html
    29  and note that this binary was built against version 11.1.0.6.0,
    30  other version 11.1 drivers may work.
    31  
    32  The PostgreSQL client binaries may be obtained from
    33    http://www.postgresql.org/ftp/binary/v8.3.1/win32/
    34  and note that this binary was built against version 8.3.1-1, and
    35  again it may work with other 8.1 version .dll's.
    36  
    37  The MySQL client binaries ("Essentials" is sufficient) is obtained from 
    38    http://dev.mysql.com/downloads/mysql/5.1.html#win32
    39  but note that once using the MySQL database, the applicable exception 
    40  clause demands copy-left terms on the resulting combination.
    41  
    42  The Oracle Berkeley DB binaries may be obtained from 
    43    http://www.oracle.com/technology/software/products/berkeley-db/index.html
    44  but note that once using the Berkeley DB code, the Oracle license
    45  demands copy-left terms on the resulting combination.
    46  
    47  NOTE: For whichever database backend(s) you configure, the corresponding
    48  driver .dll's must be in your PATH to test from console mode, and in the 
    49  systemwide path if used for a service such as Apache httpd.
    50  
    51  The FreeTDS driver is not built on Windows, since the Microsoft ODBC is 
    52  provided instead.  The sqlite2 and ndbm drivers are not used on Windows, 
    53  as there is no point in legacy support of these old versions.  The ASF
    54  does not distribute binary builds of the gdbm binding.
    55