History log of /PHP-8.1/ext/pspell/pspell.stub.php (Results 1 – 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c8f858ef 06-Sep-2021 Máté Kocsis

Add more specific array return type hints for various extensions - part 4 (#7469)


# 570d9b63 20-Jul-2021 Joe Watkins

Not serializable flag permeation


# b3828836 20-Jul-2021 Máté Kocsis

Indent stubs inside global namespace blocks (#7261)


# 57a635c6 10-May-2021 Ayesh Karunaratne

Move resource-object classes of PSpell to `\PSpell` namespace

[namespaces in bundled extensions](https://wiki.php.net/rfc/namespaces_in_bundled_extensions) changes for PSpell.

- Re

Move resource-object classes of PSpell to `\PSpell` namespace

[namespaces in bundled extensions](https://wiki.php.net/rfc/namespaces_in_bundled_extensions) changes for PSpell.

- Rename `PSpell` class to `\PSpell\Dictionary`
- Rename `PSpellConfig` class to `\PSpell\Config`
- Add entries to `UPGRADING` file.

Related: bd12c94f

show more ...


# 5b5bfd6b 14-Feb-2021 Máté Kocsis

Generate class entries from stubs for phar, posix, pspell, readline, reflection, session, shmop

Closes GH-6692


# 4fb5ccf0 22-Oct-2020 Máté Kocsis

Fix parameter name of pspell_config_save_repl()

Closes GH-6369.


# bd12c94f 22-Oct-2020 Sara Golemon

Convert pspell resources to objects


# 49829642 01-Oct-2020 Máté Kocsis

Review parameter names in ext/pspell

Closes GH-6257


# 628db3f3 04-Sep-2020 Máté Kocsis

Fix UNKNOWN default values in various extensions

Closes GH-6075


# 79981a39 02-Aug-2020 Máté Kocsis

Add a bunch of missing argument types to stubs


# 21cfa03f 05-Apr-2020 Máté Kocsis

Generate function entries for another batch of extensions

Closes GH-5352


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
# e3abc534 05-Oct-2019 Christoph M. Becker

Add ext/pspell arginfo stubs