From 6cb7b48846d129f088b50c4a8c4b00b7dc886f5c Mon Sep 17 00:00:00 2001 From: vlakoff Date: Sat, 13 Jun 2015 21:19:04 +0200 Subject: [PATCH] Fix typo in PHP 7 upgrade notes --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index 0c3a464267..c21e197655 100644 --- a/UPGRADING +++ b/UPGRADING @@ -492,7 +492,7 @@ Other - PCRE: . Removed support for /e (PREG_REPLACE_EVAL) modifier. Use - preg_reaplace_callback() instead. + preg_replace_callback() instead. - PDO_pgsql: . Removed PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute in favor of -- 2.50.1