diff options
author | Daniel Beulshausen <dbeu@php.net> | 2001-08-21 10:55:46 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2001-08-21 10:55:46 +0000 |
commit | b017d9b01da17d32b3485864bb751c3190795414 (patch) | |
tree | f78fed7702d5695ced6d918fa7021ca26600e115 /win32 | |
parent | ee1eaf9fbb16d6d8207fec2ae92224351f16be3d (diff) | |
download | php-git-b017d9b01da17d32b3485864bb751c3190795414.tar.gz |
add MDAC note
Diffstat (limited to 'win32')
-rw-r--r-- | win32/install.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/install.txt b/win32/install.txt index 07e438a703..b717d53fac 100644 --- a/win32/install.txt +++ b/win32/install.txt @@ -159,6 +159,10 @@ Installation of Windows extensions Before overwriting them, it is a good idea to backup them or move them to another folder - just in case something goes wrong. + Download the latest version of the Microsoft Data Access Components (MDAC) + for your platform, especially Microsoft Windows 9x/NT4 users. + MDAC is available at http://www.microsoft.com/data/ . + Also note that some extensions need 3rd party libraries, e.g. php_oci8.dll needs the Oracle 8 client libraries to be installed on your system. These are not bundled with PHP distribution. |