Changes between Version 15 and Version 16 of BuildingFromSource
- Timestamp:
- 07/09/2007 02:18:38 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingFromSource
v15 v16 7 7 * Get the XCache source files, see GettingSource. 8 8 * the [http://www.php.net/downloads.php lastest version] of php 4.3.x, 4.4.x, 5.1.x, 5.2.x or 6.x series, 5.0.x isn't one of them. You can check the version with: 9 ====== Check version with cli ====== 9 10 {{{ 10 11 #!ShellExample … … 15 16 }}} 16 17 or setup a file with: 18 ====== Check version with phpinfo ====== 17 19 {{{ 18 20 #!php … … 25 27 * common build tools: c compiler, make, libtool (required by php build env) 26 28 * php building env installed. if you've install php yourself, make sure you have do "make install". for some os distro, there is "php-devel" package. check it out with: 29 ====== Check phpize ====== 27 30 {{{ 28 31 #!ShellExample … … 38 41 == Building == 39 42 GettingSource, and cd into XCache directory. 43 ====== Build ====== 40 44 {{{ 41 45 #!ShellExample … … 77 81 78 82 == Installing == 83 ====== Install with root ====== 79 84 {{{ 80 85 #!ShellExample

