php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #61995 "session.upload-progress.name" -> should be underscore instead of a hyphen
Submitted: 2012-05-10 13:23 UTC Modified: 2012-05-25 18:51 UTC
From: korikulum at net dot hr Assigned: preinheimer (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: korikulum at net dot hr
New email:
PHP Version: OS:

 

 [2012-05-10 13:23 UTC] korikulum at net dot hr
Description:
------------
From manual page: http://php.net/manual/en/session.upload-progress.php

The "Session Upload Progress" manual page contains the following typo:

<?php
$key = ini_get("session.upload_progress.prefix") . ini_get("session.upload-progress.name");
var_dump($_SESSION[$key]);
?>

Note that it reads "session.upload-progress.name" when it should read "session.upload_progress.name" (UNDERSCORE INSTEAD OF A HYPHEN).


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-05-10 16:45 UTC] preinheimer@php.net
-Assigned To: +Assigned To: preinheimer
 [2012-05-25 18:51 UTC] preinheimer@php.net
-Status: Assigned +Status: Closed
 [2012-05-25 18:51 UTC] preinheimer@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

Sorry for the delay, someone else left the file open in the online editor, and I wanted to give them a chance to close it before I claimed their changes.

thanks for the report
paul
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 09:01:32 2024 UTC