mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
- Make ctor args optional
This commit is contained in:
parent
994006abd4
commit
77cf78caa1
@ -494,6 +494,8 @@ static PHP_METHOD(PDO, prepare)
|
||||
RETURN_FALSE;
|
||||
}
|
||||
ctor_args = *item;
|
||||
} else {
|
||||
ctor_args = NULL;
|
||||
}
|
||||
} else {
|
||||
dbstmt_ce = pdo_dbstmt_ce;
|
||||
|
Loading…
Reference in New Issue
Block a user