- ; Extension=php_dba.dll
- ; Extension=php_dbase.dll
- ; Extension=php_filepro.dll
- ; Extension=php_gd2.dll
- ; Extension=php_imap.dll
- ; Extension=php_mysql.dll
Copy CodeNext, modify some of the restrictions:
- Memory_limit = 20M
- Post_max_size = 20M
- Upload_max_filesize = 20M
Copy CodeFinally, change this file name to php.ini copy to C:\winnt. (Operating system is Windows 2000) 3. Copy the Libmysql.dll Php5apache2_2.dll Php5ts.dll under D:\PHP5 to Winnt/system32 at this point, you run the MySQL-supported PHP program. Create a new Notepad to write a statement: Save as info.php stored under D:\apach\htdocs, enter http://localhost/info.php in the browser If you can see the PHP information page to prove that you can run PHP 4.phpMyAdmin configuration in the browser input http://localhost/phpmyadmin, if you see the MySQL login interface instructions can run MySQL supported PHP program, If unable to log in, to configure the phpMyAdmin, open the phpMyAdmin folder libraries/config.default.php find $cfg[' Servers ' [$i] [' auth_type '] = ' Config '; Modify config as a cookie, if PHP is installed as a module, it can also be modified to HTTP if "configuration file now requires top secret phrase password (blowfish_secret)", then please $cfg[' blowfish_secret ') = "; the equals sign inside the cookie that sets your website, for example: $cfg [' blowfish_secret '] = ' www.loosky.net ', this is because your" $cfg [' Servers '] [$i] [' auth_type '] = ' The reason for the cookie '.
- $cfg [' pmaabsoluteuri '] = ' your phpmyadmin address ';
- $cfg [' Servers '] [$i] [' host '] = ' localhost ';
- $cfg [' Servers '] [$i] [' user '] = ' root '; MySQL User
- $cfg [' Servers '] [$i] [' password '] = ' 123′;
Copy CodeRestart Apach If you see the MySQL login interface stating that the configuration was successful, complete the apache2.2+php5.2+mysql5.0+phpmyadmin2.9 installation process at this time. Four, Zend Installation and configuration
- There are four components of the Zend:
- * Zend Platform
- * Zend Studio
- * Zend Optimizer
- * Zend Guard
Copy CodeThe recommendation program is also placed in the D-Disk Zend folder, the specific process is no longer detailed. PHP Server Environment configuration (Apache and IIS two methods) PHP Server Environment Construction method under Ubuntu configuration PHP Server environment PHP and MySQL server configuration instructions PHP get server information class PHP get server-side information alternative method PHP get server information for a piece of code |