mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Keep servlet working...
This commit is contained in:
parent
18ded31f4c
commit
b43df683ee
1 changed files with 1 additions and 0 deletions
|
@ -386,6 +386,7 @@ JNIEXPORT void JNICALL Java_net_php_servlet_send
|
||||||
chdir(cwd);
|
chdir(cwd);
|
||||||
#endif
|
#endif
|
||||||
file_handle.filename = SG(request_info).path_translated;
|
file_handle.filename = SG(request_info).path_translated;
|
||||||
|
file_handle.opened_path = NULL;
|
||||||
file_handle.free_filename = 0;
|
file_handle.free_filename = 0;
|
||||||
file_handle.type = ZEND_HANDLE_FP;
|
file_handle.type = ZEND_HANDLE_FP;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue