PHP

PHP tutorials & documentation

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 12

  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

Free Open Source PHP IDE Fedora 13

Build a completely Free PHP IDE using Open Source Software on Fedora 13

  1. Install and Configure LAMP on Fedora 13
    1. Install and Configure Fedora 13

Zend Debugger

The Zend Debugger is a PHP extension which can be installed on a web server to enable the debugging of PHP scripts. Visit the Zend PDT website for more information.

LAMP

LAMP is not software in itselft, but is acutally a solution stack of software used to run websites or servers. For more information on LAMP, visit wikipedia's LAMP Solution Stack article.

How to install and configure LAMP

Since LAMP is not actually software in itself, to install and configure it, we will install and configure the individual software components that make up a LAMP Solution Stack.

phpMyAdmin

phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Visit the phpMyAdmin website for more information.

PHP

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.  For more information on PHP, visit their website at www.php.net.

Version

This documentation was written for PHP 5.1.6 but may be usefull with other versions.

Syndicate content