php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #51355 suggestion for documentation of session_set_save_handler
Submitted: 2010-03-23 02:11 UTC Modified: 2010-03-23 13:02 UTC
From: zweibieren at yahoo dot com Assigned:
Status: Wont fix Package: Session related
PHP Version: Irrelevant OS: unix
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: zweibieren at yahoo dot com
New email:
PHP Version: OS:

 

 [2010-03-23 02:11 UTC] zweibieren at yahoo dot com
Description:
------------
Page http://www.php.net/manual/en/function.session-set-save-handler.php
really ought to have a reference to the excellent document at
http://devzone.zend.com/article/1312

It seems to too important to relegate to a small item in that page's already long list of comments.

Here is a proposed replacement for the See Also section on page Page http://www.php.net/manual/en/function.session-set-save-handler.php:

 <div class="refsect1 seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member">

     The <a href="session.configuration.php#ini.session.save-handler" class="link">session.save_handler</a>
     configuration directive
    </li>
    <li class="member">
     Zend offers an excellent tutorial on <a href="http://devzone.zend.com/article/1312" class="link">Session Handling with PHP 4</a>. (It applies to later versions as well.)
    </li>
   </ul>
  </p>
 </div>



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-03-23 13:02 UTC] degeberg@php.net
-Status: Open +Status: Wont fix
 [2010-03-23 13:02 UTC] degeberg@php.net
That article is too outdated to be referenced in the PHP manual. Many things in that article are now deprecated.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 17:01:32 2024 UTC