helly Fri Sep 12 09:31:24 2003 EDT Modified files: /php-src/ext/mbstring/libmbfl/filters html_entities.c Log: - Change email - Fix warnings Index: php-src/ext/mbstring/libmbfl/filters/html_entities.c diff -u php-src/ext/mbstring/libmbfl/filters/html_entities.c:1.1 php-src/ext/mbstring/libmbfl/filters/html_entities.c:1.2 --- php-src/ext/mbstring/libmbfl/filters/html_entities.c:1.1 Sat Aug 23 02:18:36 2003 +++ php-src/ext/mbstring/libmbfl/filters/html_entities.c Fri Sep 12 09:31:23 2003 @@ -18,7 +18,7 @@ * if not, write to the Free Software Foundation, Inc., 59 Temple Place, * Suite 330, Boston, MA 02111-1307 USA * - * The author of this part: Marcus Boerger <[EMAIL PROTECTED]> + * The author of this part: Marcus Boerger <[EMAIL PROTECTED]> * */ /* @@ -32,6 +32,7 @@ #endif #include "mbfilter.h" +#include <string.h> const mbfl_html_entity mbfl_html_entity_list[] = { /* {"quot", 34}, DO NOT CONVERT THESE AUTOMATICALLY
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php