]> git.pld-linux.org Git - packages/php.git/commitdiff
see http://bugs.php.net/bug.php?id=18039 php-4_2_3-7
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 21 Oct 2002 14:55:07 +0000 (14:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-iconv-bug18039.patch -> 1.1

php-iconv-bug18039.patch [new file with mode: 0644]

diff --git a/php-iconv-bug18039.patch b/php-iconv-bug18039.patch
new file mode 100644 (file)
index 0000000..4ae47d6
--- /dev/null
@@ -0,0 +1,16 @@
+===================================================================
+RCS file: /repository/php4/ext/iconv/iconv.c,v
+retrieving revision 1.38
+retrieving revision 1.39
+diff -p --unified=3 -r1.38 -r1.39
+--- php4/ext/iconv/iconv.c     2002/04/28 01:37:54     1.38
++++ php4/ext/iconv/iconv.c     2002/06/28 07:12:32     1.39
+@@ -236,7 +236,7 @@ static int php_iconv_string(const char *
+               out_buf = tmp_buf;
+               out_p = tmp_buf;
+               out_p += out_size;
+-              out_left = in_len;
++              out_left = bsz;
+               result = iconv(cd, (char **)&in_p, &in_left, &out_p, &out_left);
+               out_size += bsz - out_left;
+       }
This page took 0.866044 seconds and 4 git commands to generate.