History log of /PHP-8.3/ext/mysqli/mysqli_arginfo.h (Results 26 – 50 of 84)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.4.23, php-8.0.10, php-7.3.30, php-8.1.0beta3, php-8.0.10RC1, php-7.4.23RC1, php-8.1.0beta2, php-8.0.9, php-7.4.22, php-8.1.0beta1
# fc0d8983 19-Jul-2021 Máté Kocsis

Fix some smaller formatting inconsistencies in stubs

Revision tags: php-7.4.22RC1, php-8.0.9RC1
# 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-8.1.0alpha3, php-7.4.21, php-7.3.29, php-8.0.8, php-8.1.0alpha2, php-7.4.21RC1, php-8.0.8RC1, php-8.1.0alpha1, php-8.0.7, php-7.4.20
# 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()


# 187c56ae 26-May-2021 Máté Kocsis

Update mysqli stub hash

# 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()

Revision tags: php-8.0.7RC1, php-7.4.20RC1
# 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()

Revision tags: php-8.0.6, php-7.4.19
# 54222a6f 01-May-2021 Kamil Tekiela

Implement mysqli_fetch_column (#6798)

* Implement mysqli_fetch_column

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

Make some exception properties typed

Closes GH-6891

# 2bebe104 18-Apr-2021 Máté Kocsis

Update mysqli arginfo hash

[skip-ci]

# 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 ...

Revision tags: php-8.0.5RC1, php-7.4.18RC1
# d91051da 18-Mar-2021 Máté Kocsis

Update mysqli stub hash

Revision tags: php-8.0.4RC1, php-7.4.17RC1
# 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

Revision tags: php-8.0.3, php-7.4.16, php-8.0.3RC1, php-7.4.16RC1
# cad66533 09-Feb-2021 Máté Kocsis

Generate class entries from stubs for ldap, libxml, mbstring and mysqli

Closes GH-6684

# 1cd33d83 10-Feb-2021 Nikita Popov

Merge branch 'PHP-8.0'

* PHP-8.0:
Make mysqli_ssl_set() arguments nullable


# 39c6aaa9 10-Feb-2021 Nikita Popov

Make mysqli_ssl_set() arguments nullable

This function internally converts zero length arguments to NULL
argument -- but we should also accept them in the first place.

Null argu

Make mysqli_ssl_set() arguments nullable

This function internally converts zero length arguments to NULL
argument -- but we should also accept them in the first place.

Null arguments being accepted was actually documented, before
bug #78399 adjusted the docs to match current behavior.

show more ...

Revision tags: php-8.0.2, php-7.4.15, php-7.3.27, php-8.0.2RC1, php-7.4.15RC2, php-7.4.15RC1
# 7b2c098f 06-Jan-2021 Nikita Popov

Merge branch 'PHP-8.0'

* PHP-8.0:
Make fetch_* OO same as func


# 34ef804b 06-Jan-2021 Dharman

Make fetch_* OO same as func

Clsoses GH-6580.

1234