KentarouTakeda
|
e24f31b407
|
pgsql 全件同期・クラスページ packagesynopsis 移行ほか 29 件 (#353)
## 翻訳内容
### reference/ldap(3件)
- reference/ldap/ldap.connection.xml — packagesynopsis 構造への移行
1. php/doc-en@4d17b7b
2. php/doc-en@37d269b
- reference/ldap/ldap.result.xml — packagesynopsis 構造への移行
1. php/doc-en@4d17b7b
2. php/doc-en@37d269b
- reference/ldap/ldap.resultentry.xml — packagesynopsis 構造への移行
1. php/doc-en@4d17b7b
2. php/doc-en@37d269b
### reference/intl(2件)
- reference/intl/intlchar.xml — changelog の定数名重複を修正
1. php/doc-en@63bd68a
- reference/intl/dateformatter.xml — PATTERN の changelog バージョン修正 (8.5.0→8.4.0)
1. php/doc-en@1786db6
### reference/pgsql(20件)
- reference/pgsql/pgsql.connection.xml — packagesynopsis 構造への移行
1. php/doc-en@4d17b7b
2. php/doc-en@37d269b
- reference/pgsql/pgsql.lob.xml — packagesynopsis 構造への移行
1. php/doc-en@4d17b7b
2. php/doc-en@37d269b
- reference/pgsql/pgsql.result.xml — packagesynopsis 構造への移行
1. php/doc-en@4d17b7b
2. php/doc-en@37d269b
- reference/pgsql/setup.xml — PG バージョン要件を libpq 要件に更新
1. php/doc-en@5f1a920
- reference/pgsql/reference.xml — 古い PG バージョン要件の削除
1. php/doc-en@5f1a920
- reference/pgsql/constants.xml — PGSQL_TRACE_SUPPRESS_TIMESTAMPS バージョン修正 (8.3.0→8.4.20)
1. php/doc-en@f5419b6
- reference/pgsql/functions/pg-affected-rows.xml — 古い PG バージョン要件の削除
1. php/doc-en@5f1a920
- reference/pgsql/functions/pg-client-encoding.xml — 古い PG バージョン要件の削除
1. php/doc-en@5f1a920
- reference/pgsql/functions/pg-copy-from.xml — パラメータ型を array|Traversable に同期
1. php/doc-en@aa120f3
- reference/pgsql/functions/pg-escape-identifier.xml — 古い PG バージョン要件の削除
1. php/doc-en@5f1a920
- reference/pgsql/functions/pg-escape-literal.xml — 古い PG バージョン要件の削除
1. php/doc-en@5f1a920
- reference/pgsql/functions/pg-escape-string.xml — 古い PG バージョン要件の削除
1. php/doc-en@5f1a920
- reference/pgsql/functions/pg-execute.xml — 古い PG バージョン要件の削除
1. php/doc-en@5f1a920
- reference/pgsql/functions/pg-lo-create.xml — 古い PG バージョン要件の削除
1. php/doc-en@5f1a920
- reference/pgsql/functions/pg-parameter-status.xml — 古い PG バージョン要件の削除
1. php/doc-en@5f1a920
- reference/pgsql/functions/pg-prepare.xml — 古い PG バージョン要件の削除
1. php/doc-en@5f1a920
- reference/pgsql/functions/pg-query-params.xml — 古い PG バージョン要件の削除
1. php/doc-en@5f1a920
- reference/pgsql/functions/pg-result-error-field.xml — 古い PG バージョン要件の削除
1. php/doc-en@5f1a920
- reference/pgsql/functions/pg-unescape-bytea.xml — 古い PG バージョン要件の削除
1. php/doc-en@5f1a920
- reference/pgsql/functions/pg-version.xml — 古い PG バージョン要件の削除
1. php/doc-en@5f1a920
### 独立ファイル
- reference/ftp/ftp.connection.xml — packagesynopsis 構造への移行
1. php/doc-en@4d17b7b
2. php/doc-en@37d269b
- reference/ffi/ffi.cdata.xml — packagesynopsis 構造への移行
1. php/doc-en@37d269b
- reference/dba/dba.connection.xml — packagesynopsis 構造への移行
1. php/doc-en@37d269b
- reference/soap/soapfault.xml — $lang プロパティの varname 修正
1. php/doc-en@cdb9b8a
|
2026-03-16 09:55:20 +09:00 |
|
Yoshinari Takaoka
|
f8282f900c
|
PHP 8.4: pgsql: Add pg_set_chunked_rows_size, PGSQL_TUPLES_CHUNK
3c6c95fcfd
|
2025-09-11 19:52:13 +09:00 |
|
Yoshinari Takaoka
|
f6e7dbac63
|
[reference/pgsql] sync with en
|
2025-09-03 19:43:10 +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 |
|
KentarouTakeda
|
180a2c1299
|
<type>型名</type> を <type>typeName</type> に修正 (#210)
|
2024-12-31 12:26:43 +09:00 |
|
yasuaki640
|
550b759e63
|
Unified server notation shaking (#223)
|
2024-12-22 17:32:30 +09:00 |
|
KentarouTakeda
|
89f948f541
|
pg_result_memory_size 見出しの文体の統一
|
2024-12-15 09:32:43 +09:00 |
|
SUMIDA, Ippei
|
a45586030a
|
[PHP 8.4] Add manual for pg_result_memory_syze() (#145)
* [PHP 8.4] Add manual for `pg_result_memory_syze()`
* remove `<para>`
* xmlの書式スタイルをenと揃える
* 英語版リビジョンとクレジットの追加
---------
Co-authored-by: 武田 憲太郎 <takeda@youmind.jp>
|
2024-11-07 12:42:17 +09:00 |
|
Gina Peter Banyard
|
2145bed791
|
Sync PGSQL with EN
Somewhat of a follow-up to 4ac7da90cf which forgot to update RevCheck and sync See Also
|
2024-10-31 16:43:25 +00:00 |
|
KentarouTakeda
|
4ac7da90cf
|
不要なエラーハンドリングをコード例より削除 (#137)
|
2024-10-31 07:51:51 -07:00 |
|
Yoshinari Takaoka
|
f5e6af6e12
|
pg-prepare.xml Amend XML syntax, add tags, clarify purpose
469e5fa809
|
2024-09-23 19:35:39 +09:00 |
|
Yoshinari Takaoka
|
3b77d6a506
|
Updated EN-Revision only / Remove extra space characters
e50e797467
|
2024-09-16 22:04:10 +09:00 |
|
Yoshinari Takaoka
|
973e512a2f
|
[PHP 8.3] Update PGSQL
39bb8a8689
|
2024-02-25 22:41:56 +09:00 |
|
Yoshinari Takaoka
|
aac7a53ec7
|
Replace deprecated ${var} string interpolations with {$var}
9e6c3416c5
|
2024-02-18 10:13:20 +09:00 |
|
nsfisis
|
dc7a8197a9
|
Fix typo: 「をを」→「を」 (#115)
|
2024-02-11 19:46:17 +09:00 |
|
Yoshinari Takaoka
|
596122339a
|
[PHP 8.3] pg_trace update
3f2e2d4a8c
|
2023-11-23 12:38:47 +09:00 |
|
Yoshinari Takaoka
|
a1d113686f
|
[PHP 8.3] pgsql update
ebd624e434
|
2023-11-22 23:03:31 +09:00 |
|
Yoshinari Takaoka
|
947b7eb2c9
|
Revert ext/pgsql pipeline mode documentation after revert
9d6701a720
|
2023-11-21 23:22:42 +09:00 |
|
Yoshinari Takaoka
|
264e0b6714
|
誤訳を修正
そもそも原文が誤訳を誘発しやすいものだが、日本語版をとりあえず合わせておく
|
2023-11-19 23:05:19 +09:00 |
|
Yoshinari Takaoka
|
996a547f61
|
ext/pgsql: document new PHP 8.3 functions
4d566363a3
|
2023-11-19 18:39:15 +09:00 |
|
Yoshinari Takaoka
|
54ff08d77b
|
ext/pgsql: pg_select document mode parameter
2fa74a5512
|
2023-06-18 04:26:38 +09:00 |
|
Yoshinari Takaoka
|
191ad624a6
|
fix: true return type for return true always function
Various functions and method have had their return type changed to true.
Fix this and add changelog entries.
2ca0903429
|
2023-02-22 15:45:00 +09:00 |
|
Yoshinari Takaoka
|
f33013d17d
|
Fix: Typo in pg_insert() example
fbd75a1be5
|
2023-01-17 14:37:19 +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
|
4a3229af95
|
The "mode" parameter of pg_fetch_row is not documented
Instead of another copy&paste, we introduce a new XML entity.
cfeb14a38b
|
2022-07-06 01:43:18 +09:00 |
|
Yoshinari Takaoka
|
72ea0078f7
|
Undocumented change of pg_fetch_all
46d4ffd454
|
2022-07-06 01:35:56 +09:00 |
|
Yoshinari Takaoka
|
d0c29ce26b
|
The default mode is PGSQL_ASSOC, not PGSQL_BOTH
47eb355293
|
2022-07-06 00:57:16 +09:00 |
|
Yoshinari Takaoka
|
a2cb081cb9
|
Remove grossly outdated info about PHP 4.0.3 requirement
ad618eea48
|
2022-05-10 00:49:43 +09:00 |
|
Yoshinari Takaoka
|
ff17650a10
|
pg_field_num Error with Quoted Aliases
https://bugs.php.net/bug.php?id=72058
6fcf14255c
|
2021-11-11 23:39:59 +09:00 |
|
Yoshinari Takaoka
|
6f7d41159f
|
PostgreSQL Documentation のリンクタイトルを統一。
|
2021-11-09 07:52:15 +09:00 |
|
Yoshinari Takaoka
|
841196cd11
|
[PHP 8.1] Use PgSql objects instead of resources
c2eca73ef7
|
2021-10-17 00:53:10 +09:00 |
|
Yoshinari Takaoka
|
f770199edc
|
typo
b323b5e04b
|
2021-10-15 23:00:41 +09:00 |
|
Yoshinari Takaoka
|
e7648952db
|
updated EN-Revision only.
日本語版は既に修正済みだった。手patchした時に無意識に修正が行われていた。
|
2021-10-15 22:58:52 +09:00 |
|
Yoshinari Takaoka
|
766b010ac7
|
typo
いやいやいやいや、それをいうたら何でも typo になってしまうやろ。
2eda09ff8e
|
2021-10-13 02:06:35 +09:00 |
|
Yoshinari Takaoka
|
1c8df193ad
|
Follow-up nit
Use correct function name instead of the one from the copy/paste
Also update pg_delete as it has the same issues
81aced57e0
|
2021-10-11 11:18:40 +09:00 |
|
Yoshinari Takaoka
|
01698e7a52
|
Couple of nits to pgsql docs
Redundant paragraph
Add <constant> markup and normalize
Fix parameter name
5589cbb636
|
2021-10-11 11:15:37 +09:00 |
|
Yoshinari Takaoka
|
42b6d6ba23
|
Generate ext/pgsql methodsynopses based on stubs
58645a79f1
|
2021-10-10 18:08:50 +09:00 |
|
Yoshinari Takaoka
|
0555fa191f
|
s/返り値/戻り値/g
|
2021-10-09 02:40:05 +09:00 |
|
Yoshinari Takaoka
|
61f8a936c9
|
fixed untranslated part.
|
2021-08-12 20:59:25 +09:00 |
|
Yoshinari Takaoka
|
40fa24a74c
|
Fix issues in PgSql directory
|
2021-06-10 01:08:48 +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
|
0e29a256ef
|
Removed Changelog entries for PHP 5, PHP 7.0 (php/doc-en#543)
|
2021-04-23 01:59:00 +09:00 |
|
Yoshinari Takaoka
|
7d411ce02e
|
updated EN-Revision only
|
2021-03-20 05:20:44 +09:00 |
|
George Peter Banyard
|
223542483b
|
Update EN-Revision tags for new rev-check
This only updates files which have an empty diff between the two different revisions
|
2021-02-02 18:27:13 +00:00 |
|
Yoshinari Takaoka
|
4ed6124436
|
fix fix; need some coffee
|
2021-02-02 21:40:20 +09:00 |
|
Yoshinari Takaoka
|
3faf190dae
|
really remove PHP 5 changelog
|
2021-02-02 21:39:07 +09:00 |
|
Yoshinari Takaoka
|
3d9ac989a3
|
fix example; remove PHP 5 changelog
|
2021-02-02 21:37:43 +09:00 |
|
Yoshinari Takaoka
|
2da1afea4b
|
Fix #54863 by clarifying return values
Closes GH-318.
|
2021-01-11 09:23:31 +09:00 |
|
Yoshinari Takaoka
|
975835b9bd
|
update EN-Revision only
EN-Revision was fully updated, because of revert r351730, r351729.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352016 c90b9560-bf6c-de11-be94-00142212c4b1
|
2020-12-11 19:06:49 +00:00 |
|