History log of /php-src/ext/mysqli/mysqli.stub.php (Results 1 – 25 of 87)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 082b964d 15-Aug-2024 Kamil Tekiela

Remove ifdefs from stub file


# c290996d 20-Aug-2024 Kamil Tekiela

Remove MYSQLI_TYPE_INTERVAL constant


# a1ab8462 20-Aug-2024 Kamil Tekiela

MySQL 9: Add support for VECTOR type (#15431)


# 6c7ff089 19-Aug-2024 Kamil Tekiela

Drop MYSQLI_CURSOR_TYPE_FOR_UPDATE & MYSQLI_CURSOR_TYPE_SCROLLABLE (#15486)


# c316382a 19-Aug-2024 Kamil Tekiela

Remove MYSQLI_STMT_ATTR_PREFETCH_ROWS constant (#15485)

This feature was never implemented, and since the
beginning, using this constant with mysqlnd would
result in an error.
Th

Remove MYSQLI_STMT_ATTR_PREFETCH_ROWS constant (#15485)

This feature was never implemented, and since the
beginning, using this constant with mysqlnd would
result in an error.
This feature was only available with libmysqlclient
which can no longer be used with mysqli.
There are no plans to implement it in the future.

show more ...


# 8ca8d775 12-Aug-2024 Kamil Tekiela

Deprecate MYSQLI_REFRESH_* constants (#15358)


# 4f58d5b0 11-Aug-2024 Gina Peter Banyard

ext/mysqli: Deprecate passing the parameter to mysqli_store_result() (#15311)

And deprecate the MYSQLI_STORE_RESULT_COPY_DATA constant.

RFC: https://wiki.php.net/rfc/deprecations_ph

ext/mysqli: Deprecate passing the parameter to mysqli_store_result() (#15311)

And deprecate the MYSQLI_STORE_RESULT_COPY_DATA constant.

RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_the_second_parameter_to_mysqli_store_result

show more ...


# efd33f57 11-Aug-2024 Gina Peter Bnayard

ext/mysqli: mysqli_report() only ever returns true


# 7801f404 09-Aug-2024 Kamil Tekiela

Deprecate mysqli_kill (#11926)


# cbcad9fd 09-Aug-2024 Kamil Tekiela

Deprecate mysqli_ping (#11945)


# 42336e13 09-Aug-2024 Kamil Tekiela

Deprecate mysqli_refresh (#11929)


# 29f98e74 10-Jul-2024 Tim Düsterhus

Replace `@deprecated` by `#[\Deprecated]` for internal functions / class constants (#14750)

Co-authored-by: Gina Peter Banyard <girgias@php.net>
Co-authored-by: Niels Dossche <7771979+ni

Replace `@deprecated` by `#[\Deprecated]` for internal functions / class constants (#14750)

Co-authored-by: Gina Peter Banyard <girgias@php.net>
Co-authored-by: Niels Dossche <7771979+nielsdos@users.noreply.github.com>

show more ...


# 62a3bbd0 29-Jun-2024 Kamil Tekiela

Remove MYSQLI_SET_CHARSET_DIR (#14724)


# b06c95b6 16-Mar-2024 Máté Kocsis

Declare the missing true return types (#13709)


# 577db994 13-Mar-2024 Máté Kocsis

Verify stub aliases in CI (#13682)

In the same time, let's not verify implementation aliases since they may now legitimately differ from their aliased function/method counterparts (think abo

Verify stub aliases in CI (#13682)

In the same time, let's not verify implementation aliases since they may now legitimately differ from their aliased function/method counterparts (think about the ext/dom refactoring where e.g. many return type declarations have changed). Additionally, unnecessary `@no-verify` tags are cleaned up.

show more ...


# 0b887042 14-Aug-2023 Kamil Tekiela

mysqli_field_seek return type changed to true (#11948)


Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23, php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3, php-8.2.0beta2, php-8.1.9, php-8.0.22, php-8.1.9RC1, php-8.2.0beta1
# 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 ...

Revision tags: php-8.0.22RC1, php-8.0.21, php-8.1.8, php-8.2.0alpha3
# 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)

Revision tags: php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1
# 49d3dde2 18-Jun-2022 Máté Kocsis

Declare true return types (#8759)

Revision tags: php-8.0.20, php-8.1.7, php-8.2.0alpha1, php-7.4.30, php-8.1.7RC1, php-8.0.20RC1, php-8.1.6, php-8.0.19, php-8.1.6RC1, php-8.0.19RC1, php-8.0.18, php-8.1.5
# 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

Revision tags: php-7.4.29, php-8.1.5RC1, php-8.0.18RC1, php-8.1.4, php-8.0.17, php-8.1.4RC1, php-8.0.17RC1, php-8.1.3, php-8.0.16, php-7.4.28
# 01cbe390 13-Feb-2022 Kamil Tekiela

Remove mysqli_driver::$reconnect property

1234