diff options
author | Stefan Roehrich <sr@php.net> | 1999-09-22 08:11:17 +0000 |
---|---|---|
committer | Stefan Roehrich <sr@php.net> | 1999-09-22 08:11:17 +0000 |
commit | 8b4000f4cb95bae969ecb1eb83e4f802c70695d3 (patch) | |
tree | fbf3d96ef05ddfef33c5c01ae7eb041b0b9783c5 | |
parent | 0b1226219c4427d1850236504ab20a083579bad2 (diff) | |
download | php-git-8b4000f4cb95bae969ecb1eb83e4f802c70695d3.tar.gz |
Added new allowable_tags for gzgetss() in ChangeLog, too.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |