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
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: 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

Pull Requests

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