Guardian God PHP Suite PHP Version upgrade method
This article mainly introduces the Guardian God PHP Suite PHP Version upgrade method (php5.5.24), the need for friends can refer to the following
The recent small series began to study the win2008 R2 PHP environment configuration, found that the protection of the God's PHP suite is very useful, easy to install, but because the PHP version is not the latest version, so you want to upgrade PHP, because the new version of PHP fixed some bugs so here to share the next method, You need a friend to refer to below.
PHP Suite for 64-bit systems (win2008 r2/win2012)
Download the new PHP file again, here php5.5.24
Note: You need to download the 64-bit
After downloading the installation:
1. Back up the PHP directory first
2, extract to PHP directory, need to create a new temp directory (and check permissions)
3, modify the php.ini configuration file, you can refer to the search and repair
?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21st 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
1. dll file Extension=php_bz2.dll Extension=php_curl.dll ; Extension=php_fileinfo.dll Extension=php_gd2.dll ; Extension=php_gettext.dll ; Extension=php_gmp.dll ; Extension=php_intl.dll ; Extension=php_imap.dll ; Extension=php_interbase.dll ; Extension=php_ldap.dll Extension=php_mbstring.dll Extension=php_exif.dll; Must is after mbstring as it depends on it Extension=php_mysql.dll Extension=php_mysqli.dll ; Extension=php_oci8.dll; Use with Oracle 10gr2 Instant Client ; Extension=php_oci8_11g.dll; Use with Oracle 11gR2 Instant Client Extension=php_openssl.dll ; Extension=php_pdo_firebird.dll Extension=php_pdo_mysql.dll ; Extension=php_pdo_oci.dll Extension=php_pdo_odbc.dll Extension=php_pdo_pgsql.dll Extension=php_pdo_sqlite.dll Extension=php_pgsql.dll ; Extension=php_pspell.dll ; Extension=php_shmop.dll ; The MIBS data available in the PHP distribution must is installed. ; See http://www.php.net/manual/en/snmp.installation.php ; Extension=php_snmp.dll ; Extension=php_soap.dll ; Extension=php_sockets.dll Extension=php_sqlite3.dll ; Extension=php_sybase_ct.dll ; Extension=php_tidy.dll ; Extension=php_xmlrpc.dll ; Extension=php_xsl.dll 2. Time zone issues Date.timezone = PRC 3. Other Settings Short_open_tag = Off Disable_functions =exec,system,passthru,popen,pclose,shell_exec,proc_open,dl,chmod Max_input_vars = 1000 Error_log = syslog Open Log Request_order = "CGP" Post_max_size = 200M Extension_dir = "E:\Program files\phpweb\php\ext\" Cgi.force_redirect = 0 Cgi.fix_pathinfo=1 Fastcgi.impersonate = 1 Upload_tmp_dir = "E:\Program files\phpweb\php\temp\" Upload_max_filesize = 200M Max_file_uploads = 200 Session.save_path = "E:\Program files\phpweb\php\temp\" Session.auto_start = 1 |
Have a:
Script Home original article, if everyone has a better method with the software can be shared to us. Thank you.
http://www.bkjia.com/PHPjc/997702.html www.bkjia.com true http://www.bkjia.com/PHPjc/997702.html techarticle Guardian God php Suite PHP Version upgrade method This article mainly introduces the Guardian God PHP Suite PHP Version upgrade method (php5.5.24), the need for friends can refer to the recent small series to start learning research ...