Commit graph

165 commits

Author SHA1 Message Date
Philip Olson
658355c9e7 Removed register_globals = on requirement from an example, and using
htmlspecialchars() instead of strip_tags() for the XSS exploit
prevention example


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228612 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-01 00:40:24 +00:00
Nuno Lopes
49e22d5bda session.hash_function supports ext/hash algos in php 6
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227526 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-18 16:40:54 +00:00
Sean Coates
6656837060 document handlers can be found in phpinfo()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225334 c90b9560-bf6c-de11-be94-00142212c4b1
2006-12-19 22:00:01 +00:00
Hannes Magnusson
7ce67ea103 Fixed bug#39734 (XHTML conformity -> XHTML/HTML Strict conformity)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@224597 c90b9560-bf6c-de11-be94-00142212c4b1
2006-12-08 08:17:14 +00:00
Dave Barr
e86398e2cb - Typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219619 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-08 08:48:16 +00:00
Jakub Vrana
7000e3f71f Improve example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219459 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-06 11:50:00 +00:00
Jakub Vrana
c67d489735 Further description of GC and cookie_lifetime
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218292 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-16 12:31:24 +00:00
Nuno Lopes
0d62dcdfda document the new httponly flag in session and setcookie*() stuff
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217975 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-11 16:21:54 +00:00
Jakub Vrana
4f8dedca2e Params are callback (bug #36386)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207121 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-14 08:22:56 +00:00
Nuno Lopes
321ea24215 fix #36279: multiple default values for use_only_cookies
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206675 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-07 16:54:21 +00:00
Nuno Lopes
a098c540c8 grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205149 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-13 14:54:47 +00:00
Jakub Vrana
fbc470a132 Apache restart with mm (bug #35829)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205112 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-13 13:58:36 +00:00
Nuno Lopes
52accafdfe major update of INI stuff:
with the update in the software, we are now able to catch more ini entries that were using the magic cfg_get_*()
minor tune in script

we are still lacking a better PECL integration, which is in my TODO list
~


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203686 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-26 12:12:13 +00:00
Jean-Sébastien Goupil
5eb328d768 fix is => are
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203171 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-18 17:17:12 +00:00
Martin Samesch
b6a8684705 grammar (I hope it's correct)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203166 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-18 16:29:30 +00:00
Martin Samesch
da1af2f883 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203138 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-18 14:03:20 +00:00
Jakub Vrana
baf0536db2 An unique (bug #34880)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198602 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-17 12:36:02 +00:00
Jakub Vrana
85bd327a52 Minimum gc_maxlifetime is used (bug #34588)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198355 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-13 13:44:48 +00:00
Jakub Vrana
42c237469b unset($_SESSION[var]) works and is prefered even with register_globals
register_globals globalizes $_SESSION (bug #34732)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198348 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-13 12:40:08 +00:00
Jakub Vrana
43080398da Duplicate example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198347 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-13 12:05:32 +00:00
Jakub Vrana
1270788c11 Destructors (bug #33772)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196446 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-20 13:18:17 +00:00
Jakub Vrana
51d114e7be SID inconsistency (spotted by David Vance)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196242 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-17 10:25:08 +00:00
Nuno Lopes
b069a314a4 add tagging
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195136 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-04 19:39:32 +00:00
Jakub Vrana
9e730ae22d Meaning of empty cookie_domain (bug #33947)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194638 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-30 14:49:57 +00:00
Jakub Vrana
0bc59fb3d5 Session name must contain a letter (bug #27688)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191863 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-30 08:44:26 +00:00
Jakub Vrana
4d10b07691 delete_old_session deletes the file (bug #33619)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190477 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-11 08:20:42 +00:00
Friedhelm Betz
a5bb3ee605 new docstyle, more about return values, see also session_regenerate_id
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190288 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-08 18:12:55 +00:00
Friedhelm Betz
b2be0a875e WS fix only
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190277 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-08 17:25:53 +00:00
Nuno Lopes
460ada0e3f convert to new style and document the new 'delete_old_session' parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187677 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-05 17:19:19 +00:00
Jakub Vrana
3d55b0e7c1 Remove doubled words
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185283 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-27 14:20:09 +00:00
Jakub Vrana
799f6f7613 session.bug_compat (bug #23465)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185196 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-26 15:47:21 +00:00
Philip Olson
cee7c2bba3 Implemented the new alias doc style. This alias no longer requires translation
as it exclusively uses the language-* files.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185098 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-25 16:17:02 +00:00
Nuno Lopes
2799cec55e fix the error that Jakub found in the ini-updater script (regex expression too permissive)
fix the regex that finds the default value in the ini tables
add latest php releases (yet to release :))


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182910 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-26 13:22:31 +00:00
Nuno Lopes
3c5b81624d finally add the changelog column and update values for all ini.xml files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180481 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-22 17:36:12 +00:00
Jakub Vrana
b1663ed4ba INI directives have been moved to the appendix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179820 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-15 09:46:10 +00:00
Jakub Vrana
85101770b8 Correct default for url_rewriter.tags (mentioned by Peter Ordal)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177640 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-19 08:12:32 +00:00
Sean Coates
76a1899822 erm.. 4.3.6
# *learns to read the changelog*


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175180 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-20 20:08:43 +00:00
Sean Coates
2b4fee9d2d wez fixed this in 4.3.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175178 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-20 19:58:30 +00:00
Jakub Vrana
3e9bf816f3 Some data can be serialized (bug #17419)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168962 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-22 08:31:49 +00:00
Martin Samesch
71bfdc896c typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167974 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-04 14:14:25 +00:00
Philip Olson
f927c63767 Implemented info/example about deleting the session id cookie. Removed deprecated
use of session_unset() and wrote it as a note instead.  Implemented return.success,
and added see also.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167763 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-01 00:31:31 +00:00
Friedhelm Betz
a3f050e977 markup:
no more <literal> with PHP (versions)
replace literal with meaningful tags where appropriate


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165937 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-10 16:30:22 +00:00
Jakub Vrana
429162e6c9 Bogus note (bug #25954)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165655 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-07 16:55:35 +00:00
Sean Coates
cf4527aa7e grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165567 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 21:57:41 +00:00
Jakub Vrana
0025122ade Don't use reference in sessions (bug #16387)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165566 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 21:52:31 +00:00
Antony Dovgal
0a42b1b2d8 ession.use_trans_sid can be changed anywhere (thanks to Jasper Bedaux for noticing)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164094 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-23 14:00:45 +00:00
Jakub Vrana
c70623f31a Missing spaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164083 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-23 11:38:13 +00:00
Philip Olson
1279a4ae7c Fix missing/changed entities/ids.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163702 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-20 01:27:19 +00:00
Mehdi Achour
c87571bd71 fix for #28499 : reworded this para.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162236 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-28 14:54:12 +00:00
Gabor Hojtsy
284cf9e0e0 fixing links to new IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160316 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-01 19:50:45 +00:00