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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
45 - 20 = ?
Subscribe to this entry?

 
 [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: Thu Oct 31 23:01:28 2024 UTC