]> granicus.if.org Git - php/commitdiff
Added new allowable_tags for gzgetss() in ChangeLog, too.
authorStefan Roehrich <sr@php.net>
Wed, 22 Sep 1999 08:11:17 +0000 (08:11 +0000)
committerStefan Roehrich <sr@php.net>
Wed, 22 Sep 1999 08:11:17 +0000 (08:11 +0000)
ChangeLog

index aaf6c09d449da556e683945d01316431e7df16cb..dd22227fbaf1f5fcf58a7cfec088953688400738 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,8 +7,9 @@ PHP 4.0 CHANGE LOG                                                    ChangeLog
 - Added func_num_args(), func_get_arg() and func_get_args() for standard
   access to variable number of arguments functions (Zeev)
 - Added FTP support (Andrew Skalski)
-- Added optional allowable_tags arguments to strip_tags() and fgetss() to
-  allow you to specify a string of tags that are not to be stripped  (Rasmus)
+- Added optional allowable_tags arguments to strip_tags(), gzgetss() and
+  fgetss() to allow you to specify a string of tags that are not to be
+  stripped  (Rasmus)
 - Upgraded var_dump() to take multiple arguments (Andrey)
 - Resourcified XML (Thies)
 - Fixed a memory leak in the Apache per-directory directives handler (Zeev)