diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-05-20 08:27:29 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-05-20 08:27:29 +0000 |
commit | cc137a49e95339da3fffd346f89ebb099489cedc (patch) | |
tree | f2bd36f58deff5be870f46f3a1312a1a03c412a4 /lang/php5/files | |
parent | - Fix post-patch (unbalanced quotes) (diff) |
Update to 5.2.2 release.
PR: ports/112527
Submitted by: Nick Barkas<snb@threerings.net>
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=191563
Diffstat (limited to 'lang/php5/files')
-rw-r--r-- | lang/php5/files/patch-ext_standard_string.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/php5/files/patch-ext_standard_string.c b/lang/php5/files/patch-ext_standard_string.c deleted file mode 100644 index 1bf5dc8377eb..000000000000 --- a/lang/php5/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) { |