Yoshinari Takaoka
fbb6a9d43e
[reference/libxml] sync with en
2025-09-07 21:12:47 +09:00
KentarouTakeda
5393cd2c83
[PHP 8.4] xml,xsl関連機能の翻訳 ( #172 )
2024-11-17 14:57:48 +09:00
Yoshinari Takaoka
56d4d96192
Remove empty resources pages
...
48ce43fe79
2024-07-27 20:38:54 +09:00
Yoshinari Takaoka
adbc745a9d
Remove empty configuration pages
...
765b2d6eec
2024-07-27 19:04:27 +09:00
Gina Peter Banyard
e4f42ceee3
Apply commit from doc-en PR 3422
2024-06-14 17:01:59 +01:00
Yoshinari Takaoka
5fa9deb644
Sync some classsynopses with stubs
...
2a8b2f1c53
2024-05-23 20:44:09 +09:00
Yoshinari Takaoka
f57420ed2e
Add missing libxml related constants
...
8f6fd5c55a
2024-05-19 10:51:18 +09:00
nsfisis
dc7a8197a9
Fix typo: 「をを」→「を」 ( #115 )
2024-02-11 19:46:17 +09:00
Yoshinari Takaoka
4dec62ba0b
Fix LibXMLError class name
...
90afcd69fc
2024-01-06 20:05:57 +09:00
Yoshinari Takaoka
ef5f805cec
Syncronize predefined constants with stubs - part 1
2023-09-05 20:35:39 +09:00
Yoshinari Takaoka
6d38700289
re-added libxml2 required version prior to PHP 8.0
...
6ec541d590
2023-08-02 09:05:23 +09:00
Yoshinari Takaoka
65def39bda
Update libxml installation text
...
28c6feba80
2023-08-02 08:42:54 +09:00
Yoshinari Takaoka
ec89510f26
Fix type of $public_id of libxml_set_external_entity_loader
...
8109567de7
2023-07-25 23:30:36 +09:00
Yoshinari Takaoka
3127f15ab8
Add extra words of caution for validateOnParse and LIBXML_VALIDATEDTD
...
e90598803f の反映漏れ
2023-07-18 20:11:15 +09:00
Yoshinari Takaoka
3248918acc
Remove unnecessary role attribute for libxml_get_external_entity_loader
...
dea05ca001
2022-12-13 01:48:00 +09:00
Yoshinari Takaoka
1d9b457c4b
Add documentation for libxml_get_external_entity_loader()
...
d0d1ec131e
2022-11-05 03:25:52 +09:00
Yoshinari Takaoka
1b92d2dd7c
最終的に、全体を「拡張モジュール」に統一することとした
...
closes : #24
2022-10-17 22:00:50 +09:00
Yoshinari Takaoka
d3e1fef52e
Fix section order issues in some extensions ( php/doc-en#667 )
2021-06-07 23:09:49 +09:00
Yoshinari Takaoka
9f4033d0d6
s/必要とします/必要です/
2021-05-28 20:00:10 +09:00
kurenaif
338da1faab
非推奨のlibxml_disable_entity_loader()を推奨するような文章になっていたため、非推奨だということが伝わる文章に変更 ( #4 )
...
* 非推奨のlibxml_disable_entity_loader()を推奨するような文章になっていたため、非推奨だということが伝わる文章に変更
* libxml_disable_entity_loaderの比較先を明記
2021-04-30 22:13:34 +09:00
Yoshinari Takaoka
a4e8759e94
PHP 8.0 migration/deprecated: expand on libxml_disable_entity_loader()
...
The current text in the migration guide about the deprecation of `libxml_disable_entity_loader()` is misleading and can easily lead to the introduction of XXE vulnerable code.
In select circumstances, when `LIBXML_NOENT` is used, code can still be vulnerable to XXE attacks, even on PHP 8.0.
So I'm proposing to add an appropriate warning and mention the upgrade path in the migration guide.
Includes fixing a typo on the `libxml_disable_entity_loader()` page.
Co-authored-by: jrfnl <jrfnl@users.noreply.github.com >
2021-04-17 23:20:22 +09:00
Yoshinari Takaoka
6e0c4b33a2
Improve libxml_disable_entity_loader() docs
...
We clarify that `libxml_set_external_entity_loader()` is the preferred
alternative, and also note that the function is deprecated as of PHP
8.0.0.
2021-01-20 06:44:54 +09:00
Yoshinari Takaoka
27cffaedfb
Improve libxml_set_external_entity_loader() docs
...
We point out that this function can be used to avoid XXE, and is
preferable to `libxml_disable_entity_loader()` in this regard.
We also set up a proper methodsysnopsis for the `$resolver_function`.
2021-01-20 06:40:30 +09:00
Yoshinari Takaoka
2bf8dba825
Generate libxml methodsynopses based on stubs
...
Based on a patch contributed by Máté Kocsis <kocsismate@woohoolabs.com >.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351610 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 23:03:25 +00:00
Yoshinari Takaoka
144f5f2124
Use canonical type names
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351153 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 19:20:32 +00:00
Yoshinari Takaoka
7577b7c33f
Fix #62577 : simplexml_load_file does not file if libxml_disable_entit
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350443 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-31 17:08:50 +00:00
Satoru Yoshida
72a89c683b
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346940 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-01 15:56:12 +00:00
TAKAGI Masahiro
47d0713d64
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@338964 c90b9560-bf6c-de11-be94-00142212c4b1
2016-04-08 03:40:41 +00:00
TAKAGI Masahiro
3512443da4
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@337006 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-20 13:55:27 +00:00
Satoru Yoshida
63a41a7ee2
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@335799 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-25 04:39:39 +00:00
Simion Onea
31eae4c3b3
Making the XML definition consistent across the entire project.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334778 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 21:01:42 +00:00
TAKAGI Masahiro
b6c899a175
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334664 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-29 13:43:17 +00:00
Maciej Sobaczewski
81cedefbe6
Fix builds of active translations
...
- en-rev numbers were not updated so you can review changes one more time
- builds of few languages are still broken but not due to this changes
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334663 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-29 12:52:23 +00:00
TAKAGI Masahiro
cb1536c9ed
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@332512 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-23 23:00:22 +00:00
Yoshinari Takaoka
abc2579d6e
- fixed typo and translation.
...
-- http://ml.php.gr.jp/pipermail/php-doc/2013-September/001117.html
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@331324 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 15:04:25 +00:00
TAKAGI Masahiro
b0f20fdf8b
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@331169 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-19 20:49:50 +00:00
TAKAGI Masahiro
a95e4de08e
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330348 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-24 21:19:30 +00:00
TAKAGI Masahiro
54bf97bb6f
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@326076 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-10 03:21:07 +00:00
TAKAGI Masahiro
ad42cc37e9
add Japanese translation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324316 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-17 01:37:12 +00:00
TAKAGI Masahiro
edc3d6b148
s/ユーザ[^ー]/ユーザー/g
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324071 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-10 01:29:04 +00:00
TAKAGI Masahiro
c7ea2ed554
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@323727 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-01 19:51:44 +00:00
TAKAGI Masahiro
792d84bf9b
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@321262 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-19 23:19:20 +00:00
TAKAGI Masahiro
86df95c05e
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@320326 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 23:03:54 +00:00
TAKAGI Masahiro
bfdb0f89e4
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@319019 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-10 23:12:14 +00:00
TAKAGI Masahiro
6f7fdc84bb
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@315121 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-18 01:49:52 +00:00
TAKAGI Masahiro
8df820f508
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@313309 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-17 05:37:41 +00:00
TAKAGI Masahiro
2807158319
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@308269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-11 23:32:25 +00:00
TAKAGI Masahiro
574679cb16
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@307666 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-23 01:02:53 +00:00
TAKAGI Masahiro
551e022d37
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@305728 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-24 21:13:41 +00:00
TAKAGI Masahiro
f3be809d00
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@299040 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-05 23:20:39 +00:00