Browse Source

Fix typos

pull/1019/head
Martin Jansen 12 years ago
parent
commit
3a39f3ad70
  1. 4
      ext/libxml/libxml.c

4
ext/libxml/libxml.c

@ -861,8 +861,8 @@ static PHP_RINIT_FUNCTION(libxml)
xmlParserInputBufferCreateFilenameDefault(php_libxml_input_buffer_create_filename);
xmlOutputBufferCreateFilenameDefault(php_libxml_output_buffer_create_filename);
/* Enable the entity loader by default. This ensure that
* other threads/requests that might have disable the loader
/* Enable the entity loader by default. This ensures that
* other threads/requests that might have disabled the loader
* do not affect the current request.
*/
LIBXML(entity_loader_disabled) = 0;

Loading…
Cancel
Save