麻烦哪位大哥、大姐给个PHP5的下载地址,并给一下安装方法我只找到了4的5的没有找到

解决方案 »

  1.   

    Windows NT/2000/XP and IIS 4 or newer   To install PHP on an NT/2000/XP Server running IIS 4 or newer, follow
       these instructions. You have two options to set up PHP, using the CGI
       binary (php.exe in PHP 4, or php-cgi.exe in PHP 5) or with the ISAPI
       module.   In either case, you need to start the Microsoft Management Console
       (may appear as 'Internet Services Manager', either in your Windows NT
       4.0 Option Pack branch or the Control Panel=>Administrative Tools
       under Windows 2000/XP). Then right click on your Web server node (this
       will most probably appear as 'Default Web Server'), and select
       'Properties'.   If you want to use the CGI binary, do the following:     * Under 'Home Directory', 'Virtual Directory', or 'Directory', click
           on the 'Configuration' button, and then enter the App Mappings
           tab.
         * Click Add, and in the Executable box, type: C:\php\php.exe for PHP
           4 or C:\php\php-cgi.exe for PHP 5 (assuming that you have unziped
           PHP in c:\php\).
         * In the Extension box, type the file name extension you want
           associated with PHP scripts. Leave 'Method exclusions' blank, and
           check the 'Script engine' checkbox. You may also like to check the
           'check that file exists' box - for a small performance penalty,
           IIS (or PWS) will check that the script file exists and sort out
           authentication before firing up PHP. This means that you will get
           sensible 404 style error messages instead of CGI errors
           complaining that PHP did not output any data.
           You must start over from the previous step for each extension you
           want associated with PHP scripts. .php and .phtml are common,
           although .php3 may be required for legacy applications.
         * Set up the appropriate security. (This is done in Internet Service
           Manager), and if your NT Server uses NTFS file system, add execute
           rights for I_USR_ to the directory that contains php.exe /
           php-cgi.exe.   To use the ISAPI module, do the following:     * If you don't want to perform HTTP Authentication using PHP, you
           can (and should) skip this step. Under ISAPI Filters, add a new
           ISAPI filter. Use PHP as the filter name, and supply a path to the
           php4isapi.dll / php5isapi.dll.
         * Under 'Home Directory', click on the 'Configuration' button. Add a
           new entry to the Application Mappings. Use the path to the
           php4isapi.dll / php5isapi.dll as the Executable, supply .php as
           the extension, leave 'Method exclusions' blank, and check the
           'Script engine' checkbox.
         * Stop IIS completely (NET STOP iisadmin)
         * Start IIS again (NET START w3svc)
         _________________________________________________________________
      

  2.   

    http://www.php.net/get/php-5.2.0.tar.gz/from/a/mirror
      

  3.   

    购买虚拟主机,网页空间,送.com/.net/.cn顶级域名!
    ·申请虚拟主机,网页空间!送.com .net 国际/.cn国内顶级域名!
    ·coldfusion虚拟主机,支持.CFM 和.CFC,coldfusion7.0了解详情登陆中频网站 http://deidc.com/services/special
    网页制作免费教程站 http://homepage.deidc.com
    MSN:[email protected]
      

  4.   

    你用百度 或者是google 搜索   “win2000+iis下安装PHP5 ”保证可以找到答案!
      

  5.   

    http://www.phpchina.com/bbs/thread-11650-1-7.html你去看看,能用的话就把贴结了,谢谢。
      

  6.   

    〓〓〓〓〓〓〓http://www.1-space.cn〓〓〓〓
    【100MB  支持ASP/cgi/php     70 RMB/1年  】
    【1G空间 支持ASP cgi php             150 RMB/1年 】
    【     现在购买1G空间,cn域名只卖25        】
     【100M共享1u服务器南京电信托管4300,2U托管4500,全国最低价】
    【我司网站地址:http://www.1-space.cn    】
     【价格优惠】  【诚信服务】  【值得信赖】
      〓〓〓〓〓〓需要以上服务请加〓〓〓〓〓〓〓        
         【客服QQ 6175300 649079417 6581018】
      

  7.   

    Windows下Apache和PHP5的安装与配置方法.  一 下载安装程序
      Apache可以从http://www.apache.org/dyn/closer.cgi/httpd/binaries/win32/下载
    PHP可以从http://www.php.net下载.
      二 安装程序
      1.Apache的程序安装相对来说要较为的简单一些,我们从网站下来的是一个Windows下的安装程序,我们可以直接双击运行,这样我们就便利Apache在我们的电脑上安下家来了.
      2.我们在这里要注意的就是在下载PHP时一定要下载那个zip包的,而不要下载Installer的.将我们下载下来的PHP包解压到C盘下的根目录下,并将解压出来的文件夹改名为php.  三 配置  1.最好是无论使用何种接口(CGI 或者 SAPI)都确保 php5ts.dll 可用,因此必须将此文件放到 Windows 路径中。最好的位置是 Windows 的 system 目录:
    c:\windows\system for Windows 9x/ME  
    c:\winnt\system32 for Windows NT/2000 或者 c:\winnt40\system32 for Windows NT/2000 服务器版  
    c:\windows\system32 for Windows XP    2.下一步是设定有效的 PHP 配置文件,php.ini。压缩包中包括两个 ini 文件,php.ini-dist 和 php.ini-recommended。建议使用 php.ini-recommended,因为此文件对默认设置作了性能和安全上的优化。将选择的 ini 文件拷贝到 PHP 能够找到的目录下并改名为 php.ini。PHP 默认在 Windows 目录下搜索 php.ini:   3.在 Windows 9x/ME/XP 下将选择的 ini 文件拷贝到 %WINDIR%,通常为 c:\windows。
      在 Windows NT/2000 下将选择的 ini 文件拷贝到 %WINDIR% 或 %SYSTEMROOT% 下,通常为 c:\winnt 或 c:\winnt40 对应于服务器版本。    4.Apache中PHP的设置
      有两种方法使得 PHP 工作在 Windows 下的 Apache。一是使用 CGI 二进制文件,另一是使用 Apache 模块 DLL。无论那种方法,您首先必须停止 Apache 服务器,然后编辑 httpd.conf,以配置 Apache 和 PHP 协同工作。
      如果我们要使用CGI二进制文件,那么我们要将如下指令插入到 Apache 的 httpd.conf 配置文件中,以设置 CGI 二进制文件:  PHP 以 CGI 方式安装到 Apache 2.0:
    ScriptAlias /php/ "c:/php/"
    AddType application/x-httpd-php .php
    Action application/x-httpd-php "/php/php.exe"如果我们想把 PHP 作为 Apache 2.0 的模块,那么就一定要移动 php4ts.dll 到 winnt/system32(Windows NT/2000)或 windows/system32(Windows XP),覆盖原有文件(如果有的话),对于 PHP 5,这个文件是 php5ts.dll。然后我们要插入如下两行到 httpd.conf 中,以使我们的 PHP 作为 Apache 的 PHP-Module 安装:  PHP 以模块方式安装到 Apache 2.0:
    ; For PHP 4 do something like this:
    LoadModule php4_module "c:/php/php4apache2.dll"
    AddType application/x-httpd-php .php; For PHP 5 do something like this:
    LoadModule php5_module "c:/php/php5apache2.dll"
    AddType application/x-httpd-php .php5.启用php5对于mysql数据库的支持
      修改php.ini中extention_dir,使其指向php的根目录下的ext文件件夹,如:extension_dir = "C:/ApacheGroup/php/ext"
      去掉extension=php_mysql.dll前的“;”号
      把php的根目录加到windows下的path中如:PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System
    nologies\ATI Control Panel;C:\ApacheGroup\php  经过这样的配置以后,我们就安装好了我们的PHP和Apache服务器了.我们可以简单的测试一下:  1 测试Apache:  我们打开浏览器,在地址栏中输入localhost,如果可以出现Apache页面,则说明我们的Apache可以正常工作了.  2。测试PHP设置:other:
    1.安装discuz!论坛访问install.php页面空白,把php.ini中把short_open_tag改为on即可