Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42994 - PHP test on http://www.gentoo.org/doc/de/desktop.xml gives parse error
Summary: PHP test on http://www.gentoo.org/doc/de/desktop.xml gives parse error
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: [OLD] Documentation (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Tobias Scherbaum (RETIRED)
URL: http://www.gentoo.org/doc/de/desktop.xml
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-26 09:25 UTC by b52
Modified: 2004-02-26 09:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description b52 2004-02-26 09:25:09 UTC
http://www.gentoo.org/doc/de/desktop.xml
 Code listing 8.6: PHP testen

# nano -w /var/www/localhost/htdocs/test.php
<? phpinfo(); >
# links http://localhost/test.php


<? phpinfo(); > gives parse error, should be <? phpinfo()? >

Reproducible: Always
Steps to Reproduce:
1.load this phpscript ;)
2.
3.

Actual Results:  
parse error

Expected Results:  
phpinfo
Comment 1 Tobias Scherbaum (RETIRED) gentoo-dev 2004-02-26 09:37:46 UTC
Fixed in cvs, thanks for reporting.