From: Date: Mon, 4 Dec 2000 02:09:10 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.5RC1~1034 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6e2642ac54428c749385fdd70d71ede5edd7084;p=php NEWS update --- diff --git a/NEWS b/NEWS index 0aa8d5927f..472eb636c3 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.4 +- const CONSTNAME now gets recognized. Before the patch only @const CONSTNAME description was recognized. - Added extension for the cracklib library. (Alexander Feldman) - Added the is_null() function that will return true if a variable is of type null. (Sterling)