History log of /PHP-8.2/ext/ftp/ftp.stub.php (Results 1 – 23 of 23)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 574a7e7e 03-Mar-2023 David Carlier

ext/ftp fix ftp_nb_get signature (for failure).

ref: https://github.com/php/doc-en/pull/2331#issuecomment-1448984096

Closes GH-10760.


# 7fccdf72 10-Feb-2023 SATO Kentaro

Add support for generating namespaced constant

Closes GH-10552


# e328c683 19-Jul-2022 Máté Kocsis

Rename @cname to @cvalue in stubs (#9043)

@cname currently refers to the constant name in C. However, it is not always a (constant) name, but sometimes a function invocation, so naming it as

Rename @cname to @cvalue in stubs (#9043)

@cname currently refers to the constant name in C. However, it is not always a (constant) name, but sometimes a function invocation, so naming it as @cvalue would be more appropriate.

show more ...


# 342e18f1 12-Jul-2022 Tim Düsterhus

Support the actual `#[\SensitiveParameter]` attribute in stubs (#8836)


# f9fa6d04 12-Apr-2022 Tim Düsterhus

Mark parameter in ext/ftp as sensitive


# 49764839 04-Jun-2022 Máté Kocsis

Declare ext/ftp constants in stubs (#8703)


# 20fb26e5 30-Aug-2021 Máté Kocsis

Add more specific array return type hints for various extensions - part 2

ext/ftp, ext/gmp, ext/intl

Closes GH-7433


# 4b3206d6 06-Sep-2021 Máté Kocsis

Fix the return type of ftp_raw() (#7466)


# 570d9b63 20-Jul-2021 Joe Watkins

Not serializable flag permeation


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

Indent stubs inside global namespace blocks (#7261)


# 68224f2a 08-May-2021 Ayesh Karunaratne

Move FTP extension class `FTPConnection` to `FTP\Connection`

With the [namespaces in bundled extensions RFC](https://wiki.php.net/rfc/namespaces_in_bundled_extensions) passed, renaming the n

Move FTP extension class `FTPConnection` to `FTP\Connection`

With the [namespaces in bundled extensions RFC](https://wiki.php.net/rfc/namespaces_in_bundled_extensions) passed, renaming the new `\FTPConnection` class to `\FTP\Connection`.
This also adds an entry to `./UPGRADING` file.

Related: #6925, #5945

show more ...


# 99b08ac2 08-Feb-2021 Máté Kocsis

Implicitly enable function entry generation when class entry generation is enabled

Closes GH-6675


# 98fb565c 05-Feb-2021 Máté Kocsis

Generate class entries from stubs for another batch of extensions

Closes GH-6669


# b4503fbf 21-Oct-2020 Sara Golemon

Convert FTP resource to object


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

Review parameter names in ext/ftp

Closes GH-6254


# 1410cd6b 30-Aug-2020 Máté Kocsis

Promote warnings to exceptions in ext/ftp

Closes GH-6054


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

Add a bunch of missing argument types to stubs


# 3ebce8e9 02-May-2020 Máté Kocsis

Fix UNKNOWN default values in various extensions

Closes GH-5514


# 5322de1b 04-Apr-2020 Máté Kocsis

Generate functions entries from stubs for another set of extensions

Closes GH-5351


# a43bc33f 04-Apr-2020 Máté Kocsis

Annotate function aliases in stubs


# 736b22dc 18-Feb-2020 Máté Kocsis

Add stubs for aliases

Closes GH-5187


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, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9
# 4742b2e1 25-Aug-2019 Christoph M. Becker

Add stubs for ext/ftp