History log of /PHP-8.1/ext/mysqli/mysqli.stub.php (Results 1 – 25 of 61)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-8.1.7RC1
# 2b4fee03 01-Apr-2022 Máté Kocsis

Mark ext/mysqli properties as readonly for documentation purposes

Revision tags: php-8.1.4RC1, php-8.1.3
# 62e4ac94 06-Jan-2022 Máté Kocsis

Add support for custom property links

Closes GH-7892

Revision tags: php-8.1.2RC1
# 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

Revision tags: php-8.1.0, php-7.3.33, php-7.3.32, php-7.3.31
# 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)

Revision tags: php-7.3.30
# 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.

Revision tags: php-7.3.29
# 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()

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

Merge branch 'PHP-8.0'

* Fix return type of mysqli::connect()


# 86ef34fc 26-May-2021 Máté Kocsis

Fix the return type of mysqli::connect()

# 4ece535f 07-May-2021 Máté Kocsis

Merge branch 'PHP-8.0'

* Fix return type of php_user_filter::onCreate()
* Fix return type of mysqli::init()
* Fix return type of UConverter::fromUCallback() and UConverter::toUCallba

Merge branch 'PHP-8.0'

* Fix return type of php_user_filter::onCreate()
* Fix return type of mysqli::init()
* Fix return type of UConverter::fromUCallback() and UConverter::toUCallback()

show more ...


# e8361eb0 06-May-2021 Máté Kocsis

Fix return type of mysqli::init()

# 54222a6f 01-May-2021 Kamil Tekiela

Implement mysqli_fetch_column (#6798)

* Implement mysqli_fetch_column

Revision tags: php-7.3.28
# 30a082cb 20-Apr-2021 Máté Kocsis

Make some exception properties typed

Closes GH-6891

# 45bad647 14-Apr-2021 Kamil Tekiela

Mysqli bind in execute (#6271)

# d905e774 13-Apr-2021 Nikita Popov

Enforce types when writing to mysqli dynamic properties

Previously this just assumed that the value was of a certain type.

I'm doing this in a generic way that checks against the de

Enforce types when writing to mysqli dynamic properties

Previously this just assumed that the value was of a certain type.

I'm doing this in a generic way that checks against the declared
property type -- the handler function can then assume the value
to be of the correct type.

show more ...

# 7e9f6d2a 13-Mar-2021 Dharman

Deprecate OO style mysqli::get_client_info method

Deprecate passing connection object to mysqli_get_client_info()

Closes GH-6777.

# 4833309b 15-Mar-2021 Máté Kocsis

Use typed properties in ext/mysqli

Closes GH-6739

123