Guard php kit php version upgrade method (php5.5.24), Kit php5.5.24
Recently, I started to study the php environment configuration of win2008 r2, and found that the php suite of guard God is very easy to use and easy to install, but because the php version is not the latest version, so I want to Upgrade php, because 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 the original article with us. Thank you.