This bug was fixed in the package php-universe-source7.0 - 7.0.4-5ubuntu1 --------------- php-universe-source7.0 (7.0.4-5ubuntu1) xenial; urgency=medium * Build of universe components to match LP: #1553419 upload of php7.0. - d/rules: mark universe as enabled. - d/control{,.in}: add Build-Depends on firebird-dev, libc-client-dev, libmcrypt-dev, libonig-dev, libqdbm-dev and libzip-dev. - d/control{,.in}: rename Source: to match this build. [previously undocumented] - drop Testsuite: autopkgtest since this package has no tests. - d/control: remove binary packages that are not built by this source package. [previously undocumented] php7.0 (7.0.4-5ubuntu1) xenial; urgency=medium * Merge with Debian unstable (LP: #1553419). Remaining changes: - Add support for independent source packages php7.0 and php7.0-universe-source (LP #1555843): + d/control{,.in}: drop Build-Depends on firebird-dev, libc-client-dev, libmcrypt-dev, libonig-dev, libqdbm-dev and libzip-dev. + d/control: drop binary packages php7.0-imap, php7.0-interbase, php7.0-mcrypt and php7.0-zip and their reverse dependencies. + d/control{,.in}: add Build-Depends on dctrl-tools. + d/rules.d/ext-interbase.mk: add pdo config to interbase's config, as php7.0-universe-common will not use ext-common.mk. - d/control{,.in}: switch Build-Depends of netcat-traditional to netcat-openbsd as only the latter is in main. - d/rules: do not generate debian/tests/control when building for universe. - d/rules: use grep-dctrl to remove binary packages not generated by this source package during the build (dpkg-genchanges complains otherwise). * Drop: - d/rules: use grep{,-dctrl} to filter out makefile snippets and binary packages that require universe. [ Not present ] - Undocumented changes to debian/control. [ Prior merge churn] * php7.0-interbase: Do not install pdo.so, as it is provided by php7.0-common (LP: #1556486). php7.0 (7.0.4-5) unstable; urgency=medium * Apply patch to make opcache lockfile path configurable (Courtesy of Gandi) php7.0 (7.0.4-4) unstable; urgency=medium * Also kill old /etc/php/mods-available/zlib.ini (Closes: #817205, #817202) php7.0 (7.0.4-3) unstable; urgency=medium * We need php_enable() in prerm script (Closes: #816763) * Force ucf and ucfr de-registration of old config files * ZLIB needs to be builtin module to support IMAGETYPE_SWC * Remove zlib extension from the list of extensions * php-common.preinst.extra was missing from d/prepare-files * Remove debian/ prefix from @package@ in prepared-files php7.0 (7.0.4-2) unstable; urgency=medium * Replace libvpx-dev with libwebp-dev in ext-gd.mk * zlib extension needs to be enable as a module for all SAPIs to support IMAGETYPE_SWC php7.0 (7.0.4-1) unstable; urgency=medium * Imported Upstream version 7.0.4 * Remove two patches already present in upstream * Rebase patches on top of 7.0.4 release * Remove ucfq part from prerm and postrm script that's not needed anymore (it was needed for dual mysql and mysqlnd modules) * Move php module deactivation back to postrm remove block (Closes: #816465) * Reorder SAPI cleanup scripts to properly disable PHP extensions php7.0 (7.0.3-13) unstable; urgency=medium * Check for old inidir existence before removing it (Closes: #816429) php7.0 (7.0.3-12) unstable; urgency=medium * Turn comma into pipe to make fpm alternative to other web SAPIs php7.0 (7.0.3-11) unstable; urgency=medium * Move mods-available directories to /etc/php/X.Y/mods-available * Install missing php-module.preinst scripts php7.0 (7.0.3-10) unstable; urgency=medium * Don't enable PHP FPM by default * Fix non-expanded @EXTENSION_DIR@ in php-config -- Nishanth Aravamudan