diff options
author | <changelog@php.net> | 2000-04-23 01:09:13 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-04-23 01:09:13 +0000 |
commit | 5a7c8f46c988cd1f58e09b17a1160b624fafe882 (patch) | |
tree | c0a9b0d19eacfdfde858530c39081664e1603d6b /ChangeLog | |
parent | 4b78e0aca6787924396eab466b1311f6abe2c01d (diff) | |
download | php-git-5a7c8f46c988cd1f58e09b17a1160b624fafe882.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2000-04-22 Charles Hagenbuch <chagenbu@wso.williams.edu> + + * ext/imap/php_imap.c: + back off from high-performance api in imap_rfc822_parse_adrlist. if you + called it twice on the same string, there were _strange_ side effects. This + may be slower, but it works. + +2000-04-22 Andi Gutmans <andi@php.net> + + * ext/standard/php_rand.h + ext/standard/rand.c: - In Windows RAND_MAX is defined in stdlib.h + - Get rid of comment which is confusing. + + * ext/standard/rand.c: + - Hopefully fix mt_rand() functions under Windows. This patch will effect + all platforms so I hope it's OK. + 2000-04-21 Thies C. Arntzen <thies@digicol.de> * ext/standard/info.c: add VDIR info |