mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Fixed bug #37709 (Possible crash in PDO::errorCode()).
This commit is contained in:
parent
e5c8f8c59b
commit
a9c6e4be1e
1
NEWS
1
NEWS
@ -49,6 +49,7 @@ PHP NEWS
|
||||
- Added RFC2397 (data: stream) support. (Marcus)
|
||||
- Fixed memory leaks in openssl streams context options (Pierre)
|
||||
- Fixed handling of extremely long paths inside tempnam() function. (Ilia)
|
||||
- Fixed bug #37709 (Possible crash in PDO::errorCode()). (Ilia)
|
||||
- Fixed bug #37705 (Semaphore constants not available). (Ilia)
|
||||
- Fixed bug #37671 (MySQLi extension fails to recognize BIT column). (Ilia)
|
||||
- Fixed bug #37635 (parameter of pcntl signal handler is trashed). (Mike)
|
||||
|
@ -1049,8 +1049,6 @@ static PHP_METHOD(PDO, query)
|
||||
zval_dtor(return_value);
|
||||
}
|
||||
|
||||
PDO_HANDLE_STMT_ERR();
|
||||
|
||||
/* kill the object handle for the stmt here */
|
||||
zval_dtor(return_value);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user