diff options
author | <changelog@php.net> | 2000-11-30 02:09:08 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-11-30 02:09:08 +0000 |
commit | 66e3243ddda267af7a0dee28f363ebfb6107a0a3 (patch) | |
tree | 6194632c6003e3db18e7f676a54f32fbf0c0a2fa | |
parent | ad17d8f0a49dd14a67b7345df031209d468a894b (diff) | |
download | php-git-66e3243ddda267af7a0dee28f363ebfb6107a0a3.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.4 +- Added the is_null() function that will return true if a variable is of + type null. (Sterling) - Fixed a bug which made readdir() unusable in some systems. (Jani) - Added the get_defined_functions() function which returns a list of all currently defined functions. (Sterling) |