History log of /PHP-8.2/ext/mysqli/mysqli.stub.php (Results 1 – 25 of 71)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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 ...

# 5a69cb6f 04-Jul-2022 Kamil Tekiela

Deprecate MYSQLI_IS_MARIADB

Closes GH-8919

# f0d53684 18-Jul-2022 Máté Kocsis

Declare ext/mysqli constants in stubs (#8811)

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

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

# 1dc51c7b 06-Jul-2022 Kamil Tekiela

Implement mysqli_execute_query() (#8660)

# 49d3dde2 18-Jun-2022 Máté Kocsis

Declare true return types (#8759)

# 3a4d1b61 12-Apr-2022 Tim Düsterhus

Mark parameter in ext/mysqli as sensitive

# debd38f8 02-Jun-2022 Máté Kocsis

Add support for sensitive parameters in stubs

# 01cbe390 13-Feb-2022 Kamil Tekiela

Remove mysqli_driver::$reconnect property

# d84dfa32 05-Jan-2022 Kamil Tekiela

Remove MYSQLI_USE_MYSQLND constant and all the code with it

# 2b4fee03 01-Apr-2022 Máté Kocsis

Mark ext/mysqli properties as readonly for documentation purposes

# 62e4ac94 06-Jan-2022 Máté Kocsis

Add support for custom property links

Closes GH-7892

# f70ca0ac 28-Dec-2021 Máté Kocsis

Mark mysqli_driver properties readonly

# 8869bbe0 30-Dec-2021 Kamil Tekiela

Fix bug GH-7746 (mysqli_sql_exception->sqlstate is inaccessible)

Closes GH-7747

# 1bf1481a 30-Aug-2021 Máté Kocsis

Specify a few array func info entries (#7425)

# 8e6e9838 30-Aug-2021 Máté Kocsis

Add support for generating MAY_BE_ARRAY_OF_REF func info flag (#7416)

# 7d3cdb36 26-Aug-2021 Máté Kocsis

Fix mysqli stub alias verification issues

I had to add a few no-verify annotations since the return type of the function and method counterparts cannot be aligned properly (easily)

# 17ccabc6 26-Aug-2021 Máté Kocsis

Generate optimizer func info from stubs for ext/curl, ext/mysqli, ext/pcre (#7407)

# fc0d8983 19-Jul-2021 Máté Kocsis

Fix some smaller formatting inconsistencies in stubs

# 625b89af 08-Jul-2021 Nikita Popov

Deprecate mysqli::init()

In favor of parent::__construct().

Part of https://wiki.php.net/rfc/deprecations_php_8_1.

# 6af5b369 26-May-2021 Máté Kocsis

Merge branch 'PHP-8.0'

* mysqli_get_client_info() cannot return null


# ceb0951f 26-May-2021 Máté Kocsis

mysqli_get_client_info() cannot return null

This method is already deprecated

# 01775fa1 26-May-2021 Máté Kocsis

Declare tentative return types for ext/mysqli (#6998)

# 1a1a9b2e 26-May-2021 Máté Kocsis

Merge branch 'PHP-8.0'

* Fix the return type of mysqli_connect()


# 97f72793 26-May-2021 Máté Kocsis

Fix the return type of mysqli_connect()

123