Skip to content
This repository was archived by the owner on Dec 11, 2018. It is now read-only.

Commit 6a39bdb

Browse files
committed
update the readme file
1 parent 41c4dfb commit 6a39bdb

File tree

1 file changed

+16
-26
lines changed

1 file changed

+16
-26
lines changed

README.md

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -82,30 +82,20 @@ It has the following modules:
8282
## GD information
8383

8484
```
85-
array(12) {
86-
'GD Version' =>
87-
string(26) "bundled (2.1.0 compatible)"
88-
'FreeType Support' =>
89-
bool(false)
90-
'GIF Read Support' =>
91-
bool(true)
92-
'GIF Create Support' =>
93-
bool(true)
94-
'JPEG Support' =>
95-
bool(false)
96-
'PNG Support' =>
97-
bool(true)
98-
'WBMP Support' =>
99-
bool(true)
100-
'XPM Support' =>
101-
bool(false)
102-
'XBM Support' =>
103-
bool(true)
104-
'WebP Support' =>
105-
bool(false)
106-
'BMP Support' =>
107-
bool(true)
108-
'JIS-mapped Japanese Font Support' =>
109-
bool(false)
110-
}
85+
GD Support => enabled
86+
GD Version => bundled (2.1.0 compatible)
87+
FreeType Support => enabled
88+
FreeType Linkage => with freetype
89+
FreeType Version => 2.8.1
90+
GIF Read Support => enabled
91+
GIF Create Support => enabled
92+
JPEG Support => enabled
93+
libJPEG Version => 8
94+
PNG Support => enabled
95+
libPNG Version => 1.6.34
96+
WBMP Support => enabled
97+
XBM Support => enabled
98+
99+
Directive => Local Value => Master Value
100+
gd.jpeg_ignore_warning => 1 => 1
111101
```

0 commit comments

Comments
 (0)