diff options
author | <changelog@php.net> | 2001-09-17 00:10:05 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-09-17 00:10:05 +0000 |
commit | 4f6c17b4f500ee323ddb6a6263bf090331dbdfcd (patch) | |
tree | 808c988c48a0aa66569b21b7bad964f49c142b73 | |
parent | 16ef3439f40bceb0786ae9177c0f43a4f76b990e (diff) | |
download | php-git-4f6c17b4f500ee323ddb6a6263bf090331dbdfcd.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.8-dev +- Make the seed options to srand() and mt_srand() optional, if the seed is + not specified, the generate the most random seed possible. (Sterling) - A bug fixed when tryint to return NULL strings. Added a new example of building search frontend based on mnoGoSearch extension. |