diff options
author | Derick Rethans <derick@php.net> | 2001-09-26 07:59:04 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-09-26 07:59:04 +0000 |
commit | cdae7d9b7c0c9b3e05d4c3015dd667837337f6e4 (patch) | |
tree | c10702334469c5fa3f51f3723c38f1afe122bd86 /NEWS | |
parent | f9d71bc3fb66495649e3dc3a68188b6072eb2b03 (diff) | |
download | php-git-cdae7d9b7c0c9b3e05d4c3015dd667837337f6e4.tar.gz |
- Fix NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,9 +1,10 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.8-dev -- add apache_setenv() function for injecting variables into Apache's - subprocess_env table. -- Let settype also accept 'int', 'bool', 'float' and 'null' (Jeroen) +- Added mcrypt_generic_deinit to replace mcrypt_generic_end. (Derick) +- Added apache_setenv() function for injecting variables into Apache's + subprocess_env table. (Rasmus) +- Let settype also accept 'int', 'bool', 'float' and 'null'. (Jeroen) - Added IPv6 support to gethostbyaddr() (Patch by Matthias Wimmer <matthias@charente.de> and venaas) - Make the seed options to srand() and mt_srand() optional, if the seed is |