Skip to content

Commit 4320873

Browse files
committed
The INI mysqli.reconnect directive has been removed.
1 parent 5612548 commit 4320873

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

UPGRADING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ PHP 8.2 UPGRADE NOTES
129129
- mysqli:
130130
. It's no longer possible to compile mysqli with libmysql. The mysqlnd
131131
library remains as the only possible choice.
132+
. The INI mysqli.reconnect directive has been removed.
132133

133134
- OCI8:
134135
. The minimum Oracle Client library version required is now 11.2.

ext/mysqli/mysqli.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ PHP_INI_BEGIN()
439439
#else
440440
STD_PHP_INI_ENTRY("mysqli.default_socket", NULL, PHP_INI_ALL, OnUpdateStringUnempty, default_socket, zend_mysqli_globals, mysqli_globals)
441441
#endif
442-
STD_PHP_INI_BOOLEAN("mysqli.reconnect", "0", PHP_INI_SYSTEM, OnUpdateLong, reconnect, zend_mysqli_globals, mysqli_globals)
443442
STD_PHP_INI_BOOLEAN("mysqli.allow_local_infile", "0", PHP_INI_SYSTEM, OnUpdateLong, allow_local_infile, zend_mysqli_globals, mysqli_globals)
444443
STD_PHP_INI_ENTRY("mysqli.local_infile_directory", NULL, PHP_INI_SYSTEM, OnUpdateString, local_infile_directory, zend_mysqli_globals, mysqli_globals)
445444
PHP_INI_END()

0 commit comments

Comments
 (0)