How to upgrade the php version of guard php suite

Source: Internet
Author: User

How to upgrade the php version of guard php suite

This article mainly introduces the php version upgrade method (php5.5.24) of the guard God php suite. If you need it, refer

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

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

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 be 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 be 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_cmd.dll

 

2. Time Zone Problems

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 enabled log

 

Request_order = "CGP"

 

Post_max_size = 200 M

 

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 = 200 M

Max_file_uploads = 200

 

Session. 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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.