From: <bin...@li...> - 2001-10-07 08:12:17
|
On Sun, 7 Oct 2001 14:20:20 +1000, Graeme Merrall wrote: >> alex@box docs> php -q StaticPHPDocBuild.php >> Parser starts... >> ... preparse to find modulegroups and classtrees. >> ... parsing classes. >> ... parsing modules. >> ... writing packagelist. >> Parser finished. >> Starting to render... >> IntegratedTemplate Error: The name of a block must be unique within a >> template. Found '__global__' twice. Unpredictable results may >> appear.IntegratedTemplate Error: The name of a block must be >> unique within a >> template. Found '__global__' twice. Unpredictable results may appear. >> alex@box docs> >> > >Alex. >I had the same problem. If you grab the IT[X] stuff from PHP4 CVS then it >tends to work. I think there are some version differences between IT[X} in >the pear and php4 trees. There is no version of IT[X] in the /pear tree. The only version that is included in PEAR is in /php4/pear/HTML/ITX.php. For all the ones having problems with IT[X] and PHPDoc: Please get the latest from HTML/ITX.php and /pear/PHPDoc from CVS and try, if the error still occurs. - Martin |