PHP: Obtaining PHP - Manual
PHP  
downloads | documentation | faq | getting help | | php.net sites | links 
search for in the  
previousMailing listsDatabase issuesnext
Last updated: Tue, 16 Jul 2002
view this page in Printer friendly version | English | Brazilian Portuguese | Chinese | Czech | Dutch | Finnish | French | German | Hungarian | Italian | Japanese | Korean | Romanian | Russian | Spanish | Turkish

Rozdzia� 46. Obtaining PHP

This section has details about PHP download locations, and OS issues.

1. Where can I obtain PHP?
2. Are pre-compiled binary versions available?
3. Where can I get libraries needed to compile some of the optional PHP extensions?
4. How do I get these libraries to work?
5. I got the latest version of the PHP source code from the CVS repository on my Windows machine, what do I need to compile it?
6. Where do I find the Browser Capabilities File?

1. Where can I obtain PHP?

You can download PHP from any of the members of the PHP network of sites. These can be found at . You can also use anonymous CVS to get the absolute latest version of the source. For more information, go to .

2. Are pre-compiled binary versions available?

We only distribute precompiled binaries for Windows systems, as we are not able to compile PHP for every major Linux/Unix platform with every extension combination. Also note, that many Linux distributions come with PHP built in these days. Windows binaries can be downloaded from our page, for Linux binaries, please visit your distributions website.

3. Where can I get libraries needed to compile some of the optional PHP extensions?

Notatka: Those marked with * are not thread-safe libraries, and should not be used with PHP as a server module in the multi-threaded Windows web servers (IIS, Netscape). This does not matter in Unix environments, yet.

  • .

  • .

  • : Netscape Directory (LDAP) SDK 1.1.

  • .

  • : http://www.sleepycat.com/.

  • .

  • .

  • .

  • .

  • .

  • .

  • : Available locally.

  • .

  • .

  • .

  • .

  • .

  • .

  • .

  • .

  • .

  • .

4. How do I get these libraries to work?

You will need to follow instructions provided with the library. Some of these libraries are detected automatically when you run the 'configure' script of PHP (such as the GD library), and others you will have to enable using '--with-EXTENSION' options to 'configure'. Run 'configure --help' for a listing of these.

5. I got the latest version of the PHP source code from the CVS repository on my Windows machine, what do I need to compile it?

First, you will need Microsoft Visual C++ v6 (v5 may do it also, but we do it with v6), and you will need some support files. See the manual section about building PHP from source on Windows.

6. Where do I find the Browser Capabilities File?

You can find a browscap.ini file at .

User Contributed Notes
Obtaining PHP
add a note about notes

10-Mar-2002 08:45

The browscap.ini file on cyscape.com is considerably out of date.  Using
Google, I found a newer version that supports Windows XP and IE 6 on this
site:


I never thought I'd rely on an ASP site to update something used for PHP,
but since browscap.ini is the same for both...


11-Mar-2002 01:03

To find it you have to search for browscap and change the search category
to ASP / VbScript 

The URL to the article is

txtCodeId=7159&lngWId=4

However, you have to rejoin the two url parts as they are too long for the
comment system


13-Jun-2002 03:19

You can find a recent version at this @ :

add a note about notes
previousMailing listsDatabase issuesnext
Last updated: Tue, 16 Jul 2002
show source | credits | stats | mirror sites:  
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by:
Last updated: Sat Jul 20 08:32:23 2002 CEST