summaryrefslogtreecommitdiff
path: root/lang/php53/files/patch-ext_standard_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php53/files/patch-ext_standard_string.c')
-rw-r--r--lang/php53/files/patch-ext_standard_string.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/php53/files/patch-ext_standard_string.c b/lang/php53/files/patch-ext_standard_string.c
deleted file mode 100644
index 1bf5dc8377eb..000000000000
--- a/lang/php53/files/patch-ext_standard_string.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/standard/string.c.orig Thu Feb 15 07:50:09 2007
-+++ ext/standard/string.c Thu Feb 15 07:50:33 2007
-@@ -3148,7 +3148,7 @@
- }
-
- Z_STRLEN_P(result) = len + (char_count * (to_len - 1));
-- Z_STRVAL_P(result) = target = safe_emalloc(char_count, to_len, len);
-+ Z_STRVAL_P(result) = target = safe_emalloc(char_count, to_len, len + 1);
- Z_TYPE_P(result) = IS_STRING;
-
- if (case_sensitivity) {