From:             a at b dot c dot de
Operating system: Irrelevant
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  search results double-escaping entities

Description:
------------
When using the yahoo-powered search facility (in the function list or the
online documentation), the search results are being escaped as entities
twice; so that, for example > appears rendered as >.

(Escaping/character encoding is also inevitably confused when dealing with
other character sets from other languages; perhaps the search should be
restricted to the user's chosen language - but that's another isue.)


Reproduce code:
---------------
Search in the function list for "domdocument"


Expected result:
----------------
# DOM Functions - Manual

DOMDocument->createAttribute() — Create new attribute ...
DOMDocument->createProcessingInstruction() — Creates new PI node ...

php.net/manual/en/ref.dom.php - 8 Apr 2007 - 134k - Cached

# DomDocument->dump_file - Manual

DomDocument->dump_file (No version information available, might be only in
CVS) DomDocument->dump_file — Dumps the internal XML tree back into a file.
Description ...

php.net/manual/en/function.domdocument-dump-file.php - 25 Mar 2007 - 24k -
Cached


Actual result:
--------------
# DOM Functions - Manual

DOMDocument->createAttribute() — Create new attribute ...
DOMDocument->createProcessingInstruction() — Creates new PI node ...

php.net/manual/en/ref.dom.php - 8 Apr 2007 - 134k - Cached

# DomDocument->dump_file - Manual

DomDocument->dump_file() crée un document XML à partir de sa
représentation interne DOM. DomDocument->dump_mem() est généralement
appelée après la construction d'un ...

php.net/manual/fr/function.domdocument-dump-file.php - 10 Apr 2007 - 24k -
Cached


-- 
Edit bug report at http://bugs.php.net/?id=41047&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41047&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41047&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41047&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41047&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41047&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41047&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41047&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41047&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41047&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41047&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41047&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41047&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41047&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41047&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41047&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41047&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41047&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41047&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41047&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41047&r=mysqlcfg

Reply via email to