Edit report at http://bugs.php.net/bug.php?id=51355&edit=1

 ID:               51355
 Updated by:       degeb...@php.net
 Reported by:      zweibieren at yahoo dot com
 Summary:          suggestion for documentation of
                   session_set_save_handler
-Status:           Open
+Status:           Wont fix
 Type:             Documentation Problem
 Package:          Session related
 Operating System: unix
 PHP Version:      Irrelevant

 New Comment:

That article is too outdated to be referenced in the PHP manual. Many
things in that article are now deprecated.


Previous Comments:
------------------------------------------------------------------------
[2010-03-23 02:11:00] 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>





------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=51355&edit=1

Reply via email to