]> git.pld-linux.org Git - packages/php.git/commitdiff
- typo
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 26 Mar 2004 23:58:25 +0000 (23:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-mail.patch -> 1.10

php-mail.patch

index 4ba0422823106ae7d7b2840a3ac698eec2a7ff61..8748f38c9f07bfd7445a4613baed3509ba00a449 100644 (file)
@@ -49,7 +49,7 @@
 +                                      convert_to_string_ex(server_port);
 +                                      fprintf(sendmail, ":%s", Z_STRVAL_PP(server_port));
 +                              }       
-+                              if (zend_hash_find(PG(http_globals)[TRACK_VARS_SERVER]->value.ht, "SCRIPT_NAME", sizeof("SCRIPT_NAME"), (void **) &scrip_name)==SUCCESS) {
++                              if (zend_hash_find(PG(http_globals)[TRACK_VARS_SERVER]->value.ht, "SCRIPT_NAME", sizeof("SCRIPT_NAME"), (void **) &script_name)==SUCCESS) {
 +                                      convert_to_string_ex(script_name);
 +                                      fprintf(sendmail, "%s", Z_STRVAL_PP(script_name));
 +                              }
This page took 0.150306 seconds and 4 git commands to generate.