Commit graph

371 commits

Author SHA1 Message Date
Christoph Michael Becker
0965730949 typo fix by Sid Roberts
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338612 c90b9560-bf6c-de11-be94-00142212c4b1
2016-02-17 01:20:33 +00:00
Adam Harvey
41d8e7ffe4 Update version information to include PHP 7.
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.

In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
Adam Harvey
d8849b5554 Make the session option changes less session_start() specific.
This also adds documentation for the new options parameter to the
session_start() page.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337868 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-21 12:16:57 +00:00
Yasuo Ohgaki
7fa66b6c0b Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337851 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-19 07:40:57 +00:00
Yasuo Ohgaki
c63fbfff61 Fixed bug #70520 - Update and improve example code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337850 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-19 01:41:23 +00:00
Thomas Punt
d22db7f5b0 Document some ini settings
This documents zend.assetions, assert.exception, and session.lazy_write

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337501 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-16 16:30:56 +00:00
Christoph Michael Becker
37baaba2bb the argument type for $maxlifetime is int, was listed as string
-- 
Provided by anonymous 61891 (rasmus@mindplay.dk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337488 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:52:51 +00:00
Christoph Michael Becker
7279eb69e5 typo fixes by anon users
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337307 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-06 22:59:13 +00:00
Christoph Michael Becker
c5c902b477 minor fixes contributed by anon users
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337282 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-03 22:37:52 +00:00
Peter Cowburn
b61dee59ad better param name for SessionHandler::open()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336908 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:59:48 +00:00
Maciej Sobaczewski
93edd6c0cc Close bug #69624 (Return Value section incorrect)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336796 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-19 05:06:47 +00:00
Hannes Magnusson
70c246e011 Remove very outdated note. Fixes bug #69544 (FAT and PHP 4 are kinda irrelevant today)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336701 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-30 16:12:04 +00:00
Pasindu De Silva
3eb1b91927 Fix #69482 session_commit and session_abort documentation return type mismatch
( By Christoph Becker )

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336604 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-20 15:13:19 +00:00
Martin Samesch
828ac78684 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336176 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-23 16:54:38 +00:00
Maciej Sobaczewski
9194a9bb5b Mark some functions as deprecated in versions.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336049 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-07 19:29:16 +00:00
Peter Cowburn
3ec11b4cae fix build (ini.track-vars)
remove remaining references to ini.track-vars, which
was removed in r335232

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335235 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-01 16:59:56 +00:00
Peter Cowburn
36904dafe1 fix missing parenthesis (doc bug #68433)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335187 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-17 13:12:52 +00:00
Adam Harvey
6a3fb6d689 Add a cautionary note about configuring session.save_path.
Fixes doc bug #68221 (session.save_path has bad advice for directory level
depths).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335126 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-23 19:06:17 +00:00
Ferenc Kovacs
7895293e60 add the two new session functions to versions.xml and to the migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335068 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-16 07:51:12 +00:00
Yasuo Ohgaki
07756ff909 Fixed bug #67981 - session_abort and session_reset are not documented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335027 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-07 22:02:11 +00:00
Adam Harvey
c38e57680d Add documentation for SessionHandler::create_sid().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334814 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-08 19:49:26 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Maciej Sobaczewski
2368dd7826 Fixed build, sorry
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334727 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-03 05:37:01 +00:00
Maciej Sobaczewski
e41aab5eca Remove changelogs for PHP 4 - 3rd round
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334621 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-27 17:46:13 +00:00
Maciej Sobaczewski
8b5940cade Remove changelogs for PHP 4 - 2nd round
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334605 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-26 14:28:17 +00:00
Maciej Sobaczewski
afc3f34c68 Remove changelogs for PHP 4 - 1st round
Useful changelogs entries remain untouched.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334592 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-23 17:55:23 +00:00
Yasuo Ohgaki
ed9c01378f Improve session security chapter. More improvements/corrections are appreciated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334226 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-09 22:37:40 +00:00
Jean-Sebastien Hedde
8654370154 Anonymous contributions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333618 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-25 12:56:31 +00:00
Philip Olson
0aa774414a Removed removed duplicated duplicated words words
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333548 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-16 20:12:19 +00:00
Peter Cowburn
c18dd2d556 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333191 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:54:53 +00:00
Yasuo Ohgaki
73f204de3d Add trans sid limitation to session_regenerate_id()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332711 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-22 05:54:18 +00:00
Yasuo Ohgaki
1ac00473c3 Remove obsolete session_register()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332710 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-22 05:53:31 +00:00
Chris Wright
516fd5a456 Typo fix in SessionHandler
---
Provider by anonymous 35971

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332329 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:02:11 +00:00
Joe Watkins
7de6d4baeb #64236 additional session.save_path parameter documented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331944 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-24 07:13:30 +00:00
Joe Watkins
db35ada525 change to correction, fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331810 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-13 18:15:27 +00:00
Joe Watkins
f7987b4de6 #62075 configuration option named incorrectly in documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331802 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-13 17:21:00 +00:00
Adam Harvey
71ee784aed Add a note about how the files session backend locks session files.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331493 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-25 21:00:54 +00:00
Chris Wright
7ae525d165 Added note about server-level request buffering affecting session-based upload progress.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331290 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-04 12:28:30 +00:00
Yasuo Ohgaki
188ae46d99 Add serialize handler limitations
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331183 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-21 03:36:44 +00:00
Yasuo Ohgaki
6a6a2b9546 Add php_serialize description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331182 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-21 03:01:26 +00:00
Yasuo Ohgaki
4973a1a638 Add session.use_strict_mode description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331172 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-20 10:11:22 +00:00
Yannick Torres
33040b3b1b Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331135 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-16 09:25:19 +00:00
Yasuo Ohgaki
095653e0ce session.auto_start cannot work at runtime and never worked. Code is fixed also.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331110 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-10 09:38:25 +00:00
Jakub Vrana
1634a88641 Delete redundant <!-- Membership: -->
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Joe Watkins
75c5627be5 correct response to #64058
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329296 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-25 10:37:46 +00:00
Joe Watkins
325a9e01e1 in response to bug #64058, a warning is apparently appropriate
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329295 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-25 07:37:46 +00:00
Yannick Torres
402d047520 Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328641 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-03 15:53:03 +00:00
Peter Cowburn
ca6f5aa5bc I believe that when session.auto_start is set to 1, the session is started on request startup and not when PHP sends anything to the output buffer.
--
Provided by Victor BERCHET (victor.berchet@sensiolabs.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328341 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:35:49 +00:00
Yannick Torres
3a8dc25d68 Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328095 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-22 11:49:37 +00:00
Adam Harvey
303d4e7914 Fix the second parameter of SessionHandlerInterface::open(), which is the
session name, not the session ID.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327574 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-10 02:16:51 +00:00