We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33dd226 + e44b1a9 commit 674bccaCopy full SHA for 674bcca
sapi/fpm/fpm/fpm_main.c
@@ -1904,6 +1904,13 @@ consult the installation file that came with this distribution, or visit \n\
1904
1905
php_execute_script(&file_handle);
1906
1907
+ /* Without opcache, or the first time with opcache, the file handle will be placed
1908
+ * in the CG(open_files) list by open_file_for_scanning(). Starting from the second
1909
+ * request in opcache, the file handle won't be in the list and therefore won't be destroyed for us. */
1910
+ if (!file_handle.in_list) {
1911
+ zend_destroy_file_handle(&file_handle);
1912
+ }
1913
+
1914
fastcgi_request_done:
1915
if (EXPECTED(primary_script)) {
1916
efree(primary_script);
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments