diff options
author | Stanislav Malyshev <stas@php.net> | 2016-11-26 14:44:58 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2016-11-26 14:47:58 -0800 |
commit | 5ee02b207d95dcddb0401a13773e17cfaaa18e95 (patch) | |
tree | e77ff19ea4d7a6d040e8edf85fe17ba53d8af05a /ext/standard/string.c | |
parent | 6785ea2340c5d547d312c0d3e116ed545c725c6d (diff) | |
download | php-git-5ee02b207d95dcddb0401a13773e17cfaaa18e95.tar.gz |
Add more mbfl string size checks (bug #73505)
Diffstat (limited to 'ext/standard/string.c')
-rw-r--r-- | ext/standard/string.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c index abe4eb1aba..569452ca93 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -20,8 +20,6 @@ /* $Id$ */ -/* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */ - #include <stdio.h> #include "php.h" #include "php_rand.h" |