diff options
author | Adam Harvey <aharvey@php.net> | 2011-01-06 02:32:02 +0000 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2011-01-06 02:32:02 +0000 |
commit | 3571c955b5cf646f2117afce28769d6ca1dcc619 (patch) | |
tree | 0bc3e5596e24082cd9a903546ebbfb6910c38b17 /UPGRADING | |
parent | e7a1d5004efcaee59319e20d3fb06363aabdba4d (diff) | |
download | php-git-3571c955b5cf646f2117afce28769d6ca1dcc619.tar.gz |
Implement request #53659 (Implementing RegexIterator::getRegex() method). Patch
by Joshua Thijssen.
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -353,6 +353,9 @@ UPGRADE NOTES - PHP X.Y - ReflectionClass::getTraitAliases() - ReflectionParameter::canBePassedByValue() + - RegexIterator + - RegexIterator::getRegex() + - PDO_dblib - PDO::newRowset() |