From: Andi Gutmans Date: Fri, 2 Jun 2000 16:52:22 +0000 (+0000) Subject: - Update NEWS so that this is documented X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f6c248909c2fc85398288803fb24e470a4b0193;p=php - Update NEWS so that this is documented --- diff --git a/NEWS b/NEWS index 0bc70d9535..aa63cbcdb9 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1 +- Fix the global/static statements to require a trailing terminating + semi-colon ';'. (Andi, Zend Engine) - Cleaned up PCRE extension and made it binary-safe. (Andrei) - Added third argument to in_array(). If it's true, then in_array() will use strict comparison instead of the default one. (Andrei)