diff options
author | <changelog@php.net> | 2001-09-23 00:09:55 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-09-23 00:09:55 +0000 |
commit | 1eda5996cc26fedb267bb096ec83f49d8c7244e6 (patch) | |
tree | c0ec02c2642be7285b6aa2024b43bf809712fb17 | |
parent | f78cf8ee67a7d0f0f7b4bb381a46dd592061564d (diff) | |
download | php-git-1eda5996cc26fedb267bb096ec83f49d8c7244e6.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ 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 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 |