summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-06-27 04:45:53 +0000
committerAndi Gutmans <andi@php.net>2000-06-27 04:45:53 +0000
commit2a7b5f91908de044d5082360f60f1ab3dad657b6 (patch)
treecfe5799c91a316e2e4bf9614b39a702b3dc5eba6
parent392e856bc240e98d71129c2dafa165b4a5231998 (diff)
downloadphp-git-2a7b5f91908de044d5082360f60f1ab3dad657b6.tar.gz
- Made discard-path work again
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5445ff12bc..8242d52931 100644
--- a/NEWS
+++ b/NEWS
@@ -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)