diff options
author | Andi Gutmans <andi@php.net> | 2000-06-27 04:45:53 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-06-27 04:45:53 +0000 |
commit | 2a7b5f91908de044d5082360f60f1ab3dad657b6 (patch) | |
tree | cfe5799c91a316e2e4bf9614b39a702b3dc5eba6 | |
parent | 392e856bc240e98d71129c2dafa165b4a5231998 (diff) | |
download | php-git-2a7b5f91908de044d5082360f60f1ab3dad657b6.tar.gz |
- Made discard-path work again
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 28 Jun 2000, Version 4.0.1 +- Make --enable-discard-path work again. (Andi) - Removed 8KB limit on line length of the file() function (Zeev) - Disabled dl() when PHP is being used as a module inside a multithreaded web server - it didn't work before, and caused weird results (Zeev) |