Changes between Version 29 and Version 30 of QuickStartGuide
- Timestamp:
- 04/08/08 13:15:49 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuickStartGuide
v29 v30 11 11 Below are the minimum requirements: 12 12 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 16 15 * [wiki:NPCDownload Latest NPC Release] 17 16 * [http://sourceforge.net/project/showfiles.php?group_id=26589 NDOUtils 1.4b7] … … 31 30 32 31 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 moduleI 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: 34 33 35 34 {{{