X-Git-Url: https://git.tld-linux.org/?p=packages%2Fphp.git;a=blobdiff_plain;f=php-mail.patch;h=e541727105ef89fb0a03b1483f49aba355b89770;hp=5a7919734df34618cccb41b7a4922e7c2b11f78c;hb=3560d081162c80445013200dc3568630c0a349b1;hpb=891bb36e1a997a7305edad19be0d75baa3b5af74 diff --git a/php-mail.patch b/php-mail.patch index 5a79197..e541727 100644 --- a/php-mail.patch +++ b/php-mail.patch @@ -42,7 +42,7 @@ + if ((subject != NULL) && (strlen(subject)!=0)) { + fprintf(sendmail, "Subject: %s\n", subject); + } -+ ++ zend_is_auto_global(ZEND_STRL("_SERVER") TSRMLS_CC); + if (PG(http_globals)[TRACK_VARS_SERVER]) { + zval **remote_addr, **server_name, **server_port, + **script_name, **http_user_agent;