1. Where can I get php? 2. Is there a precompiled binary version? 3. Where can I get an optional PHP expansion library? 4. What can I do to make these libraries work? 5. I use CVS to get the latest version of PHP source code on my windows, how do I compile it? 6. Where can I find browser capabilities file?
1. Where can I get php?
You can download PHP on any of the PHP member sites. These sites can be found in http://www.php.net/. You can also use anonymous CVS to get the absolute latest version of the source code. For more information about CVS, consult the http://cvs.php.net/.
2. Is there a precompiled binary code?
We only publish binary code under Windows, because we cannot compile the binary code of different PHP options under each host (Unix/linux), and many Linux built-in PHP. The binaries under Windows can be downloaded from our site, and Linux's binary version, please refer to your Linux publisher's site.
3. Where can I get an optional PHP expansion library?
Note: Those marked with * are not thread-safe libraries and should not be used as multithreaded Windows Web servers (IIS, Netscape) modules. They do not have this limitation under the Unix/linux platform.
LDAP (Unix).
ldap* (Unix).
LDAP (Unix/win): Netscape directory (LDAP) SDK 1.1.
Free LDAP server.
Berkeley DB2 (Unix/win): http://www.sleepycat.com/.
snmp* (Unix):.
gd* (Unix/win).
msql* (Win).
msql* (Unix).
PostgreSQL (Unix).
imap* (Win/unix).
sybase-ct* (Linux, Libc5): Available locally.
FreeType (LIBTTF):.
Zlib (UNIX/WIN32).
Expat XML parser (UNIX/WIN32).
Pdflib.
MCrypt.
Mhash.
T1lib.
Dmalloc.
Aspell.
ReadLine.
4. How can I make these libraries work?
You need to follow the guidance provided by the library. Some libraries are automatically detected when you run PHP configuration scripts (GD library), and some other libraries, you have to--with-extension open options cofigure. Run Configure--HELP can see this information.
5. I use CVS to get the latest version of PHP source code on my windows, how do I compile it?
First, you must install Microsoft Visual C + + V6 (V5 also can, but we are under V6) and you need some support files. , see the Manual for compiling PHP under Windows.
6. Where can I find browser capabilities file?
You can find a file named Browscap.ini at the following site http://www.cyscape.com/asp/browscap/.