1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

- add a note about the actual problen so we don't forget it

This commit is contained in:
Pierre Joye
2009-05-26 08:10:49 +00:00
parent 7811bcb155
commit d8b76a8411

View File

@@ -1781,6 +1781,9 @@ static PHP_FUNCTION(xmlwriter_open_uri)
RETURN_FALSE;
}
/* TODO: Fix either the PHP stream or libxml APIs: it can then detect when a given
path is valid and not report out of memory error. Once it is done, remove the
directory check in _xmlwriter_get_valid_file_path */
#ifndef ZEND_ENGINE_2
ioctx = php_xmlwriter_streams_IO_open_write_wrapper(valid_file TSRMLS_CC);
if (ioctx == NULL) {