#
3c372901 |
| 29-Jun-2022 |
George Peter Banyard |
Add support to pass driver flags to DBA handlers Currently only LMDB with DBA_LMDB_USE_SUB_DIR/DBA_LMDB_NO_SUB_DIR are supported
|
#
d02b9b95 |
| 30-Aug-2021 |
Máté Kocsis |
Add more specific array return type hints for various extensions - part 1 ext/bz2, ext/calendar, ext/dba, ext/enchant Closes GH-7432
|
#
7db32add |
| 06-Nov-2021 |
George Peter Banyard |
Refactor dba_(p)open() to be more sensible (#7610) Actually use ZPP Throw ValueErrors for invalid values Use dedicated struc members for file permission and map size instead of a zva
Refactor dba_(p)open() to be more sensible (#7610) Actually use ZPP Throw ValueErrors for invalid values Use dedicated struc members for file permission and map size instead of a zval stack
show more ...
|
#
e56c5060 |
| 23-Oct-2021 |
George Peter Banyard |
Refactor DBA Use proper ZPP union types Use standard function signature semantics for dba_fetch() Re-ordering of checks
|
#
99b08ac2 |
| 08-Feb-2021 |
Máté Kocsis |
Implicitly enable function entry generation when class entry generation is enabled Closes GH-6675
|
#
5f210620 |
| 03-Feb-2021 |
Máté Kocsis |
Generate class entries for a few extensions Relates to GH-6644
|
#
97dd0eb9 |
| 22-Oct-2020 |
Nikita Popov |
Fix stub for dba_key_split() This is an extremely weird function, but the behavior seems to be intentional, and is quite clearly documented. So we adjust the stub to also accept
Fix stub for dba_key_split() This is an extremely weird function, but the behavior seems to be intentional, and is quite clearly documented. So we adjust the stub to also accept false|null as arguments. I believe the implementation already correctly matches union type semantics.
show more ...
|
#
74d757e3 |
| 07-Oct-2020 |
Nikita Popov |
Update ext/dba parameter names Closes GH-6292.
|
#
79981a39 |
| 02-Aug-2020 |
Máté Kocsis |
Add a bunch of missing argument types to stubs
|
#
175e5ed4 |
| 09-Apr-2020 |
Christoph M. Becker |
Fix typo (UNKOWN -> UNKNOWN)
|
#
7c307873 |
| 04-Apr-2020 |
Máté Kocsis |
Generate function entries from stubs for a couple of extensions Closes GH-5347
|
#
7d0102df |
| 17-Feb-2020 |
Christoph M. Becker |
Revert "Replace @param annotations with type declarations" This reverts commit c31029f335ca1b453af799805c43c37e959ad555.
|
#
c31029f3 |
| 16-Feb-2020 |
Christoph M. Becker |
Replace @param annotations with type declarations
|
Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6 |
|
#
27e83d0f |
| 08-Nov-2019 |
Máté Kocsis |
Add union return types for function stubs
|
Revision tags: php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3, php-7.2.23, php-7.3.10 |
|
#
071ccee7 |
| 18-Sep-2019 |
Christoph M. Becker |
Add ext/dba stubs
|