Skip to content

Commit 502fe5d

Browse files
committed
Merge branch 'pull-request/2094'
2 parents 6dccada + 0785a5e commit 502fe5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/pdo/tests/pecl_bug_5217.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
PDO Common: PECL Bug #5217 (serialize/unserialze safety)
2+
PDO Common: PECL Bug #5217 (serialize/unserialize safety)
33
--SKIPIF--
44
<?php # vim:ft=php
55
if (!extension_loaded('pdo')) die('skip');

ext/pdo_mysql/tests/mysql_pdo_test.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class MySQLPDOTest extends PDOTest {
5555
strpos(PDO_MYSQL_TEST_DSN, ':') + 1,
5656
strlen(PDO_MYSQL_TEST_DSN));
5757

58-
// no real parser - any excotic setting can fool us
58+
// no real parser - any exotic setting can fool us
5959
$parts = explode(';', $dsn);
6060
foreach ($parts as $k => $v) {
6161
$tmp = explode('=', $v);

0 commit comments

Comments
 (0)