質問編集履歴
3
イメージ画像
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,4 +60,4 @@
|
|
60
60
|
|
61
61
|
|
62
62
|
|
63
|
-

|
2
Chromeのタイムアウト画面を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -49,3 +49,15 @@
|
|
49
49
|
Apache2.4
|
50
50
|
|
51
51
|
PHP5.6 (CakePHP3.2)
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
---
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
ブラウザ側のタイムアウト(Chrome)
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+

|
1
微修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,15 +26,15 @@
|
|
26
26
|
|
27
27
|
set_time_limit(0);
|
28
28
|
|
29
|
-
header('Content-Type: application/zip;');
|
30
|
-
|
31
|
-
header('Content-Disposition: attachment;filename="huge.zip"');
|
32
|
-
|
33
29
|
|
34
30
|
|
35
31
|
// ZIPファイル生成のとても時間がかかる処理
|
36
32
|
|
37
33
|
|
34
|
+
|
35
|
+
header('Content-Type: application/zip;');
|
36
|
+
|
37
|
+
header('Content-Disposition: attachment;filename="huge.zip"');
|
38
38
|
|
39
39
|
$file = fopen($zip, 'r');
|
40
40
|
|