PHP

PHP tutorials & documentation

Zend Debugger 5.2.x Debian 5

How to install Zend Debugger 5.2.x on Debian 5

  1. Download the latest Zend Debugger source files.
    1. Visit the Zend Studio Downloads page:

phpMyAdmin Debian 5

How to install phpMyAdmin on Debian 5

  1. Install phpMyAdmin
    apt-get -y install phpmyadmin
    1. Select the apache2 web server to be automatically configured to run phpMyAdmin.
  2. Restart the Apache Server
    /etc/init.d/apache2 restart

How to test phpMyAdmin on Debian 5

  1. Visit http://localhost/phpmyadmin in your local web browser.
    Note: You should see the phpMyAdmin login page.

PHP Debian 5

How to install PHP on Debian 5

  1. Install PHP
    apt-get -y install php5 php5-cli php5-curl php5-dev php5-gd php5-mcrypt php5-mysql php-pear

How to configure PHP on Debian 5

  1. PHP Apache configuration
    1. Open the PHP configuration file
      gedit /etc/php5/apache2/php.ini
    2. Increase PHP script max execution time

Lamp Debian 5

How to install and configure LAMP on Fedora 13

  1. Linux
    1. How to install Debian 5
    2. How to configure Debian 5
    3. If you need to install virtualization tools

Zend Debugger 5.3.x Fedora 13

How to install Zend Debugger 5.3.x on Fedora 13

  1. Download the latest Zend Debugger source files
    1. Visit the Zend Studio Downloads page
      http://www.zend.com/en/products/studio/downloads
    2. Click the (TAR.GZ) 2.79MB link for the Studio Web Debugger v5.2.26 (64 bit)

phpMyAdmin Fedora 13

How to install phpMyAdmin on Fedora 13

  1. Install phpMyAdmin
    yum install phpmyadmin
  2. Restart the Apache Server
    service httpd restart

How to test phpMyAdmin on Fedora 13

  1. Visit http://localhost/phpmyadmin in your local web browser

PHP Fedora 13

How to install PHP on Fedora 13

  1. Install PHP
    yum install php php-soap php-pear php-devel

How to configure PHP on Fedora 13

  1. Open the PHP configuration file
    gedit /ect/php.ini
  2. Increase PHP script max execution time
    Replace max_execution_time = 30 with max_execution_time = 120
  3. Increase PHP script max upload size

Lamp Fedora 13

How to install and configure LAMP on Fedora 13

  1. Linux
Syndicate content