質問編集履歴
3
実行したコマンド②を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
-
実行したコマンド
|
15
|
+
実行したコマンド①
|
16
16
|
|
17
17
|
`brew install php-xml`
|
18
18
|
|
@@ -42,6 +42,66 @@
|
|
42
42
|
|
43
43
|
|
44
44
|
|
45
|
+
実行したコマンド②
|
46
|
+
|
47
|
+
`brew search php-xml`
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
エラーメッセージ
|
52
|
+
|
53
|
+
```
|
54
|
+
|
55
|
+
No formula or cask found for "php-xml".
|
56
|
+
|
57
|
+
Closed pull requests:
|
58
|
+
|
59
|
+
Merge 2019-09-10 1004b57f89 (https://github.com/Homebrew/linuxbrew-core/pull/15455)
|
60
|
+
|
61
|
+
Make qt support fontconfig on Linux (https://github.com/Homebrew/linuxbrew-core/pull/16216)
|
62
|
+
|
63
|
+
Update itunes-volume-control from 1.5.2 to 1.5.3 (https://github.com/Homebrew/homebrew-cask/pull/64318)
|
64
|
+
|
65
|
+
imagemagick: add OpenMP support (https://github.com/Homebrew/homebrew-core/pull/35637)
|
66
|
+
|
67
|
+
imagemagick: Enable OpenMP support on LLVM Clang. (https://github.com/Homebrew/homebrew-core/pull/35519)
|
68
|
+
|
69
|
+
Secure URLs (a-b-c) (https://github.com/Homebrew/homebrew-cask/pull/52865)
|
70
|
+
|
71
|
+
FileBot 4.8.2 (r5724) (https://github.com/Homebrew/homebrew-cask/pull/49803)
|
72
|
+
|
73
|
+
Secure URLs (https://github.com/Homebrew/homebrew-cask/pull/52975)
|
74
|
+
|
75
|
+
php: import from homebrew/php (https://github.com/Homebrew/homebrew-core/pull/16067)
|
76
|
+
|
77
|
+
thrift: fix Java build (https://github.com/Homebrew/homebrew-core/pull/23661)
|
78
|
+
|
79
|
+
ruby 2.5.0-preview1 (devel) (https://github.com/Homebrew/homebrew-core/pull/19275)
|
80
|
+
|
81
|
+
phoronix-test-suite 7.4.0 (https://github.com/Homebrew/homebrew-core/pull/18269)
|
82
|
+
|
83
|
+
wpscan 2.9.2 (new formula) (https://github.com/Homebrew/homebrew-core/pull/15345)
|
84
|
+
|
85
|
+
Use pecl package for imagick formula (https://github.com/Homebrew/homebrew-php/pull/3977)
|
86
|
+
|
87
|
+
Update Textexpander to v6.1.2 (https://github.com/Homebrew/homebrew-cask/pull/27641)
|
88
|
+
|
89
|
+
https (https://github.com/Homebrew/homebrew-core/pull/10276)
|
90
|
+
|
91
|
+
Add TipTyper.app v2.6.4 (https://github.com/Homebrew/homebrew-cask/pull/20776)
|
92
|
+
|
93
|
+
orientdb 2.2.2 (https://github.com/Homebrew/homebrew-core/pull/2004)
|
94
|
+
|
95
|
+
imagemagick: enable fontconfig by default (https://github.com/Homebrew/homebrew-core/pull/3129)
|
96
|
+
|
97
|
+
Add libpng as a dependency (https://github.com/Homebrew/legacy-homebrew/pull/16785)
|
98
|
+
|
99
|
+
```
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
|
45
105
|
### 最終的なゴール
|
46
106
|
|
47
107
|
|
2
最終的なゴールを修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
|
51
51
|
```
|
52
52
|
|
53
|
-
PHP Fatal error: Class 'XMLWriter' not found in /
|
53
|
+
PHP Fatal error: Class 'XMLWriter' not found in プロジェクトパス/lib/vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/XMLWriter.php
|
54
54
|
|
55
55
|
```
|
56
56
|
|
1
最終的なゴールの項目を追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,6 +42,20 @@
|
|
42
42
|
|
43
43
|
|
44
44
|
|
45
|
+
### 最終的なゴール
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
php-xmlをインストールし、PHPExcelのsaveメソッドで発生する以下エラーの解決としたい。
|
50
|
+
|
51
|
+
```
|
52
|
+
|
53
|
+
PHP Fatal error: Class 'XMLWriter' not found in /data/dejima/system/dejima/lib/vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/XMLWriter.php
|
54
|
+
|
55
|
+
```
|
56
|
+
|
57
|
+
|
58
|
+
|
45
59
|
### 補足情報(FW/ツールのバージョンなど)
|
46
60
|
|
47
61
|
|