Posted by: uouuou on: January 15, 2009
[บันทึกกันลืม]
การ install WAMP (windows apache php mysql)
สถานะโปรแกรม
OS Windows XP SP2
Apache2.2.11
PHP5.2.8
Mysql5.1
Phpmyadmin3.1.1
Postgresql8.3.5.2
Phppgmyadmin4.2.2
ขั้นตอน
INSTALL Apache2.2 from apache_2.2.11-win32-x86-no_ssl.msi ( download @ http://httpd.apache.org/download.cgi )
INSTALL PHP2.5.8 from php-5.2.8-Win32.zip ( download @ http://th.php.net/downloads.php )and extract to C:/PHP
Copy php.ini to C:/windows
Copy php5ts.dll to C:/windows/system32
Config php.ini
edit max_execution_time=30; to 60-120 ( max_execution_time is Time to execution 1 script file )
Create folder TEMP on C:/PHP/
edit session.save_path=/tmp to [...]