Yoshinari Takaoka
fa7acf941f
fixed build error / added part of 8.2.0 migration guide.
2022-09-26 19:50:25 +09:00
Yoshinari Takaoka
90f30a88f7
Fix some (con|de)structor pages
...
c44e9cb68b
2022-04-07 03:44:55 +09:00
Yoshinari Takaoka
53b1192bd8
Fix datatype in SQLite3 example
...
SQLite3 does not have a 'STRING' data type. Cf. <https://www.sqlite.org/datatype3.html >.
1f26555e0d
2022-01-12 05:12:21 +09:00
Yoshinari Takaoka
a56babd697
Generate ext/sqlite3 class synopses from stubs
...
de997edfd4
2021-11-11 19:16:54 +09:00
Yoshinari Takaoka
fd09ce1e18
sqlite3.openblob の誤字を修正
...
Closes #18
2021-10-11 15:21:30 +09:00
Yoshinari Takaoka
0555fa191f
s/返り値/戻り値/g
2021-10-09 02:40:05 +09:00
Yoshinari Takaoka
8c6c002807
Remove some unnecessary methodsynopsis role attributes
...
7f99d5e488
2021-09-15 00:43:54 +09:00
Yoshinari Takaoka
38a4d15afd
SQLite3::lastInsertRowId() returns 0 if nothing had been inserted
...
Cf. <https://www.sqlite.org/c3ref/last_insert_rowid.html >.
This integrates user note 126310.
2021-08-06 09:30:21 +09:00
Yoshinari Takaoka
9e32c45b7e
Remove PHP 5, 7 references ( php/doc-en#565 )
2021-05-13 10:14:52 +09:00
Yoshinari Takaoka
bd7cb4972f
fixed SQLite3::setAuthorizer parameter order description. ( php/doc-en#593 )
...
5th and 6th parameter description is wrong, because they are copy-and-pasted from the following C interface manual page.
https://www.sqlite.org/c3ref/c_alter_table.html
2021-05-11 09:57:39 +09:00
Yoshinari Takaoka
f9a86c1279
Add tip on VACUUM INTO in SQLite3::backup ( php/doc-en#547 )
2021-04-26 21:32:06 +09:00
Yoshinari Takaoka
7e87bd79a6
Remove double words / Updated EN-Revision only.
2021-04-21 02:13:20 +09:00
Yoshinari Takaoka
0da4efa966
Generate sqlite3 methodsynopses based on stubs
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
Closes GH-303.
2021-01-02 12:11:54 +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
Yoshinari Takaoka
a2a2c90fdc
[status ready] translated sqlite3/setauthorizer.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351561 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 02:49:29 +00:00
Yoshinari Takaoka
37883dbeab
Document SQLite3::setAuthorizer
...
Based on a patch contributed by BohwaZ.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351558 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 02:03:34 +00:00
Yoshinari Takaoka
e70a9d4629
Fix return types
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351156 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 19:51:55 +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
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
cb04a92efc
fixed untranslated part, part II.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350997 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-26 09:49:36 +00:00
Yoshinari Takaoka
795604aeff
Use meaningful xml:id
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350608 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-21 01:26:59 +00:00
Yoshinari Takaoka
ebac7eaa7d
Document SQLite3::backup()
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350587 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-18 10:38:53 +00:00
Yoshinari Takaoka
42dd88c618
Fix example
...
A column declared as "string" has numeric type affinity, which may cause
unexpected results.
This integrates user note 125069.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350005 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-02 14:34:35 +00:00
Yoshinari Takaoka
8a440bd240
Clarify SQLite3Result::columnName()
...
Cf. bug #78813 .
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349252 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-25 13:53:54 +00:00
Yoshinari Takaoka
cdaa51a0b9
added missing sqlite related doc translations.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348908 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-14 11:03:30 +00:00
Yoshinari Takaoka
8f542adde4
Status: working -> ready
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348872 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-12 02:36:31 +00:00
Yoshinari Takaoka
0ddbcb44ad
sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348859 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-10 05:57:01 +00:00
Yoshinari Takaoka
617d180e53
updated EN-Revision only
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348688 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-24 00:36:55 +00:00
Yoshinari Takaoka
b303de4cca
Fix #78957 : pdo_sqlite extension does not load after upgrading from 7.3.12 to 7.4.0
...
Bug: https://bugs.php.net/78957 (Re-Opened) pdo_sqlite extension does not load after upgrading from 7.3.12 to 7.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348542 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-16 14:40:37 +00:00
Yoshinari Takaoka
eb13e45b28
Use predefined entity reference
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348462 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-08 14:54:00 +00:00
Yoshinari Takaoka
3e814f444b
Use reurn.falseforfailure entity.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348444 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-05 20:25:11 +00:00
Yoshinari Takaoka
464db56393
updated sqlite3 ini
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348387 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-01 13:42:22 +00:00
Yoshinari Takaoka
db5d85987d
fixed xml build error
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348375 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-01 00:25:03 +00:00
Satoru Yoshida
e2c6ddaec9
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346959 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-03 06:08:55 +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
TAKAGI Masahiro
3e0d51dbdf
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@340017 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-12 23:02:54 +00:00
TAKAGI Masahiro
073414c7f2
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@339533 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-30 22:50:38 +00:00
TAKAGI Masahiro
19f5ea6dbb
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@339456 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-22 22:46:42 +00:00
TAKAGI Masahiro
17cf8ccf62
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330591 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-21 03:30:51 +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
5f8d14c914
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@328348 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-13 11:30:53 +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
2098cdd4ce
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@325664 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-13 00:14:51 +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
2052edc414
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@323731 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-01 21:06:20 +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
fbc1903528
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@322654 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-24 10:43:01 +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
Satoru Yoshida
76d28e3890
[DOCUMENTATION] sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@310986 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-13 08:47:57 +00:00
TAKAGI Masahiro
4d562e8a09
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@310655 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-29 13:49:56 +00:00