Hey all,

In commit http://git.php.net/?p=php-src.git;a=commitdiff;h=afe98b78
I just noticed two instances of the following:

ctxt->options -= XML_PARSE_DTDLOAD;

Shouldn't that be

ctxt->options &= ~XML_PARSE_DTDLOAD;

or am I missing something?

-- 
Ard.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to