]> granicus.if.org Git - php/commitdiff
New function news.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 11 Feb 2003 22:49:22 +0000 (22:49 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 11 Feb 2003 22:49:22 +0000 (22:49 +0000)
NEWS

diff --git a/NEWS b/NEWS
index bb7996cbacee47d505bc254057a4d78ada9d7a5b..d835312b5646d594a9818eae38ad2416523785c6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ PHP 4                                                                      NEWS
 - Changed uniqid() parameters to be optional and allow any prefix length.
   (Marcus)
 - Added improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright)
+- Added strpbrk() function, which can search a string for a list of 
+  characters. (Ilia)
 - Added stream_get_line() function. This function will read either 
   the specified number of bytes or until the ending string is found. (Ilia)
 - Added optional parameter to mkdir() which makes directory creation recursive.