Etiket : restart

Merhaba bu makalede size PHP kurulumu ve PHP 5.2.17 kurulumunu göstereceğim. yum install php /etc/init.d/httpd restart Şimdi nano editor’umuzle index.php ye kod ekleyeceğiz. nano /var/www/html/index.php İndex.php ye giriş yaptıkdan sonra aşağıdaki komutları ekliyoruz ve ctrl-x ile kaydedip çıkıyoruz. <?php phpinfo(); ?> HTTPD servisine restart atıyoruz. service httpd restart PHP kurldu.Aşağıdaki komut ile kurulu olduğunu kontrol ..

Daha fazla oku

  Alttaki komutları sıra ile uygulayın KURULUM 1 yum update “*php*” yum install php-pear yum install gcc pecl install json cd /etc/php.d/ echo “extension=json.so” >> json.ini service httpd restart Kurulum 2 Installation steps on CentOs 5.3 include # yum install php-devel # yum install php-pear # yum install gcc # pear install pecl/json # cd ..

Daha fazla oku

  Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error ..

Daha fazla oku