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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Fri Nov 01 01:01:28 2024 UTC