For more information about installing PHP5 configuration in Windows _php Tutorial

Source: Internet
Author: User
PHP rapid Development, the advent of PHP5 makes it more powerful, the following teaches you about PHP5 configuration. PHP5 includes some of the following important features:
The Zend engine supports the new object model and many new features.
XML support has been completely rewritten, extending performance around the excellent LIBXML2 library (http://www.xmlsoft.org/).
The new simplexml extension, PHP object easy access operation.
New built-in SOAP extensions to support the exchange of Web services.
Added a MySQL extension named mysqli, which supports MySQL4.1 and later versions of the feature.
Binds the SQLite database.
Significantly improved flow design, including through-flow operation of the underlying socket

Installing the PHP5 configuration under Windows systems

First, click here to download PHP5 for Win32, and then let's get started. Take PHP for Apache as CGI binary as an example, I like this way. Take the installation directory c:php as an example; Remove the original PHP installation directory and unzip the php-5.0.0-win32.zip to c:php. Rename Php.ini-dist to PHP.ini (same as PHP4) and modify the Apache httpd.conf file. Delete the original statement with PHP4.

Take the following lines instead:

 
  
  
  1. scriptalias/php/"c:/php/"
  2. AddType application/x-httpd-php. php

Modify PHP.ini, remove Extension=php_mysql.dll front ";", default is there!

The same is true of PHP for Apache as module. Modify Apache's httpd.conf

 
  
  
  1. LoadModule Php5_module C:/php/php5apache.dll
  2. Addmodule mod_php5.c

But this way you have to copy all the DLL files to the Windows system directory, php.ini and Php.exe to the Windows system directory.

Both of these methods have been tried. PHP4 Writing program can run!

settings for the apache2

Don't addmodule mod_php5.c,loadmodule php5_module c:/php/ Php5apache2.dll, is php5apache2.dll, need to be PHP directory DLL files (the following files do not have to be copied: Php5activescript.dll, Php5apache.dll, php5apache_ Hooks.dll, Php5apache2.dll, Php5isapi.dll, Php5nsapi.dll) are copied to the above mentioned directory (98, Me is System). The above is the PHP5.0 configuration steps, I hope to be helpful to everyone.


http://www.bkjia.com/PHPjc/446481.html www.bkjia.com true http://www.bkjia.com/PHPjc/446481.html techarticle PHP Rapid Development, the advent of PHP5 makes it more powerful, the following teaches you about PHP5 configuration. PHP5 includes some of the following important features: Support for new object models and many new features ...

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.