function check_prerequisites()
 {
     global $gcc, $libphp;
     #		if (!check_for_program ($gcc)) return false;
     if (!check_for_program("{$libphp}/libphp5.so")) {
         return false;
     }
     return true;
 }
Esempio n. 2
0
 function check_global_prerequisites()
 {
     global $php;
     return check_for_program($php);
 }
Esempio n. 3
0
 function check_prerequisites()
 {
     global $phc_compile_plugin;
     return check_for_program($phc_compile_plugin);
 }
Esempio n. 4
0
 function check_prerequisites()
 {
     global $graphviz_gc;
     return check_for_program($graphviz_gc);
 }