summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2011-01-06 02:32:02 +0000
committerAdam Harvey <aharvey@php.net>2011-01-06 02:32:02 +0000
commit3571c955b5cf646f2117afce28769d6ca1dcc619 (patch)
tree0bc3e5596e24082cd9a903546ebbfb6910c38b17 /UPGRADING
parente7a1d5004efcaee59319e20d3fb06363aabdba4d (diff)
downloadphp-git-3571c955b5cf646f2117afce28769d6ca1dcc619.tar.gz
Implement request #53659 (Implementing RegexIterator::getRegex() method). Patch
by Joshua Thijssen.
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 8787b4018f..b590324764 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -353,6 +353,9 @@ UPGRADE NOTES - PHP X.Y
- ReflectionClass::getTraitAliases()
- ReflectionParameter::canBePassedByValue()
+ - RegexIterator
+ - RegexIterator::getRegex()
+
- PDO_dblib
- PDO::newRowset()