mirror of
https://github.com/php/php-src.git
synced 2024-12-17 22:09:12 +08:00
Stablize test on Windows
This commit is contained in:
parent
77e9f2d6b1
commit
8b32fe80ae
@ -34,7 +34,7 @@ $stmtarray = array(
|
||||
</Xt>'))"
|
||||
);
|
||||
|
||||
oci8_test_sql_execute($c, $stmtarray);
|
||||
oci8_test_sql_execute($c, str_replace("\r", "", $stmtarray));
|
||||
|
||||
function do_query($c)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user