summaryrefslogtreecommitdiff
path: root/ext/mysql
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-11-20 15:20:18 +0100
committerAnatol Belski <ab@php.net>2014-11-20 15:20:18 +0100
commit4f3ac2cdbedf7a84d64bfee7405f0c023641a806 (patch)
tree5e021f37f7272c93926759b22f6e7823a584f542 /ext/mysql
parent14fa5339f86cac3a1b3ecfdf50c4ee0f31ca214e (diff)
parent8904fbc6929aaf623d88127f876fa739c9ec627b (diff)
downloadphp-git-4f3ac2cdbedf7a84d64bfee7405f0c023641a806.tar.gz
Merge remote-tracking branch 'origin/master' into native-tls
* origin/master: (36 commits) NEWS adapt test for error message introduce in fix for #68463 Fix bug #68463 listen.allowed_clients can silently result in no allowed access run a few request in this test fix test fix test added info about some other macro changes added note about toolset and phpize added note about the response files split msgfmt_format_intlcalendar_variant*.phpt for ICU 54.1 split formatter_format*.phpt for ICP 54.1 split dateformat_timezone_arg_variations*.phpt for ICU 54.1 split dateformat_get_set_timezone_variant*.phpt for ICU 54.1 fix icu version to test split ext/intl/tests/dateformat_get_set_calendar_variant*.phpt for 54.1 split dateformat_formatObject_datetime_variant*.phpt for ICU 54.1 split dateformat_formatObject_calendar_variant*.phpt for ICU 54.1 split dateformat_create_cal_arg_variant2.phpt for ICU 53.1 and 54.1 clone dateformat_calendars_variant3.phpt for ICU 54.1 split collator_get_sort_key_variant3.phpt for icu 54.1 ...
Diffstat (limited to 'ext/mysql')
-rw-r--r--ext/mysql/tests/mysql_deprecated_api.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/tests/mysql_deprecated_api.phpt b/ext/mysql/tests/mysql_deprecated_api.phpt
index ebf72375cf..8844617c66 100644
--- a/ext/mysql/tests/mysql_deprecated_api.phpt
+++ b/ext/mysql/tests/mysql_deprecated_api.phpt
@@ -13,7 +13,7 @@ error_reporting=E_ALL | E_NOTICE | E_STRICT
/*
We use an extra test to cover deprecation warning.
Due to this extra test we can silence deprecation warnings
- in have other test using @ operator without loosing the information
+ in have other test using @ operator without losing the information
which function is deprecated and, without reducing test portability.
*/
include "table.inc";