php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #40520 PATCH: wrong id in migration5.xml
Submitted: 2007-02-17 18:10 UTC Modified: 2007-03-05 01:00 UTC
From: danielc at analysisandsolutions dot com Assigned:
Status: No Feedback Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: danielc at analysisandsolutions dot com
New email:
PHP Version: OS:

 

 [2007-02-17 18:10 UTC] danielc at analysisandsolutions dot com
Description:
------------
Error Reporting section has incorrect id attribute.
http://www.analysisandsolutions.com/php/migration5.id.diff


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-24 21:20 UTC] dmytton@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php


 [2007-02-25 04:26 UTC] danielc at analysisandsolutions dot com
Hi David:

The name of the file and the id in the root element is "migration5".  The standard is to use that as the base of all id's throughout the document.  So how is using "migrating5" in the "errorrep" id not a bug?
 [2007-02-25 11:00 UTC] dmytton@php.net
You are right that this should be "migrating5" but making this change will cause the links to change. I don't feel that this change warrants breaking any links that might exist to this page.
 [2007-02-25 14:00 UTC] danielc@php.net
There are no links to this id.  I already checked this before I submitted the patch by running "grep -rl migrating5 ." in the root of the phpdoc checkout.  It turns up no hits (other than the id that should be fixed).
 [2007-02-25 14:35 UTC] nlopess@php.net
The problem are the external links (as the internal ones would be easy to fix). I agree we shouldn't break them.
 [2007-02-25 18:18 UTC] philip@php.net
I think it's worth doing [that change] to be consistent despite the possible issues with external links and translation syncing.

On a related note, I tried finding sites that link to this specific manual page and came up empty. But I'm guessing that most people clicking to the old page would end up finding the new page, Modifying the phpweb error handler would not really be needed... 
 [2007-03-05 01:00 UTC] phpdoc at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 22:01:30 2024 UTC