I need assistance compiling Gettext and IMAP support into my PHP executables.
I have no idea how to do this in windows or what the easiest way to do it at all is...
I really could use some pointers on how to find this information.
I need assistance compiling Gettext and IMAP support into my PHP executables.
I have no idea how to do this in windows or what the easiest way to do it at all is...
I really could use some pointers on how to find this information.
Gettext
Note to Win32 Users: In order to enable this module on a Windows environment, you must copy gnu_gettext.dll from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32). Starting with PHP 4.2.3 the name changed to libintl-1.dll, this requires also iconv.dll to be copied.
IMAP
To get these functions to work, you have to compile PHP with --with-imap[=DIR], where DIR is the c-client install prefix. From our example above, you would use --with-imap=/usr/local/imap-2000b. This location depends on where you created this directory according to the description above. Windows users may include the php_imap.dll DLL in php.ini
In windows you cannot compile it all thats linux/unix