php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78234 docs.php.net shows outdated translations
Submitted: 2019-06-30 09:11 UTC Modified: 2021-08-25 08:29 UTC
From: petr dot kirpeit at googlemail dot com Assigned: cmb (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
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: petr dot kirpeit at googlemail dot com
New email:
PHP Version: OS:

 

 [2019-06-30 09:11 UTC] petr dot kirpeit at googlemail dot com
Description:
------------
Hello,

I recently found on docs.php.net a interesting behavour, I saw that http_post_fields exist there: http://docs.php.net/manual/da/refs.remote.other.php
but only if you switch the language to "other", you can not find it on the search or in english language version.

In the new https://www.php.net/manual/ its totally missing, but there are really helpful information, which make the manual incomplete.

I think this is a bug and I wanted report it here.

Thanks


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-06-30 09:30 UTC] cmb@php.net
The documentation about PECL/http has been removed on request of
the extension maintainer, and is available elsewhere[1].

The http book is no longer available in the manual proper[2], but
some out-dated translations may still provide it on docs.php.net
which is intended.  However, we probably should tell search
engines to ignore docs.php.net altogether.

[1] <https://mdref.m6w6.name/http>
[2] <https://www.php.net/manual/da/intro.http.php>
 [2019-07-01 12:26 UTC] petr dot kirpeit at googlemail dot com
So does it means its not longer available in PHP 7.x ?
I think it was much more interesting rather the old gopher protocol.
Im not an expert in PHP, but why this was removed? Or is it still working in PHP7?
Im confused here a little.

Greets
 [2021-08-24 13:44 UTC] cmb@php.net
-Package: Translation problem +Package: Website problem
 [2021-08-24 13:44 UTC] cmb@php.net
Not sure what to do here.  We could add a robots.txt which
disallows any access to that subdomain, or shut it down
altogether.  The proper documentation is available on php.net
anyway.

> So does it means its not longer available in PHP 7.x ?

Only the documentation has been moved; the extension is still
maintained and available from PECL[1].

[1] <https://pecl.php.net/pecl_http>
 [2021-08-24 14:24 UTC] salathe@php.net
> We could add a robots.txt which disallows any access to that subdomain

The docs.php.net web server already adds the following header to responses:

    X-Robots-Tag: noindex, nofollow

This instructs robots to not index pages, nor crawl links on pages, under docs.php.net.
 [2021-08-25 08:29 UTC] cmb@php.net
-Summary: Missing of http function reference in php manual +Summary: docs.php.net shows outdated translations -Status: Open +Status: Closed -Type: Documentation Problem +Type: Bug -Assigned To: +Assigned To: cmb
 [2021-08-25 08:29 UTC] cmb@php.net
Ah, thanks @salathe.  I think we can close this ticket then.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 06:01:28 2024 UTC