diff options
Diffstat (limited to 'ext/ldap/LDAP_Win32_HOWTO.txt')
-rw-r--r-- | ext/ldap/LDAP_Win32_HOWTO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ldap/LDAP_Win32_HOWTO.txt b/ext/ldap/LDAP_Win32_HOWTO.txt index ae085de86b..bcee731e88 100644 --- a/ext/ldap/LDAP_Win32_HOWTO.txt +++ b/ext/ldap/LDAP_Win32_HOWTO.txt @@ -14,7 +14,7 @@ Note 1: During the entire build process, you can ignore warnings about For 'Win32 Debug', change the runtime library to 'Debug Multithreaded DLL' For 'Win32 Release', change the runtime library to 'Multithreaded DLL' Select the Preprocessor tab, select 'All Configurations'. - Add '..\..\..\..\php4\regex' to the 'Additional include directories' list. + Add '..\..\..\..\php5\regex' to the 'Additional include directories' list. Add 'HAVE_MKTEMP' to the 'Preprocessor definitions' list. - Compile (you can compile both Debug and Release versions). |