Re: [PHP-DOC] Patch for the Bug 49743

2009-10-02 Thread Hannes Magnusson
On Fri, Oct 2, 2009 at 18:42, Moacir de Oliveira wrote: > Patch for the Bug #49743 http://bugs.php.net/bug.php?id=49743 > > http://pastie.org/639588 > > This patch modify the structure of the table ids of the Indexer, a new auto > increment primary key is used instead of the docbook_id, and now th

[PHP-DOC] Patch for the Bug 49743

2009-10-02 Thread Moacir de Oliveira
Patch for the Bug #49743 http://bugs.php.net/bug.php?id=49743 http://pastie.org/639588 This patch modify the structure of the table ids of the Indexer, a new auto increment primary key is used instead of the docbook_id, and now the xml:ids with multiple sdesc will be stored in the database. --M