summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
author <changelog@php.net>2001-09-06 00:10:53 +0000
committer <changelog@php.net>2001-09-06 00:10:53 +0000
commit167ea5e6e6af559a5ced63bd452b6a9d70ae5c96 (patch)
tree50616ca63d70f726a7235b40169e043833ed98cd /NEWS
parenta1b11f07551827a33e544cf798260b72da866306 (diff)
downloadphp-git-167ea5e6e6af559a5ced63bd452b6a9d70ae5c96.tar.gz
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ef6abdff86..3eaafbb8d2 100644
--- a/NEWS
+++ b/NEWS
@@ -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