2009/3/26 Hannes Magnusson <hannes.magnus...@gmail.com>:
> 13:21 Hannes: dont know what you mean
>   you mean it still doesn't work?
>  me: No. Me stupid.
>  Hannes: ok. good
>  me: Built from version xml files.
>
> I have 695 undocumented functions and 942 undocumented methods.
> 13:22 Seems version.xml contains more than is maybe necessary.
>  Hannes: o.O
> 13:23 example of these are?
>  me: <dd class="indexentry"><b>apache_sub_req()</b></dd>
> <dd class="indexentry"><b>apd_get_function_table()</b></dd>
> <dd class="indexentry"><b>apd_set_browser_trace()</b></dd>
> <dd class="indexentry"><b>bcompile_class()</b></dd>
> <dd class="indexentry"><b>bcompile_load()</b></dd>
> <dd class="indexentry"><b>bcompile_load_exe()</b></dd>
> <dd class="indexentry"><b>bcompile_parse_class()</b></dd>
> <dd class="indexentry"><b>bcompile_read()</b></dd>
> <dd class="indexentry"><b>bcompile_write_class()</b></dd>
> <dd class="indexentry"><b>bcompile_write_exe_footer()</b></dd>
> <dd class="indexentry"><b>bcompile_write_footer()</b></dd>
> <dd class="indexentry"><b>bcompile_write_header()</b></dd>
> <dd class="indexentry"><b>bcompiler_class()</b></dd>
> <dd class="indexentry"><b>bcompiler_write_end()</b></dd>
> <dd class="indexentry"><b>classkit_aggregate_methods()</b></dd>
> <dd class="indexentry"><b>classkit_doc_comments()</b></dd>
> <dd class="indexentry"><b>com_invoke_ex()</b></dd>
>   apache_sub_req()
> apd_get_function_table()
> apd_set_browser_trace()
> bcompile_class()
> bcompile_load()
> bcompile_load_exe()
> bcompile_parse_class()
> bcompile_read()
> bcompile_write_class()
> bcompile_write_exe_footer()
> bcompile_write_footer()
> bcompile_write_header()
> bcompiler_class()
> bcompiler_write_end()
> classkit_aggregate_methods()
> classkit_doc_comments()
> com_invoke_ex()
> 13:24 I'l pastie my amended configure.php
>  Hannes: are you sure you have removed phpbook/phpbook-xsl/version.xml ?
> 13:25 nevermind. see these now
>  me: phpbook-xsl is empty
> 13:29 Hannes: right
>   well, it looks like we simply have so many undocumented things :)
> 13:30 me: Ouch.
>   Create placeholders?
>  Hannes: could you post a patch, rather then your entire configure file?
> (makes it hard to find what you changed)
> 13:31 dunno. I hate placeholders. especially if they become more then
> placeholders (i.e. never get content)
>  me: Ok.
> 13:32 http://pastie.org/427627
> 13:35 Hannes: looks good
>   wacky variable naming, but looks good
>   + foreach($a_FuncIndex as $s_Letter => &$a_Functions) {
>   why is it a ref btw?
> 13:36 me: So I can sort it and not waste duplicating it.
>   But then again, not used again, so really could be a waste.
>  Hannes: :]
> 13:37 me: The naming is called hungarian notation. A carry over from my from
> my VERY long ago C days. I was never really that good at C.
>   I can reduce it ...
>   And a load of trailing whitespace got zapped too.
> 13:38 http://en.wikipedia.org/wiki/Hungarian_notation
>  Hannes: I know the style
>   hence me calling it "wacky" cause I don't like it :)
> ________________________________
> 7 minutes
> 13:46 me: http://pastie.org/427627 Dewackyfied
>   Ish
> 13:49 Ok to commit?
> ________________________________
> 6 minutes
> 13:56 Hannes: post it first

Here is it.

-- 
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

Attachment: configure.php.patch
Description: Binary data

Reply via email to