Re: [PHP-DOC] Function Index

2009-03-26 Thread Richard Quadling
2009/3/26 Richard Quadling : > 2009/3/26 Hannes Magnusson : >> On Thu, Mar 26, 2009 at 12:22, Richard Quadling >> wrote: >>> 2009/3/25 Hannes Magnusson : >>> I'm starting to look at the version.xml files. My current verbose phd >>> build shows ... >> >> Then you need to cvs up && php configure.php

Re: [PHP-DOC] Function Index

2009-03-26 Thread Richard Quadling
2009/3/26 Hannes Magnusson : > On Thu, Mar 26, 2009 at 12:22, Richard Quadling > wrote: >> 2009/3/25 Hannes Magnusson : >> I'm starting to look at the version.xml files. My current verbose phd >> build shows ... > > Then you need to cvs up && php configure.php, as the streamwrapper > version info

Re: [PHP-DOC] Function Index

2009-03-26 Thread Hannes Magnusson
On Thu, Mar 26, 2009 at 12:22, Richard Quadling wrote: > 2009/3/25 Hannes Magnusson : > I'm starting to look at the version.xml files. My current verbose phd > build shows ... Then you need to cvs up && php configure.php, as the streamwrapper version info was recently added. No idea about ingres_

Re: [PHP-DOC] Function Index

2009-03-26 Thread Richard Quadling
2009/3/25 Hannes Magnusson : > On Wed, Mar 25, 2009 at 17:56, Richard Quadling > wrote: >> 2009/3/25 Philip Olson : >>> I've just got to the chicken/egg situation. Currently, I'm testing my version of funcindex.xml (unserialized refs, sorted, output as new funcindex.xml, config

Re: [PHP-DOC] Function Index

2009-03-25 Thread Hannes Magnusson
On Wed, Mar 25, 2009 at 17:56, Richard Quadling wrote: > 2009/3/25 Philip Olson : >> >>> I've just got to the chicken/egg situation. >>> >>> Currently, I'm testing my version of funcindex.xml (unserialized refs, >>> sorted, output as new funcindex.xml, configure, build)... >>> >>> If that works, t

Re: [PHP-DOC] Function Index

2009-03-25 Thread Richard Quadling
2009/3/25 Philip Olson : > >> I've just got to the chicken/egg situation. >> >> Currently, I'm testing my version of funcindex.xml (unserialized refs, >> sorted, output as new funcindex.xml, configure, build)... >> >> If that works, then I'll commit the new funcindex.xml and the code I >> used to b

Re: [PHP-DOC] Function Index

2009-03-25 Thread Philip Olson
I've just got to the chicken/egg situation. Currently, I'm testing my version of funcindex.xml (unserialized refs, sorted, output as new funcindex.xml, configure, build)... If that works, then I'll commit the new funcindex.xml and the code I used to build it. Personally I do not feel these g

Re: [PHP-DOC] Function Index

2009-03-25 Thread Richard Quadling
2009/3/25 Hannes Magnusson : > On Wed, Mar 25, 2009 at 14:46, Richard Quadling > wrote: >> So, could generating the funcindex.xml within PhD be as simple as >> processing the .refnames_.manual.ser once it is created or as part of >> mktoc.php? > > That file is indeed more accurate, and it makes se

Re: [PHP-DOC] Function Index

2009-03-25 Thread Hannes Magnusson
On Wed, Mar 25, 2009 at 14:46, Richard Quadling wrote: > So, could generating the funcindex.xml within PhD be as simple as > processing the .refnames_.manual.ser once it is created or as part of > mktoc.php? That file is indeed more accurate, and it makes sense to generate the index from it. I wo

[PHP-DOC] Function Index

2009-03-25 Thread Richard Quadling
Hi. Just looking at the function index (http://docs.php.net/manual/en/indexes.php) and seeing some old functions (apd_set_socket_session_trace() for example). Trying to think how to fix this. I believe that the index is based upon phpdoc/funcindex.xml which is generated from phpdoc/scripts/genfu

[PHP-DOC] function index

2001-12-17 Thread Friedhelm Betz
Hi, http://www.php.net/manual/en/index.functions.php The order of the function index seems to be broken; looks funny :-) so long Friedhelm