Changes between Version 29 and Version 30 of QuickStartGuide

Show
Ignore:
Timestamp:
04/08/08 13:15:49 (5 years ago)
Author:
divagater
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartGuide

    v29 v30  
    1111Below are the minimum requirements:  
    1212 
    13  * PHP 5.2 
    14   * PDO module is required (php-pdo may need to be installed as a module) 
    15   * PHP 5.1.6 is known to work following some extra steps listed below. 
     13 * PHP 5.1 
     14  * PDO and JSON support are required 
    1615 * [wiki:NPCDownload Latest NPC Release] 
    1716 * [http://sourceforge.net/project/showfiles.php?group_id=26589 NDOUtils 1.4b7] 
     
    3130 
    3231 
    33 '''Note on PHP 5.1.x''': I have successfully tested NPC on PHP 5.1.6. This required that the pdo and json modules be installed (JSON is uncluded in PHP 5.2). I was able to install php-pdo via yum. For the json module I found a source rpm [http://aurore.net/projects/php-json/php-json-4.3.2_1.2.1-1.aurore.src.rpm here]. I rebuilt the rpm for php 5.1.6 with the following command. Prior to rebuilding I had to install a few extra components with yum. In my case I had to do a:  
     32'''Note on RHES/CentOS PHP 5.1.x''': I have successfully tested NPC on PHP 5.1.6. This required that the json module be installed (JSON is included in PHP 5.2). I could not find a pre-built php-json module for RHES/CentOS with PHP 5.1.x. I found a source rpm [http://aurore.net/projects/php-json/php-json-4.3.2_1.2.1-1.aurore.src.rpm here]. I rebuilt the rpm for php 5.1.6 with the following command. Prior to rebuilding I had to install a few extra components with yum. In my case I had to do a:  
    3433 
    3534{{{