]> git.pld-linux.org Git - packages/php.git/commitdiff
rel 3; autoglobal variables are available on demand by other code (so weren't availab... auto/th/php-5.3.28-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 13 Mar 2014 11:48:29 +0000 (12:48 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 13 Mar 2014 11:48:29 +0000 (12:48 +0100)
php-mail.patch
php.spec

index 272b2f9f29fb8fb8e0c21b4c4071aa73324e4f0d..257a9c48487428679ea1ee8ce8659739a68dd3c9 100644 (file)
@@ -51,7 +51,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;
index 51c22875627b1e5edd9da2bf7683ba737c2a7f2d..0ee704e3e2a1300e7354ec896403ca01e5bcd1d4 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -119,7 +119,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %endif
 %endif
 
-%define                rel     2
+%define                rel     3
 %define                orgname php
 %define                ver_suffix 53
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
This page took 0.660418 seconds and 4 git commands to generate.