Eric Stevens

Show:

What's happening?

  • Comment: ignore=.. option not working correctly on Win | fix attaced

    The issue seems to be with where Io.inc converts directory ignores into regular expressions. The RegExp always seems to use the \ character, while the path contains the / character. I added this line to the top of the checkIgnore() method in Io.inc: $path = strtr($path, "\\/", "\\\\"); This solved it for me. It's not the *correct* solution (which would involve correcting the generated...

    2008-01-02 14:21:06 UTC in PhpDocumentor

  • Comment: ignore option not working since upgrade to 1.4.0a2

    Running 1.4.0 on Apache 2.2 on Windows, PHP 5.2.3 I have files: /root.php /sub/a.php /sub/folder/b.php I have these configuration options: directory = ignore = sub/,sub\,/sub/,\sub\,/sub,\sub,\\sub,sub\\,\\sub\\,sub/*,sub\*,/sub/*,\sub\*,/sub,/sub,*sub/,*sub\ (This was basically every permutation of an attempt to ignore a sub...

    2008-01-02 13:59:41 UTC in PhpDocumentor

  • Block Project Takeover

    A user notified me that he requested a project takeover of my project (lotgd), and I would like to ensure that his request does not succeed. I am considering transferring ownership of the project, but I want it to be my decision and not his. How can I ensure that the unwanted project takeover request fails?.

    2007-03-26 14:12:41 UTC in SourceForge.net

About Me

  • 2003-03-16 (7 years ago)
  • 735268
  • mightye (My Site)
  • Eric Stevens

Send me a message