1 _php_run_pref=/opt/lamp/php/php
 
   2 _external_parser=/opt/lamp/php/php -l -f {0}
 
   3 _mysql_run_pref=/opt/lampp/lampp startmysql
 
   4 _apache_run_pref=/opt/lampp/lampp
 
   5 _xampp_start_pref=/opt/lampp/lampp start
 
   6 _xampp_stop_pref=/opt/lampp/lampp stop
 
   7 __mysql_start=startmysql
 
   8 __apache_start=startapache -c \"DocumentRoot {0}\"
 
  10 __apache_restart=restart
 
  11 _mysql_start_background=true
 
  12 _apache_start_background=true
 
  13 _apache_stop_background=true
 
  14 _apache_restart_background=true