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
|
e875b4b5de
|
Add PGSQL_ERRORS_SQLSTATE constant
63916fd88a
|
2024-07-27 10:57:12 +09:00 |
|
Gina Peter Banyard
|
e4f42ceee3
|
Apply commit from doc-en PR 3422
|
2024-06-14 17:01:59 +01:00 |
|
Yoshinari Takaoka
|
6a3fde068d
|
Updated EN-Revision only / Standardise capitalisation oh Open Source
日本語版的には全く意味がない変更
|
2024-04-28 08:49:47 +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 |
|
Gina Peter Banyard
|
3949505003
|
Apply revchecked skipped commit c60943fefc4ff8950460e76d714a463437cf0eb2
Replace PHP_INI_* with INI_* constants
|
2024-01-26 13:55:31 +00:00 |
|
Yoshinari Takaoka
|
30a2690671
|
Updated EN-Revision only / Update constants.xml
cb25637724
|
2023-12-25 09:45:05 +09:00 |
|
Yoshinari Takaoka
|
cbe3c804b7
|
Amended of funcion name in pgsql/constants.xml
The funcion pg_set_error_context_set_visibility() doesn't exists, probably typo
|
2023-12-25 09:43:55 +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
|
c661f90fe4
|
[PHP 8.3] pgsql constants update
842c0ebebf
|
2023-11-19 19:08:31 +09:00 |
|
Yoshinari Takaoka
|
996a547f61
|
ext/pgsql: document new PHP 8.3 functions
4d566363a3
|
2023-11-19 18:39:15 +09:00 |
|
Yoshinari Takaoka
|
f3f9e04941
|
Synchronize predefined constants with stubs - part 3
5bc8ebe3c1
|
2023-09-05 20:38:45 +09:00 |
|
Yoshinari Takaoka
|
ef5f805cec
|
Syncronize predefined constants with stubs - part 1
|
2023-09-05 20:35:39 +09:00 |
|
Yoshinari Takaoka
|
3b30b8e440
|
Use new class synopsis markup
14767af0f0
|
2023-08-30 21:53:08 +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
|
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
|
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
|
34680b833d
|
Generate ext/pgsql class synopses from stubs
9363cb735c
|
2021-11-18 00:43:20 +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 |
|