FreeBSD Bugzilla – Attachment 184150 Details for
Bug 220532
lang/php71: Update to 7.1.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to PHP 7.1.7
patch-php71 (text/plain), 2.70 KB, created by
Dani I.
on 2017-07-07 09:17:23 UTC
(
hide
)
Description:
Update to PHP 7.1.7
Filename:
MIME Type:
Creator:
Dani I.
Created:
2017-07-07 09:17:23 UTC
Size:
2.70 KB
patch
obsolete
>--- devel/php71-readline/Makefile >+++ devel/php71-readline/Makefile >@@ -1,6 +1,5 @@ > # $FreeBSD$ > >-PORTREVISION= 1 > CATEGORIES= devel > > MASTERDIR= ${.CURDIR}/../../lang/php71 >--- lang/php71/Makefile >+++ lang/php71/Makefile >@@ -2,8 +2,8 @@ > # $FreeBSD$ > > PORTNAME= php71 >-PORTVERSION= 7.1.6 >-PORTREVISION?= 1 >+PORTVERSION= 7.1.7 >+PORTREVISION?= 0 > CATEGORIES?= lang devel www > MASTER_SITES= PHP/distributions > DISTNAME= php-${PORTVERSION} >--- lang/php71/distinfo >+++ lang/php71/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1497260087 >-SHA256 (php-7.1.6.tar.xz) = 01584dc521ab7ec84b502b61952f573652fe6aa00c18d6d844fb9209f14b245b >-SIZE (php-7.1.6.tar.xz) = 12808680 >+TIMESTAMP = 1499413811 >+SHA256 (php-7.1.7.tar.xz) = 0d42089729be7b2bb0308cbe189c2782f9cb4b07078c8a235495be5874fff729 >+SIZE (php-7.1.7.tar.xz) = 12831708 >--- lang/php71/files/patch-main_php__ini.c >+++ lang/php71/files/patch-main_php__ini.c >@@ -1,40 +0,0 @@ >---- main/php_ini.c.orig 2017-06-14 13:23:49 UTC >-+++ main/php_ini.c >-@@ -280,7 +280,7 @@ static void php_ini_parser_cb(zval *arg1 >- size_t key_len; >- >- /* PATH sections */ >-- if (zend_string_equals_literal_ci(Z_STR_P(arg1), "PATH")) { >-+ if (!zend_binary_strncasecmp(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1), "PATH", sizeof("PATH") - 1, sizeof("PATH") - 1)) { >- key = Z_STRVAL_P(arg1); >- key = key + sizeof("PATH") - 1; >- key_len = Z_STRLEN_P(arg1) - sizeof("PATH") + 1; >-@@ -291,7 +291,7 @@ static void php_ini_parser_cb(zval *arg1 >- TRANSLATE_SLASHES_LOWER(key); >- >- /* HOST sections */ >-- } else if (zend_string_equals_literal_ci(Z_STR_P(arg1), "HOST")) { >-+ } else if (!zend_binary_strncasecmp(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1), "HOST", sizeof("HOST") - 1, sizeof("HOST") - 1)) { >- key = Z_STRVAL_P(arg1); >- key = key + sizeof("HOST") - 1; >- key_len = Z_STRLEN_P(arg1) - sizeof("HOST") + 1; >-@@ -328,7 +328,9 @@ static void php_ini_parser_cb(zval *arg1 >- zend_hash_init(Z_ARRVAL(section_arr), 8, NULL, (dtor_func_t) config_zval_dtor, 1); >- entry = zend_hash_str_update(target_hash, key, key_len, §ion_arr); >- } >-- active_ini_hash = Z_ARRVAL_P(entry); >-+ if (Z_TYPE_P(entry) == IS_ARRAY) { >-+ active_ini_hash = Z_ARRVAL_P(entry); >-+ } >- } >- } >- break; >-@@ -638,7 +640,7 @@ int php_init_config(void) >- } >- if (!debpath[0]) { >- /* empty string means default builtin value >-- to allow "/foo/php.d:" or ":/foo/php.d" */ >-+ to allow "/foo/phd.d:" or ":/foo/php.d" */ >- debpath = PHP_CONFIG_FILE_SCAN_DIR; >- } >- lenpath = (int)strlen(debpath); >--- www/php71-opcache/Makefile >+++ www/php71-opcache/Makefile >@@ -1,7 +1,6 @@ > # $FreeBSD$ > > CATEGORIES= www >-PORTREVISION= 1 > > MASTERDIR= ${.CURDIR}/../../lang/php71 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
i.dani
:
maintainer-approval?
(
tz
)
Actions:
View
|
Diff
Attachments on
bug 220532
:
184148
| 184150 |
184201