diff options
author | Nikita Popov <nikic@php.net> | 2016-02-13 17:46:24 +0100 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-02-13 17:46:24 +0100 |
commit | adcdb4f7bab6a0c59fbcca108fac526d8ede70e6 (patch) | |
tree | 9568abb0ff7526810422fa94a096da646c5b9dc9 | |
parent | bc419fee5c9704eb4ce338acacbc2380c6f4427d (diff) | |
download | php-git-adcdb4f7bab6a0c59fbcca108fac526d8ede70e6.tar.gz |
Fix test description
-rw-r--r-- | ext/pdo_mysql/tests/bug71569.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/tests/bug71569.phpt b/ext/pdo_mysql/tests/bug71569.phpt index 3ace1e98bf..32c14b4622 100644 --- a/ext/pdo_mysql/tests/bug71569.phpt +++ b/ext/pdo_mysql/tests/bug71569.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #70389 (PDO constructor changes unrelated variables) +Bug #71569 (#70389 fix causes segmentation fault) --SKIPIF-- <?php require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc'); |