php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44743 Page Not Found
Submitted: 2008-04-16 14:25 UTC Modified: 2008-04-16 14:56 UTC
From: Joe dot Kraft at peterson dot af dot mil Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: Joe dot Kraft at peterson dot af dot mil
New email:
PHP Version: OS:

 

 [2008-04-16 14:25 UTC] Joe dot Kraft at peterson dot af dot mil
Description:
------------
When trying to access the DOM Manual page (http://us2.php.net/manual/en/ref.dom.php), receive a "404 Not Found" page.  

If the page has been removed from the site, then it needs to be reflected in the search engine because it still returns results with the above link.  

The reference pages for the individual DOM functions are still available.


Reproduce code:
---------------
N/A

Expected result:
----------------
N/A

Actual result:
--------------
N/A

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-04-16 14:39 UTC] bjori@php.net
Where did you find that link?
http://us2.php.net/manual/en/book.dom.php
 [2008-04-16 14:50 UTC] Joe dot Kraft at peterson dot af dot mil
When you search the online documentation for "DOM Manual" it's the first result.

The link "http://us2.php.net/manual/en/book.dom.php" is a different document.  The DOM manual that used to be at "http://us2.php.net/manual/en/ref.dom.php" included the properties of the objects.
 [2008-04-16 14:56 UTC] bjori@php.net
> When you search the online documentation for "DOM Manual"
> it's the first result.

Nothing we can do about that, Y! will need to regenerate their index, should be any day now.

> The link "http://us2.php.net/manual/en/book.dom.php"
> is a different document.  The DOM manual that used to be
> at "http://us2.php.net/manual/en/ref.dom.php" included
> the properties of the objects.

Bunch of documentations have been rewritten and refactored.
These props are still documented as a part of the actual class synopsis, see http://us2.php.net/manual/en/class.domdocument.php for an example.

-Hannes

 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 03:00:02 2026 UTC