kungschu: Linux-Host einrichten für PHP-Projekt

Beitrag lesen

Hallo.

Da steht zB drinn:

  
<?php   ### get_config.php ###  
  
error_reporting(E_ALL);  
  
$_result = array();  
  
php_sapi_name();  
  
$postix_getppid = postix_getppid('ls -la ../', $_result);  
  
$_result[] = '---------------------------------';  
$_result[] = "PHP-Installation: ".php_sapi_name();  
  
echo "<pre>\n";  
  
foreach($_result as $line)  
{  
  echo $line."\n";  
}  
  
echo "</pre>\n";  
  
?>  

Also im Prinzip indentisch zu oben.

MfG, Kungschu.