Changes between Version 20 and Version 21 of Faq
- Timestamp:
- 2007-07-09T14:12:29+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Faq
v20 v21 14 14 == Where Is ./configure? == 15 15 Well... you have to install php first, which gives you "phpize" executable(script), and do 16 ====== phpize ====== 16 17 {{{ 17 18 #!ShellExample … … 33 34 == I get "Cannot dynamically load xcache.so" == 34 35 When u get {{{PHP Warning: Unknown(): Cannot dynamically load xcache.so - dynamic modules are not supported in Unknown on line 0}}}, it's because your php is running on a arch/os that don't support dynamic load library(aka modules), to solve it: 36 ====== build as static module ====== 35 37 {{{ 36 38 #!ShellExample … … 60 62 Checking: 61 63 62 === Good Exmaple===64 ====== Good Exmaple ====== 63 65 {{{ 64 66 #!ShellExample … … 70 72 }}} 71 73 72 === Bad Exmaple===74 ====== Bad Exmaple ====== 73 75 {{{ 74 76 #!ShellExample

