teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

os記述

2019/08/05 04:47

投稿

art_of
art_of

スコア21

title CHANGED
File without changes
body CHANGED
@@ -28,4 +28,8 @@
28
28
  [XBM Support] => 1
29
29
  [WebP Support] =>
30
30
  [JIS-mapped Japanese Font Support] =>
31
+ ```
32
+ 環境
33
+ ```
34
+ LINUX、macOS Mojave
31
35
  ```

1

gd_infoの記載

2019/08/05 04:47

投稿

art_of
art_of

スコア21

title CHANGED
File without changes
body CHANGED
@@ -11,4 +11,21 @@
11
11
  ```
12
12
 
13
13
  phpドキュメントで最低バージョンを確認したところ、PHP 5 >= 5.4.0, PHP 7 となっていて、今、自分のphpバージョンがPHP 5.6.32でしたので、バージョン的にはクリアできています。
14
- 解決方法として考えられるものがあれば教えていただきたいです。
14
+ 解決方法として考えられるものがあれば教えていただきたいです。
15
+
16
+ gd_info()の結果
17
+ ```
18
+ [GD Version] => bundled (2.1.0 compatible)
19
+ [FreeType Support] => 1
20
+ [FreeType Linkage] => with freetype
21
+ [T1Lib Support] => 1
22
+ [GIF Read Support] => 1
23
+ [GIF Create Support] => 1
24
+ [JPEG Support] => 1
25
+ [PNG Support] => 1
26
+ [WBMP Support] => 1
27
+ [XPM Support] =>
28
+ [XBM Support] => 1
29
+ [WebP Support] =>
30
+ [JIS-mapped Japanese Font Support] =>
31
+ ```