PHP

 
 
PHP (= Hypertext Preprocessor) is an HTML-embedded server-side scripting language.

PHP is distributed at no charge for commercial or non-commercial use. For more information read the LICENSE information.

More information about PHP can be found at: http://www.php.net

PHP manuals can be found at:
http://www.php.net/manual/en/
http://devzone.zend.com/manual/

The latest PHP version can be downloaded from: http://www.php.net/downloads.php







Install PEAR SOAP in PHP 5.2.8



Information
none

Operating system used
Windows Vista Home Premium SP 1

Software prerequisites
PEAR


Procedure
  1. Install the following PEAR packages:
    • pear install Net_DIME-1.0.1
    • pear install Mail_Mime-1.5.2
    • pear install Mail-1.2.0b1
    • pear install SOAP-0.12.0

  2. Show all installed packages, type:
    pear list

    You will see the following:
    
    INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
    =========================================
    PACKAGE           VERSION STATE
    :
    HTTP_Request      1.4.4   stable
    Mail              1.2.0b1 beta
    Mail_Mime         1.5.2   stable
    Mail_mimeDecode   1.5.0   stable
    Net_DIME          1.0.1   stable
    Net_Socket        1.0.9   stable
    Net_URL           1.0.15  stable
    SOAP              0.12.0  beta
    :
    
  3. To check if you can access a web service, see: Code example how to access the Countries web service. More information about this web service, see: Information about the Countries web service.