mirror of
https://github.com/php/php-src.git
synced 2026-04-25 17:08:14 +02:00
MFH: Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request)
This commit is contained in:
@@ -9,6 +9,8 @@ PHP 4 NEWS
|
||||
Marcus)
|
||||
- Fixed bug #28055 (timeout duration too long in feof()/pfsockopen() liveness
|
||||
checks). (Wez)
|
||||
- Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request).
|
||||
(Ilia)
|
||||
- Fixed bug #28042 (greek letters in html to entitity mapping not correct).
|
||||
(Derick)
|
||||
- Fixed bug #28007 (compile mssql extension with old versions of FreeTDS
|
||||
|
||||
@@ -425,7 +425,6 @@ PHP_RINIT_FUNCTION(mysql)
|
||||
/* Reset connect error/errno on every request */
|
||||
MySG(connect_error) = NULL;
|
||||
MySG(connect_errno) =0;
|
||||
MySG(trace_mode) = 0;
|
||||
MySG(result_allocated) = 0;
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user