diff --git a/reference/regex/functions/ereg-replace.xml b/reference/regex/functions/ereg-replace.xml index c7b6884352..4e0048a715 100644 --- a/reference/regex/functions/ereg-replace.xml +++ b/reference/regex/functions/ereg-replace.xml @@ -1,5 +1,5 @@ - + ereg_replace @@ -136,6 +136,12 @@ $text = ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]", &reftitle.notes; + + + As of PHP 5.3.0 the Regex extension is deprecated, calling this function + will issue an E_DEPRECATED notice. + + preg_replace, which uses a Perl-compatible diff --git a/reference/regex/functions/ereg.xml b/reference/regex/functions/ereg.xml index 8615335b05..b3485d5028 100644 --- a/reference/regex/functions/ereg.xml +++ b/reference/regex/functions/ereg.xml @@ -1,5 +1,5 @@ - + ereg @@ -131,6 +131,12 @@ if (ereg ("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})", $date, $regs)) { &reftitle.notes; + + + As of PHP 5.3.0 the Regex extension is deprecated, calling this function + will issue an E_DEPRECATED notice. + + preg_match, which uses a Perl-compatible diff --git a/reference/regex/functions/eregi-replace.xml b/reference/regex/functions/eregi-replace.xml index b3c2f910b3..6e13a39928 100644 --- a/reference/regex/functions/eregi-replace.xml +++ b/reference/regex/functions/eregi-replace.xml @@ -1,5 +1,5 @@ - + eregi_replace @@ -85,6 +85,16 @@ $body = eregi_replace($pattern, $replacement, $body); + + &reftitle.notes; + + + As of PHP 5.3.0 the Regex extension is deprecated, calling this function + will issue an E_DEPRECATED notice. + + + + &reftitle.seealso; diff --git a/reference/regex/functions/eregi.xml b/reference/regex/functions/eregi.xml index 6e9c3da11d..a7558fe38d 100644 --- a/reference/regex/functions/eregi.xml +++ b/reference/regex/functions/eregi.xml @@ -1,5 +1,5 @@ - + eregi @@ -93,6 +93,16 @@ if (eregi('z', $string)) { + + &reftitle.notes; + + + As of PHP 5.3.0 the Regex extension is deprecated, calling this function + will issue an E_DEPRECATED notice. + + + + &reftitle.seealso; diff --git a/reference/regex/functions/split.xml b/reference/regex/functions/split.xml index 1a59bc6a8a..1510fdda5a 100644 --- a/reference/regex/functions/split.xml +++ b/reference/regex/functions/split.xml @@ -1,5 +1,5 @@ - + split @@ -123,6 +123,12 @@ echo "Month: $month; Day: $day; Year: $year
\n"; &reftitle.notes; + + + As of PHP 5.3.0 the Regex extension is deprecated, calling this function + will issue an E_DEPRECATED notice. + + preg_split, which uses a Perl-compatible regular diff --git a/reference/regex/functions/spliti.xml b/reference/regex/functions/spliti.xml index 369eb1f37f..9f4a2c7029 100644 --- a/reference/regex/functions/spliti.xml +++ b/reference/regex/functions/spliti.xml @@ -1,5 +1,5 @@ - + spliti @@ -118,6 +118,16 @@ Array + + &reftitle.notes; + + + As of PHP 5.3.0 the Regex extension is deprecated, calling this function + will issue an E_DEPRECATED notice. + + + + &reftitle.seealso; diff --git a/reference/regex/functions/sql-regcase.xml b/reference/regex/functions/sql-regcase.xml index 2b39b71a96..1fa9a2209f 100644 --- a/reference/regex/functions/sql-regcase.xml +++ b/reference/regex/functions/sql-regcase.xml @@ -1,5 +1,5 @@ - + sql_regcase @@ -70,6 +70,16 @@ echo sql_regcase("Foo - bar."); + + &reftitle.notes; + + + As of PHP 5.3.0 the Regex extension is deprecated, calling this function + will issue an E_DEPRECATED notice. + + + +