Today I've tried to track the origins of this bug.
This is a windows specific problem. I'll try to explain:
The configure script of livedocs is using 'cygpath -w' to get the path to
PHP. This will produce something like:
'C:\cvs\phpdoc'.
Then when mkindex.php in parsing the file-entities.ent file,
t: 28 May 2004 22:06
> To: [EMAIL PROTECTED]; PHPdoc
> Subject: [PHP-DOC] Re: livedocs bug
>
> > I don't see this problem on *nix, could it be that it is
> win32 specific?
> >
> > Ilia
>
>
> Maybe, I'm using windows...
>
> There was already,
> I don't see this problem on *nix, could it be that it is win32 specific?
>
> Ilia
Maybe, I'm using windows...
There was already, a long time ago, a win specific problem because you were
mixing '/' and DIRECTORY_SEPARATOR. (but I think I've fix it).
If nobody fixes it, maybe tomorow I may take
I don't see this problem on *nix, could it be that it is win32 specific?
Ilia
On May 28, 2004 04:53 pm, you wrote:
> Hello,
>
> Latest "improvements" on livedocs have broken it.
>
> The problem is in handle_include(). It was modified so that it could solve
> the problem with PCRE (for example).