Code Comments
Programming Forum and web based access to our favorite programming groups.ID: 33269 Updated by: philip@php.net Reported By: jsgoupil@php.net -Status: Open +Status: Wont fix Bug Type: Livedocs problem PHP Version: Irrelevant New Comment: Livedocs is no longer in development, the current build system is titled PhD. Note: PhD outputs the proper link. Previous Comments: ------------------------------------------------------------------------ [2005-10-02 23:40:39] jsgoupil@php.net not ibm_db2.instance_name but expect:// (: ------------------------------------------------------------------------ [2005-10-02 23:39:48] jsgoupil@php.net /reference/expect/reference.xml /en/ref.expect.html <link linkend="wrappers.expect"><literal>expect://</literal> wrapper</link> Outputs : <a class="link" href="/livedocs/en/wrappers.html#wrappers.expect">Process Interaction Streams</a> Instead of : <a class="link" href="/livedocs/en/wrappers.html#wrappers.expect"><span class="literal">ibm_db2.instance_name</span> wrapper</a> ------------------------------------------------------------------------ [2005-06-21 03:44:36] iliaa@php.net This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. I think this is fixed, but if it's not please provide a URL to page that demonstrates the problem. ------------------------------------------------------------------------ [2005-06-16 02:37:51] sean@php.net I'm pretty sure this is the same behavior as #32780. The link formatter doesn't expect the node to have children, and is trying to output $node->content (where $node->child[n]->content needs to be output after a transform). S ------------------------------------------------------------------------ [2005-06-08 01:36:02] jsgoupil@php.net Description: ------------ When you write something like <link linkend="language.types.ressource">Doc on <type>resource</type>s</link> It will output directly the Resource title. So with <link linkend="language.types.integer">Doc on <type>resource</type>s</link> will output Integer (with the link of course) Supposed to output Doc on <type>resource</type>s with the link. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33269&edit=1
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.