Skip to content
Snippets Groups Projects
  1. Jan 14, 2009
  2. Jan 13, 2009
  3. Jan 12, 2009
  4. Jan 05, 2009
  5. Jan 04, 2009
  6. Jan 02, 2009
  7. Dec 29, 2008
    • michael's avatar
      Workaround for a PHP/libxml-bug with entities · 8285d596
      michael authored
      As described on http://bugs.php.net/bug.php?idE996, current versions of libxml (2.7.0/1) lead to the fact that the xml parser of PHP eats predefined entities. As proposed on http://bugs.simplepie.org/issues/show/101 predefined entities are replaced by their numeric equivalents. There is no condition in this patch as there are people reporting it isn't gone in 2.7.2, i can confirm that, and furthermore here PHP is reporting libxml 20632 and the bug exists, too (it is linked to libxml2 though which has version 2.7.2). As soon as there is definite knowledge on which versions are actually concerned and how to detect them in PHP a condition should be added as this patch might decrease the performance of the affected functions.
      
      darcs-hash:20081229213341-074e0-10e0cca836c6599efe4d3dfd45f512d624d0a808.gz
  8. Dec 30, 2008
  9. Dec 26, 2008
  10. Dec 18, 2008
  11. Dec 16, 2008
  12. Dec 13, 2008
  13. Dec 12, 2008
  14. Dec 13, 2008
    • Andreas Gohr's avatar
      don't check for file existance in fullpath() by default · b328697d
      Andreas Gohr authored
      In most (all) calls to fullpath() the existance of the resulting path is not
      important or is checked externally, so checking inside fullpath() is a waste
      of CPU cycles.
      
      darcs-hash:20081213083355-7ad00-4987a85950a13e5d3c527b3b17b1092e0fa1c567.gz
      b328697d
  15. Dec 12, 2008
  16. Dec 10, 2008
  17. Dec 07, 2008
  18. Dec 06, 2008
Loading