]> TLD Linux GIT Repositories - packages/php.git/blobdiff - php-mail.patch
- PHP 5.5.10
[packages/php.git] / php-mail.patch
index 5a7919734df34618cccb41b7a4922e7c2b11f78c..e541727105ef89fb0a03b1483f49aba355b89770 100644 (file)
@@ -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;