diff options
author | Zeev Suraski <zeev@php.net> | 2000-06-20 21:50:57 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-06-20 21:50:57 +0000 |
commit | d57210fb0b0992b96f8cce2d11af8f269885a7b7 (patch) | |
tree | 42edb3e826046425518c4a0a2c66c50d86ebff72 | |
parent | cd5b7dd64a6fa574e6e3276342ddea29f144c909 (diff) | |
download | php-git-d57210fb0b0992b96f8cce2d11af8f269885a7b7.tar.gz |
This is no longer needed
-rw-r--r-- | ext/mysql/Readme_w32.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/mysql/Readme_w32.txt b/ext/mysql/Readme_w32.txt deleted file mode 100644 index 4f4e225065..0000000000 --- a/ext/mysql/Readme_w32.txt +++ /dev/null @@ -1,14 +0,0 @@ -MySQL Extension for PHP 4.0 - Win32 README ------------------------------------------- - -In order to compile this extension, MySQL must be installed in a parrallel directory -to that of PHP 4.0. For example, if you have PHP 4.0's source tree set up in -C:\Projects\php4, you must have MySQL set up in C:\Projects\MySQL. The compiler -will look for include files in C:\Projects\MySQL\include and for the library -files in C:\Projects\MySQL\lib. - -You can change this by editing the project settings, but it's not recommended, since -you will have to do it every time you obtain a new version of the PHP 4.0 source tree. - - -[4/6/1999 zeev@zend.com]
\ No newline at end of file |