diff options
author | <changelog@php.net> | 2001-09-06 00:10:53 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-09-06 00:10:53 +0000 |
commit | 167ea5e6e6af559a5ced63bd452b6a9d70ae5c96 (patch) | |
tree | 50616ca63d70f726a7235b40169e043833ed98cd /NEWS | |
parent | a1b11f07551827a33e544cf798260b72da866306 (diff) | |
download | php-git-167ea5e6e6af559a5ced63bd452b6a9d70ae5c96.tar.gz |
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.8-dev +- Fix for LONG_VARCHAR type crashing submitted by Walter Franzini (walter@sys-net.it) - Simplified use of rand() functions. Now you do not need to use srand() anymore, nor mt_rand(). See the manual for more details (Jeroen) - Made in_array() and search_array() allow the needle to be an array in |