]> git.pld-linux.org Git - packages/php.git/blobdiff - php-mail.patch
- fix for pcre 8.30 (do not use pcre_info deprecated 12 years ago)
[packages/php.git] / php-mail.patch
index 5881c7519a61ddfdcf6f1c5e47ff3da98a2b479d..272b2f9f29fb8fb8e0c21b4c4071aa73324e4f0d 100644 (file)
@@ -79,6 +79,6 @@
 +                      }
 +              }
 +
-               if (headers != NULL) {
-                       fprintf(sendmail, "%s\n", headers);
+               if (hdr != NULL) {
+                       fprintf(sendmail, "%s\n", hdr);
                }
This page took 0.030525 seconds and 4 git commands to generate.