summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-10-28 01:17:32 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-10-28 01:17:32 +0000
commitbeed359434f11469f50c4024f60f63250363a630 (patch)
tree969b87a56160c2acdd998df8126740dec6bf5b29
parentf76b9649cd224297e60b17c2de71a78b1966dc3e (diff)
downloadphp-git-beed359434f11469f50c4024f60f63250363a630.tar.gz
Bug fixing news.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 29375750c4..78e6231a79 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ PHP 4 NEWS
. ext/icap
. sapi/fhttpd
- Moved ext/vpopmail to PECL. (James)
+- Fixed bug #20110 (added sanity check to prevent include/require functions
+ from trying to include directories). (Ilia)
+- Fixed bug #20108 (segmentation fault on printf("%1.1s", "string")). (Ilia)
- Added dba_handlers() that returns an array of installed handlers. (Marcus)
- Added Oracle (oci8) support to dbx module. (Marc)
- Updated FDF extension to work with Adode fdftk 5.0. (Hartmut)