This article mainly introduces the php version upgrade method (php5.5.24) of guard God php suite. if you need it, you can refer to the php environment configuration of win2008 R2, I found that the php suite provided by guard is very easy to use and easy to install. However, because the php version is not the latest version, I want to upgrade php, the new version of php fixes some bugs, so I will share the method here. For more information, see.
Php kit for 64-bit systems (win2008 r2/win2012)
Download the php file of the new version. here, php5.5.24
Note: 64-bit download is required.
After the download and installation:
1. back up the php directory first.
2. decompress the package to the php directory and create a new temp directory (and check the permission)
3. modify the php. ini configuration file. you can search and repair it by referring
1. dll file extension = php_curl.dll; extension = php_gd2.dll; extension = php_gettext.dll; extension = extension; extension = php_imap.dll; extension = php_interbase.dll; extension = runtime = php_exif.dll; Must be after mbstring as it depends on itextension = runtime = php_mysqli.dll; extension = php_oci8.dll; Use with Oracle 10gR2 Instant Client; extension = runtime; use with Oracle 11gR2 Instant Clientextension = php_openssl.dll; extension = plugin = php_pgsql.dll; extension = php_pspell.dll; extension = php_shmop.dll; the MIBS data available in the PHP distribution must be installed .; see http://www.php.net/manual/en/snmp.installation.php ; Extension = php_snmp.dll; extension = php_soap.dll; extension = plugin = php_sqlite3.dll; extension = plugin; extension = php_tidy.dll; extension = plugin; extension = php_xsl.dll2, time zone issue date. timezone = PRC3, other settings short_open_tag = Offdisable_functions = exec, system, passthru, popen, pclose, shell_exec, proc_open, dl, chmodmax_input_vars = 1000error_log = syslog enable log request_order = "CGP" post_max_size = 200Mextension_dir = "e: \ Program Files \ PHPWEB \ php \ ext \" cgi. force_redirect = 0cgi. fix_pathinfo = 1fastcgi. impersonate = 1upload_tmp_dir = "e: \ Program Files \ PHPWEB \ php \ temp \" upload_max_filesize = 200Mmax_file_uploads = 200session. save_path = "e: \ Program Files \ PHPWEB \ php \ temp \" session. auto_start = 1
Here:
If you have a better method and software, share it with us. Thank you.