]> git.pld-linux.org Git - packages/php.git/commitdiff
- missing newline at http-posting-uri
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 26 Mar 2004 22:15:29 +0000 (22:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-mail.patch -> 1.7

php-mail.patch

index 1db4c2b28d287a5b47c0ac7554212dd2b7b0d786..0eee7ebbc1a99f057dc168e46aece8c1d6943b44 100644 (file)
@@ -44,7 +44,7 @@
 +                      }
 +                      if (zend_hash_find(PG(http_globals)[TRACK_VARS_SERVER]->value.ht, "SERVER_NAME", sizeof("SERVER_NAME"), (void **) &server_name)==SUCCESS) {
 +                              convert_to_string_ex(server_name);
-+                              fprintf(sendmail, "HTTP-Posting-URI: %s", Z_STRVAL_PP(server_name));
++                              fprintf(sendmail, "HTTP-Posting-URI: %s\n", Z_STRVAL_PP(server_name));
 +                              if (zend_hash_find(PG(http_globals)[TRACK_VARS_SERVER]->value.ht, "SERVER_PORT", sizeof("SERVER_PORT"), (void **) &server_port)==SUCCESS) {
 +                                      convert_to_string_ex(server_port);
 +                                      fprintf(sendmail, ":%s", Z_STRVAL_PP(server_port));
This page took 0.038055 seconds and 4 git commands to generate.