diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2015-10-03 22:10:47 +0300 |
---|---|---|
committer | Elan Ruusamäe <glen@delfi.ee> | 2015-10-03 22:10:47 +0300 |
commit | 62c74ac6348b1c7f95ffac1c99e092d11c6ffae1 (patch) | |
tree | b9b26b64adc3b9eb089d53a899a704218d4e2a32 /UPGRADING.INTERNALS | |
parent | 4cb6342426aad20d8f92042855499bd4ea4d834c (diff) | |
download | php-git-62c74ac6348b1c7f95ffac1c99e092d11c6ffae1.tar.gz |
Update UPGRADING.INTERNALS
typo fix
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r-- | UPGRADING.INTERNALS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 54f87e62bd..b6c757dc73 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -248,7 +248,7 @@ changes. See: https://wiki.php.net/phpng-upgrading w. Tick functions internal API change Tick functions have different declaration now. They expect a single - single parameter while before they were parameterless. When registering the + parameter while before they were parameterless. When registering the tick function a value for this parameter must be passed. This value will be provided to the tick function on every execution. |