ID:          33269
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:      Closed
+Status:      Open
 Bug Type:    Livedocs problem
 PHP Version: Irrelevant
 New Comment:

/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>


Previous Comments:
------------------------------------------------------------------------

[2005-06-21 03:44:36] [EMAIL PROTECTED]

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] [EMAIL PROTECTED]

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] [EMAIL PROTECTED]

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

Reply via email to