Yoshinari Takaoka
c31ba41812
small tweaks
2025-11-11 10:08:58 +09:00
Yoshinari Takaoka
d23f9b31e4
Improve session_gc documentation
...
https://github.com/php/doc-en/commit/372350f3bfad45ba01db850a1a3be40c803e196b
2025-11-10 21:06:59 +09:00
Yoshinari Takaoka
e62ed7ce7c
ビルド時の Wrong XML file: エラーを解消。
...
php doc-base/scripts/broken.php --dos2unix ja
ビルド時の冪等性を保つと Andre は言っているが、これだと Windows で安易に phpdoc を編集できなくなるねぇ。
2025-08-05 18:38:57 +09:00
nyan-dot
1cca8ea632
Fix: update omission ( #221 )
2024-12-22 12:39:10 +09:00
nyan-dot
91a4c147bc
訳を調整 ( #220 )
2024-12-21 10:56:37 +09:00
Yoshinari Takaoka
df75e0ccb4
session-name.xml: use the correct directive name and add the link to
...
https://github.com/php/doc-en/commit/d7a77b5f850d5077f75d0c8c0d22cd60f099965d
2024-12-08 14:05:40 +09:00
Yoshinari Takaoka
1eed8762ac
session-create-id.xml: preg_* functions style for range
...
https://github.com/php/doc-en/commit/f5c124befdf7c2791877694a86ead123b179d935
2024-12-08 13:31:27 +09:00
Yoshinari Takaoka
4ecf58404c
session-save-path.xml: remove mention of obsolete file systems
...
https://github.com/php/doc-en/commit/8029731344a3dacc4da568d4535dd1590a6362e1
2024-08-25 02:09:27 +09:00
Yoshinari Takaoka
b8f82d7b8b
updated EN-Revision only / session-regenerate-id.xml: add missing space character
...
https://github.com/php/doc-en/commit/b9c73a59a824b8e763899ad93ee4b218b28ab0fa
2024-08-17 19:13:56 +09:00
Yoshinari Takaoka
7742398cfc
updated EN-Revision only
...
https://github.com/php/doc-en/commit/be8baf89c0016c1c39ab0b85cafca28c8364e95b
2024-08-12 21:26:05 +09:00
Yoshinari Takaoka
497234eefd
Document maximum length of prefix in session_create_id
...
https://github.com/php/doc-en/commit/a846e49f6e3083eabfe5c1ec35f209aadf50af02
2024-08-12 21:25:28 +09:00
Yoshinari Takaoka
b3fa0a1099
Remove outdated header fields of session_cache_limiter
...
https://github.com/php/doc-en/commit/927c3d9ef797f572473754d0ed8488d34986f0ca
2024-05-01 14:30:02 +09:00
nsfisis
dc7a8197a9
Fix typo: 「をを」→「を」 ( #115 )
2024-02-11 19:46:17 +09:00
Yoshinari Takaoka
a7a139e025
Modernize note about session_unset
...
* Remove unclear note from session_destroy
* Add caution to session_unset
https://github.com/php/doc-en/commit/682510e91d1f19fb59d2f7aef6ab370e8af842a1
2023-02-22 16:14:43 +09:00
Yoshinari Takaoka
d68f90e3e9
「参照ください」に統一
...
- 参照下さい
- 参照して下さい
- 参照してください
を「参照ください」に置き換えた。
個人的には「参照ください」は違和感のある日本語だが、既存の訳で圧倒的な優勢だったそれを採用した。
closes : #23
2022-12-19 23:29:40 +09:00
Yoshinari Takaoka
e909d4ca41
表記揺れを修正: サーバー / サーバ
...
find . -type f -name "*.xml" -print0 | xargs -0 sed -i -e "s/\(サーバ\)\([^ー]\)/サーバー\2/g"
closes : #69
2022-12-19 23:00:35 +09:00
Yoshinari Takaoka
aafd5dbf03
Rewrite outdated note for session_unset()
...
This was meant to be used when $HTTP_SESSION_VARS was still around
2022-11-05 04:12:35 +09:00
Yoshinari Takaoka
0555fa191f
s/返り値/戻り値/g
2021-10-09 02:40:05 +09:00
Yoshinari Takaoka
9b236c71eb
Fix issues in Session directory
2021-06-10 01:14:13 +09:00
Yoshinari Takaoka
9f4033d0d6
s/必要とします/必要です/
2021-05-28 20:00:10 +09:00
Yoshinari Takaoka
9e32c45b7e
Remove PHP 5, 7 references ( php/doc-en#565 )
2021-05-13 10:14:52 +09:00
Yoshinari Takaoka
ae65bfa914
remove already deleted session function on PHP 5.4.0 ( php/doc-en#583 )
2021-05-03 23:46:47 +09:00
Yoshinari Takaoka
baeb602790
Removed references to PHP 5, PHP 7.0 ( php/doc-en#545 )
2021-04-25 17:35:27 +09:00
Yoshinari Takaoka
81510f1351
Removed references to PHP 5, PHP 7.0 ( php/doc-en#544 )
2021-04-24 23:59:07 +09:00
Yoshinari Takaoka
60e490f6e3
Remove obsolete PHP 5 related info from ini.core and related pages
2021-02-25 02:18:50 +09:00
Yoshinari Takaoka
bb53e2bd90
s/シグナチャ/シグネチャ/
2021-02-09 21:02:05 +09:00
Yoshinari Takaoka
7389532682
Mimic 'Alternative signature' prompt for setcookie in other functions which set cookies
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352085 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-15 03:06:25 +00:00
Yoshinari Takaoka
0a607c685a
Generate session methodsynopses based on stubs
...
Closes GH-236.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351763 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-30 01:46:59 +00:00
Yoshinari Takaoka
b1ad0bc1a8
Fix #80356 : Incorrect function return type
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351373 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-13 00:45:38 +00:00
Yoshinari Takaoka
bd25eb593e
Fix #80317 : Incorrect function return type
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351229 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-04 17:51:12 +00:00
Yoshinari Takaoka
c58bf47244
Proper variadics instead of pseudo variadics
...
We markup variadic parameters with the `rep=repeat` standard DocBook
attribute of `<methodparam>`, and use proper variable names instead of
using the old pseudo variable name `...`.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351140 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 16:41:17 +00:00
Yoshinari Takaoka
8719d1ea4a
Fix #80252 : Incorrect description of session_cache_expire()
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350932 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-18 03:00:22 +00:00
Yoshinari Takaoka
73ccac34bf
Remove PHP4 or PHP5 only extension, changelogs
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350668 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-27 01:47:22 +00:00
Yoshinari Takaoka
1fbf18a20b
Fix #79892 : session.use_strict_mode and SessionHandlerInterface mismatch
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350266 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-31 15:00:50 +00:00
Yoshinari Takaoka
fa54c62cf2
fixed typo (mostly updated EN-Revision only)
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349714 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-27 08:25:24 +00:00
Yoshinari Takaoka
526313ae17
some tweaks
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348875 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-12 04:54:00 +00:00
Yoshinari Takaoka
ee86094d13
updated translation
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348769 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-02 11:47:57 +00:00
Yoshinari Takaoka
5fce3b6ec8
added translation, session ralated interface docs.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348760 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-02 01:14:57 +00:00
Yoshinari Takaoka
4e193ad876
fixed mistranslation
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348741 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-30 22:18:25 +00:00
Yoshinari Takaoka
bb12960c74
updated overall session related translations.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348731 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-30 09:25:00 +00:00
Satoru Yoshida
5a954dfdfd
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@345946 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-03 09:38:54 +00:00
Satoru Yoshida
3340b0952f
sync en, and add session-gc. but now I have no time to translate session-create-id.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@344950 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-04 00:08:01 +00:00
Satoru Yoshida
c78911de06
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@344283 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-18 12:16:00 +00:00
Satoru Yoshida
97cd506f80
sync en, but Status is working.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342378 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-17 14:41:50 +00:00
Satoru Yoshida
8345d7aa1f
sync en, but Status is working.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342341 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-16 04:07:30 +00:00
Satoru Yoshida
9f7768648b
sync en, but Status is working.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342337 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-15 10:20:28 +00:00
Satoru Yoshida
d4f6966868
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342007 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-02 13:45:10 +00:00
TAKAGI Masahiro
99f359271c
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@339561 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-04 22:38:23 +00:00
Satoru Yoshida
0d87c6c4d1
new translation on session
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@337945 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-04 02:17:50 +00:00
TAKAGI Masahiro
6c02a62b1a
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@337894 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-22 11:31:25 +00:00