]> git.sesse.net Git - xml-template/history - php5
Update the PHP SWIG version to PHP 7, with various crash fixes, too.
[xml-template] / php5 /
2009-02-28 sgunderson@bigfoot.comUse getAttributeNodeNS() to kill a tiny bit of PHP5...
2008-04-26 sgunderson@bigfoot.comImprove the HTML-entity-magic a bit for PHP5.
2008-04-26 sgunderson@bigfoot.comAdd our own clone stuff when removing dummy elements...
2008-04-26 sgunderson@bigfoot.comFix a bug where a cleaning run could skip over certain...
2008-04-26 sgunderson@bigfoot.comFix the oddest PHP5 bug in the world...
2008-04-26 sgunderson@bigfoot.comFix overwriting in PHP5.
2008-04-26 sgunderson@bigfoot.comFix a problem with older (?) PHP5 not having a childNod...
2008-04-26 sgunderson@bigfoot.comFix a PHP5 typo.
2008-04-21 sgunderson@bigfoot.comBe slightly more accurate wrt. PHP's bugginess.
2008-04-21 sgunderson@bigfoot.comAdd some hairy magic for removing excess namespaces.
2008-04-21 sgunderson@bigfoot.comSlightly less insane cross-document imports.
2008-04-21 sgunderson@bigfoot.comReinstate own_clone_node. All php5 tests pass!
2008-04-21 sgunderson@bigfoot.comFix including in php5.
2008-04-21 sgunderson@bigfoot.comTry to get DOM insertion fixed.
2008-04-21 sgunderson@bigfoot.comUse "real" document fragments instead of our own hacks.
2008-04-21 sgunderson@bigfoot.comLet's see if cloneNode() is fixed after all...
2008-04-21 sgunderson@bigfoot.comMore cloning fixes. clone.xml doesn't pass, but it...
2008-04-21 sgunderson@bigfoot.comMore cloning fixes for php5.
2008-04-21 sgunderson@bigfoot.comSlightly more insane php5 namespace cloning stuff.
2008-04-21 sgunderson@bigfoot.comSome fixes for php5 cloning. Still doesn't work properly.
2008-04-21 sgunderson@bigfoot.comFix cleaning, using the first undocumented method ...
2008-04-21 sgunderson@bigfoot.comMore style fixes for php5.
2008-04-21 sgunderson@bigfoot.comFix php5 node iteration. passthru passes.
2008-04-21 sgunderson@bigfoot.comFirst round of style changes to php5 just to make it...
2008-04-21 sgunderson@bigfoot.comAdd php5 (not working yet, just copied php4/).