mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
MFH: only need context set once
This commit is contained in:
parent
197142b3e0
commit
fbda9ce9f4
@ -386,7 +386,7 @@ php_libxml_output_buffer_create_filename(const char *URI,
|
||||
|
||||
/* try with a non-escaped URI this may be a strange filename */
|
||||
if (context == NULL) {
|
||||
context = context = php_libxml_streams_IO_open_write_wrapper(URI);
|
||||
context = php_libxml_streams_IO_open_write_wrapper(URI);
|
||||
}
|
||||
|
||||
if (context == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user