package/php: bump version to 8.0.7
authorAdam Duskett <aduskett@gmail.com>
Tue, 29 Jun 2021 16:50:54 +0000 (09:50 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 3 Jul 2021 20:01:12 +0000 (22:01 +0200)
commit469c11c516959375f6caddde178adbdcdc5d9887
tree88eab5aca4dcc8a63590a6bff3ff84c241bdd35d
parentf16aa4ed9d46622811c2a976d3087fe0da653cae
package/php: bump version to 8.0.7

Other changes:

  - Remove BR2_PACKAGE_PHP_EXT_JSON as the json extension is now an
    integral part of PHP and is no longer optional. Due to this, it is
    not added to Config.in.legacy.

  - Move BR2_PACKAGE_PHP_EXT_XMLRPC to Config.in.legacy as the extension has
    been removed. See https://wiki.php.net/rfc/unbundle_xmlprc for an
    explination.

  - Add a new patch that allows for opcache to cross-compile with PHP8.

  - Explicitly disable opcache-jit when opcache is enabled, as the JIT fails
    to cross-compile.

  - --enable-maintainer-zts is now --enable-zts

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Config.in.legacy
package/php/0001-acinclude.m4-don-t-unset-variables.patch
package/php/0002-iconv-tweak-iconv-detection.patch
package/php/0003-configure-disable-the-phar-tool.patch
package/php/0004-Call-apxs-with-correct-prefix.patch
package/php/0005-allow-opcache-cross-compiling.patch [new file with mode: 0644]
package/php/Config.ext
package/php/php.hash
package/php/php.mk