[phpXML] phpxml Version 1.N.4
Brought to you by:
bs_php,
nigelswinson
From: <nig...@us...> - 2001-10-09 13:10:21
|
Spotted a major blunder in 1.N.3. Well only major if you are using operators in your XPath searches. They all end up getting evaluated as mod as I missed the break statements from the switch block. This means you often get div/0 errors as false is interpreted as 0. Oops. Sorry :o) Also made what I think is quite an important optimisation to some of the evaluate() private functions so that searches with fully qualified node positions will take 3 less function calls than they were. http://sourceforge.net/projects/phpxmldb/ Nigel -- This message has been sent through the <phpXML/> user discussion list. To unsubscribe, please visit https://sslsites.de/mailinglisten/user/us...@li.../ |