Browse Source

IE we love you all...

PHP-5.0
Stefan Esser 22 years ago
parent
commit
a27d5d842a
  1. 2
      ext/standard/string.c

2
ext/standard/string.c

@ -3916,6 +3916,8 @@ PHPAPI size_t php_strip_tags(char *rbuf, int len, int *stateptr, char *allow, in
while (i < len) {
switch (c) {
case '\0':
break;
case '<':
if (isspace(*(p + 1))) {
goto reg_char;

Loading…
Cancel
Save