On Mon, Sep 1, 2008 at 17:03, G. T. Stresen-Reuter <[EMAIL PROTECTED]> wrote: > I'm trying to build the PHP docs locally but configure.php is failing with > the following error: > > ========================================================== > Loading and parsing manual.xml... failed. > > ERROR (/Users/tedsr/phpdoc2/phpdoc/en/install/pecl.xml:147:21) > &url.pecl.submit. > ---------------------^ > EntityRef: expecting ';' > > ERROR (/Users/tedsr/phpdoc2/phpdoc/en/install/pecl.xml:unknown) > chunk is not well balanced > > > Previous errors too severe. Stopping here. > > > Eyh man. No worries. Happ shittens. Try again after fixing the errors above. > ========================================================== > > I looked (briefly) at the source and found that there are multiple uses of > $url.... throughout the source so fixing that one instance doesn't seem like > a solution. Rather, it seems, I'm missing an entity declaration (or > something like that).
No no. Just like the error message said "expecting ';'".. should be &url.pecl.submit; :) Thanks for the heads up -Hannes