mirror of
https://github.com/php/php-src.git
synced 2026-04-10 01:23:53 +02:00
Merge branch 'PHP-8.2'
* PHP-8.2: ext/mysqli tests "using password" optional in error messages
This commit is contained in:
@@ -148,9 +148,9 @@ require_once('skipifconnectfailure.inc');
|
||||
print "done!";
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: mysqli::__construct(): (%s/%d): Access denied for user '%sunknown%s'@'%s' (using password: %s) in %s on line %d
|
||||
Warning: mysqli::__construct(): (%s/%d): Access denied for user '%sunknown%s'@'%s' %r(\(using password: \w+\) ){0,1}%rin %s on line %d
|
||||
mysqli object is not fully initialized
|
||||
mysqli object is not fully initialized
|
||||
... and now Exceptions
|
||||
Access denied for user '%s'@'%s' (using password: %s)
|
||||
Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,1}%r
|
||||
done!
|
||||
|
||||
@@ -151,7 +151,7 @@ mysqli.allow_local_infile=1
|
||||
require_once("clean_table.inc");
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' (using password: YES) in %s on line %d
|
||||
Warning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' %r(\(using password: \w+\) ){0,1}%rin %s on line %d
|
||||
object(mysqli)#%d (%d) {
|
||||
["client_info"]=>
|
||||
string(%d) "%s"
|
||||
|
||||
@@ -147,5 +147,5 @@ mysqli.max_persistent=10
|
||||
require_once "clean_table.inc";
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' (using password: YES) in %s on line %d
|
||||
Warning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' %r(\(using password: \w+\) ){0,1}%rin %s on line %d
|
||||
done!
|
||||
|
||||
@@ -337,6 +337,6 @@ Warning: mysqli_stmt_attr_set(): (%s/%d): Not implemented in %s on line %d
|
||||
mysqli_kill(): Argument #2 ($process_id) must be greater than 0
|
||||
|
||||
Warning: mysqli_stmt_prepare(): (%d/%d): You have an error in your SQL syntax; check the manual that corresponds to your %s server version for the right syntax to use near 'FOO' at line 1 in %s on line %d
|
||||
[013] Access denied for user '%s'@'%s' (using password: YES)
|
||||
[016] Access denied for user '%s'@'%s' (using password: YES)
|
||||
[013] Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,1}%r
|
||||
[016] Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,1}%r
|
||||
done!
|
||||
|
||||
Reference in New Issue
Block a user