Browse Source

php7: redux of fix for issue #5488

Upstream was a little premature on asking for a change and not
vetting it.  Here is the currently proposed fix.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
lilik-openwrt-22.03
Philip Prindeville 7 years ago
parent
commit
e1a4178de1
2 changed files with 32 additions and 5 deletions
  1. +1
    -1
      lang/php7/Makefile
  2. +31
    -4
      lang/php7/patches/1012-php_iconv_string-null-out-pointer.patch

+ 1
- 1
lang/php7/Makefile View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=php
PKG_VERSION:=7.2.1
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>


lang/php7/patches/1012-php_iconv_string-null-out-pointer → lang/php7/patches/1012-php_iconv_string-null-out-pointer.patch View File


Loading…
Cancel
Save