Máté Kocsis
37d269b8f6
Add packagesynopsis tag for objects recently converted from resource ( #5405 )
2026-03-08 21:04:28 +01:00
Gina Peter Banyard
b5fce74a6c
dba: fix XML by converting para to simpara tags via script ( #5149 )
2026-01-18 22:40:20 +00:00
Gina Peter Banyard
8ff5922f0a
dba: fix XML to get remove of useless wrapping para tags - pass2
2026-01-15 22:11:11 +00:00
Gina Peter Banyard
bfa3348034
dba: fix XML to get remove of useless wrapping para tags ( #5107 )
...
Done via a new script I am working on to do bulk changes across translations.
The script in question is https://gist.github.com/Girgias/156ad2af8df711ab038710d1a741205f
It should only ever be run on paths where translations can automatically have their revcheck tag updated. And the DBA extension docs are one such case.
This also removes trailing whitespaces to make CI green.
2026-01-15 17:23:46 +00:00
Gina Peter Banyard
1a53c22773
DBA: Actually include and add version information for Conenction class
2024-11-05 15:00:03 +00:00
Gina Peter Banyard
d34561113b
dba_key_split() deprecation ( #4007 )
2024-11-05 14:46:29 +00:00
Sergey Panteleev
8b2eba9e48
[PHP 8.4] DBA resource to Object conversions (continue)
2024-10-24 17:21:53 +03:00
Gina Peter Banyard
cc62b5ecf4
dba: Remove useless wrapping para for new changelogs
2024-10-24 13:39:42 +01:00
Sergey Panteleev
44428b04b7
[PHP 8.4] DBA resource to Object conversions ( #3914 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
2024-10-24 14:28:49 +03:00
Gina Peter Banyard
d4d5216e7a
[skip-revcheck] Replace PHP_INI_* with INI_* constants
...
Performed via a bash script which can be found on PR GH-3140
Closes GH-3140
Co-authored-by: haszi <haszika80@gmail.com >
2024-01-26 14:00:36 +00:00
Gina Peter Banyard
effc344e26
dba_fetch() takes array|string for the key even in the overloaded signature
2023-12-16 16:48:50 +00:00
Yoshinari Takaoka
a55792ff57
[PHP 8.3] Calling dba_fetch() with $dba as the 3rd argument is now deprecated. ( #2911 )
2023-11-04 14:14:33 +00:00
othercorey
e4faf426c0
Fix dba_open changelog php version ( #2291 )
2023-02-13 00:33:20 +00:00
Máté Kocsis
9264401165
Update the signature of dba_open() and dba_popen() ( #1267 )
...
Co-authored-by: George Peter Banyard <girgias@php.net >
2022-11-07 14:16:16 +00:00
George Peter Banyard
d5f9822c02
dba_fetch() signature has changed to follow userland semantics ( #1939 )
...
The overloaded signature is still supported but discouraged.
2022-11-04 13:40:03 +00:00
Sergey Panteleev
bf457cd76a
Add DBA flag constants ( #1818 )
2022-09-20 11:37:05 +01:00
zors1
222b43d6c1
Fix misspelling of "successful" on dba_open page ( #764 )
2021-07-07 14:43:43 +02:00
George Peter Banyard
cbac1ecf71
Fix lone section order issues in various extensions
...
Part of #658
2021-06-06 18:03:03 +01:00
Sergey Panteleev
a0ae28d3bc
Removed references to PHP 5, PHP 7.0 ( #545 )
2021-04-24 20:01:17 +03:00
Christoph M. Becker
6dfe076725
xi:include INI settings documented elsewhere in ini.list
...
We do not xi:include core INI settings, since we want to keep
alphabetic sort order (well, roughly at least).
We do add xi:fallback elements to all xi:includes, just in case.
2021-02-24 17:58:20 +01:00
Yoshinari Takaoka
b797520f46
Added PHP 8 into versions.xml for dba based on stubs.
...
Closes GH-422.
2021-01-26 18:09:00 +01:00
Christoph Michael Becker
9c4c971826
Generate dba methodsynopses based on stubs
...
Closes GH-283.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352209 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-27 17:43:56 +00:00
Christoph Michael Becker
4754397753
Revert revision 351727 from phpdoc/en/trunk:
...
Document false and null return types
Cf. <https://news-web.php.net/php.doc.cvs/17645 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b
Document false and null return types
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Christoph Michael Becker
b95d28e6ec
Fix return types
...
Functions which return false on failure should state that in their
signature as well.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351135 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:52:35 +00:00
Christoph Michael Becker
9e0f03ac35
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/en/trunk@351129 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 11:17:26 +00:00
Christoph Michael Becker
885781f948
Document lmdb $mapsize parameter
...
Cf. <https://github.com/php/php-src/pull/4910 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348995 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-23 11:45:57 +00:00
Yoshinari Takaoka
bae55bfcbb
fixed not to load from download url
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348792 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-04 08:50:17 +00:00
Christoph Michael Becker
c1a307f4e2
Document driver specific dba_open() parameters
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348374 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-30 15:12:07 +00:00
George Peter Banyard
b824e2b108
Remove PHP 4 and 5.0.0 mentions.
...
This includes changelogs but also some paragraphs and notes which mention PHP 4.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347555 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 17:31:34 +00:00
Christoph Michael Becker
40e7aed899
Remove more PHP < 5 related contents
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345788 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-06 16:11:45 +00:00
Christoph Michael Becker
2d3479cd0f
Update DBA installation instructions
...
* --with-flatfile and --with-inifile are --enable-flatfile
and --enable-inifile as of PHP 5.2.1
* document lmdb configuration
* remove PHP 4 related info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345770 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-03 16:59:27 +00:00
Jakub Vrana
b8758b0605
Use entities in initializer
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343899 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:11:34 +00:00
Kalle Sommer Nielsen
ee27dc3326
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343497 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 15:54:05 +00:00
Kalle Sommer Nielsen
f523cab03f
Documented LMDB support for ext/dba
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343473 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-28 14:32:31 +00:00
Christoph Michael Becker
2ee5b0a10c
Fix typos
...
Patches provided by anonymous users.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343117 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-21 09:27:28 +00:00
Christoph Michael Becker
ea63eee345
Fix example
...
This integrates user note 120193.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341092 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-21 15:10:26 +00:00
Christoph Michael Becker
3e3e60b8f0
Fix #64200 : Tokyo Cabinet support not mentioned in docs for DBA extension
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339870 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-12 13:26:11 +00:00
Maciej Sobaczewski
92bff06867
Update bunch of versions.xml for PHP 7
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337985 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-12 07:06:29 +00:00
Simion Onea
14af302c9c
Making the XML definition consistent across the entire project.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Maciej Sobaczewski
8b5940cade
Remove changelogs for PHP 4 - 2nd round
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334605 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-26 14:28:17 +00:00
Joe Watkins
38edd0bedc
fix #65508 dba configuration information missing
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331649 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-03 05:22:03 +00:00
Jakub Vrana
1634a88641
Delete redundant <!-- Membership: -->
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Philip Olson
9e9cd5898f
Fixed changelog entries. Entry should only be a number.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329173 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-17 01:04:07 +00:00
Hannes Magnusson
858cacd62c
mark bunch of extensions with "membership" PI (like the membership comment)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Yannick Torres
8ef6cf9b7c
Fix some literal tag
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324735 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-03 08:12:03 +00:00
Jakub Vrana
ac04b2ea21
Extension purpose is not needed anymore
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Philip Olson
dd95f273f8
Changed changelog version number entries to be consistent with an X.Y.Z format
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311057 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-15 17:58:55 +00:00
Peter Cowburn
9425da2dfa
typofix (dittographies)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308547 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-21 21:42:02 +00:00
Christopher Jones
968b5e70f8
Update for Berkeley DB 5
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300152 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-03 07:08:08 +00:00