mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
- Make ctor args optional
This commit is contained in:
@@ -494,6 +494,8 @@ static PHP_METHOD(PDO, prepare)
|
||||
RETURN_FALSE;
|
||||
}
|
||||
ctor_args = *item;
|
||||
} else {
|
||||
ctor_args = NULL;
|
||||
}
|
||||
} else {
|
||||
dbstmt_ce = pdo_dbstmt_ce;
|
||||
|
||||
Reference in New Issue
Block a user