diff options
author | <changelog@php.net> | 2002-12-27 01:32:47 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-12-27 01:32:47 +0000 |
commit | ebe402a9c33661c961093555ed52e8401bbd25c1 (patch) | |
tree | 383fd2604a2b80fcda2c4fdba7e071ed0f2b7e1d /NEWS | |
parent | c52bcebc0995afe1e8c0c7aa302d64f4bebdb6a9 (diff) | |
download | php-git-ebe402a9c33661c961093555ed52e8401bbd25c1.tar.gz |
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,10 +1,14 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 4.4.0 +<<<<<<< NEWS +- Make uniqid() parameters optional and allow any prefix length. (Marcus) +======= - New range() functionality . Support for float modifier. . Detection of numeric values inside strings passed as high & low. . Proper handle the situations where high == low. +>>>>>>> 1.1286 - Let array_search() accept objects as a needle under ZendEngine2. (Moriyoshi) - Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia) - Added imagefilter() function which allows application of various filters. |