Re: [PHP-DOC] #18403 [Opn->Fbk]: changable directive information(ini_set)

2003-01-21 Thread Gabor Hojtsy
> > Sure thing. If that can also generate the summaries > > from the source, in such a way as to be make starting > > up a new doc easy, that would be great indeed. Should > > not be too difficult to cruft together a regex to > > generate some skeletons for the undocumented > > functions, it is jus

Re: [PHP-DOC] #18403 [Opn->Fbk]: changable directive information(ini_set)

2003-01-20 Thread Philip Olson
[snip] > > Well, as we talked about this in the past, those > > files are not used at > > all, they are just exist... Maybe some script uses > > one of them, I cannot > > remember, but actually they have no use. > > Yep, mostly I look at the status.txt and the > funcsummary.txt to see what new

Re: [PHP-DOC] #18403 [Opn->Fbk]: changable directive information (ini_set)

2003-01-20 Thread Jesus M. Castagnetto
--- Gabor Hojtsy <[EMAIL PROTECTED]> wrote: [...snip...] > Well, then it will going to be a php.in and it's > detection code will be > removed I guess, as the PHP source path, and the > phpdoc source path is > already known after ./configure, so there is no need > to complicate > things with us

Re: [PHP-DOC] #18403 [Opn->Fbk]: changable directive information(ini_set)

2003-01-20 Thread Gabor Hojtsy
Writing this "off-bug-system", as my comments are not really related to the bug itself... I have just commited the script: phpdoc/scripts/genPHP_INI_ENTRY.php which should replace my aging phpdoc/scripts/mk_ini_set_table.sh Test that script. By default it will generate files named 'test_ini.x

[PHP-DOC] #18403 [Opn->Fbk]: changable directive information (ini_set)

2003-01-19 Thread jmcastagnetto
ID: 18403 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type:Documentation problem PHP Version: 4.5.0 New Comment: I have just commited the script: phpdoc/scripts/genPHP_INI_ENTRY.php which should replace my