0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
Jul 07, 2025 — Jul 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
<br /> rather than <br \> More... about 18 years ago
- getTextSet didn't properly handle attributes which meant you couldn't use things like insertNode() More... over 20 years ago
- Support node names that start with an _. More... over 21 years ago
- Change all debugging code to use $this->aDebugFunctions and $ThisFunctionName for maintainability - Missed a couple of $this-> in importFromString() meaning you can only import to the root node. - Pass debug flag into _openDebugFunction/_closeDebugFunction - Copy _ProfEnd/_ProfBegin from phpxmldb project More... over 21 years ago
- array_merge() can no longer take string arguments in insertChild(). Must pass it arrays. More... over 21 years ago
- Remove references to the getAttribute() function. It doesn't exist, we call getAttributes(). - Make sure attribute name matching is case insensitive if the parse options say XML_CASE_FOLDING More... over 21 years ago
Detail the extra step for uploading release notes to carrubbers.org More... almost 22 years ago
Update for Version 3.5 More... almost 22 years ago
Change to Visual Studio's preferred tab layout More... almost 22 years ago
Update for Version 3.5 More... almost 22 years ago
Add a missing </a> More... almost 22 years ago
Add a missing ; More... almost 22 years ago
Update for version 3.5 More... almost 22 years ago
Added tests for searching for html entities in attributes More... almost 22 years ago
Need to clearstatcache in exportToFile to permit quick read/write ops More... almost 22 years ago
Add tests to show ., - and _ are allowed in node names in node tests More... almost 22 years ago
Permit . in node names in node tests More... almost 22 years ago
Project name is Php.XPath not PhpXPath More... almost 22 years ago
- CVS settings were wrong for phpxmldb, so I was checking in phpxmldb updates into the phpxpath project. Removing phpxmldb related stuff More... almost 22 years ago
Only read in xslFile and xmlFile if we don't already have the data More... almost 22 years ago
Remove the .net.xml files as they are just the result of transformations to the .xml files More... almost 22 years ago
Add some extra whitespace More... almost 22 years ago
Use expanded <?php rather than just <? More... almost 22 years ago
- Add a h4 style More... almost 22 years ago
- Improve the gui for selecting a file to profile rather than requiring the whole thing to be typed out. More... almost 22 years ago
Correct to work with Php.XPath More... almost 22 years ago
Loosen restriction when looking for function definitions More... almost 22 years ago
New .php redirector to the .css file for use with new version of documentation.php More... almost 22 years ago
Andrej Arn kindly reported that the translateAmpersand function is no longer required in PHP5, so has provide a fix such that it is cicumvented if the phpversion() is V5 More... about 22 years ago
Remove assignment to $this object to make object work with PHP5. More... about 22 years ago