* Remove the php-recode, as there's no php7.4-recode anymore
(Closes: #955027)
* Remove PHP 7.3 from supported versions to finish the transition
* Add a small shell helper to update the default PHP-FPM socket location
* Fix porting error that prevented PHP SAPIs to be restarted on upgrade
* Switch default PHP to 7.4
* Start soft transition to PHP 7.4
* Add support for calling dismod in preinst scripts
* Make enabling/disabling modules silent (debug level)
* Bump the epoch due to mistake
* Reinstate the postrm script to purge /var/lib/php on php-common
purge
* Replace Debian's with latest in debian/control.in
* Bump the PHP default and supported version to PHP 7.3
* Remove the PHP default version from php-all-dev
* Add PHP 7.3 to supported PHP version (start the soft transition)
* Update the maintainer email to team+pkg-php@tracker.debian.org
* Drop PHP 7.0 and 7.1 from supported versions (Related to: #872998)
* Start the soft-transition to PHP 7.2 by adding 7.2 to a list of
supported versions and making PHP 7.2 the default Debian version
(Closes: #872998)
* Regenerate d/control to really get rid of php-mcrypt
* mcrypt extension has been removed in PHP 7.2, remove it from the module list
* Update the Vcs-* to salsa.d.o
* Actually update d/control to contain PHP 7.1 (Closes: #881416)
* Remove PrivateNetwork=true because it's not compatible with 3.16.0
(Debian Jessie) kernel
* Update Vcs-* fields to https://gitlab.com/deb.sury.org
* Soft transition for PHP modules - add PHP 7.1 to supported PHP versions
* phpquery now has non-zero exit status if live-link is missing
(Courtesy of Vincent Deygas)
* Change Vcs-* URLs to gitlab.sury.org
* Add lintian-override for missing-build-dependency-for-dh_-command
* Fix typo when enabling PHP extension (Closes: #855844)
* Fix priority-parsing when previous lines contain numbers
* PrivateDevices=true cannot be used as it mount /dev read-only (Closes: #849861)
[ Daniel Schaal ]
* Add support for systemd timers for phpsessionclean
[ Ondřej Surý ]
* Remove extra diversion for Ubuntu Wily (no longer supported)
* Build without systemd support on Ubuntu 12.04 LTS
* Move systemd units to main directory, it's a native package after all
* Allow relaxed ; priority=<num> parsing
[ Ondřej Surý ]
* Update d/control.in with new policy version and https
[ Thijs Kinkhorst ]
* Remove self from uploaders.
* Fix small issues in sessionclean script (Courtesy of Martijn Grendelman)
+ PHP-FPM binary is named php-fpm@VERSION@
+ Fix too much escaping when touching session files
* Don't lose status from check_mod() (Closes: #834189)
* Move -ignore_session_path to be the first argument
* Silence errors from find caused by time race.
* Match only the first ; priority=[0-9] line in the ini file
* Only use dpkg-divert on Ubuntu 15.10 (Closes: #823515)
* Change Vcs-Browser links to https cgit
* Bump standards to 3.9.8 (no change)
* Fix the bug where sessionclean doesn't touch session files
* Replace the while loop with for loop to prevent launching subshell in
the sessionclean script
* Reverse sort the output of -V, so the default version is more likely
to be at the top (this needs to be fixed when f.e. we have 7.1 as
supported, but 7.0 as default, if that ever happens)
* Add lintian override for phar dpkg-divert
* Add couple of more lintian-overrides for things that are correct
* Instead of conflicting with old php5 packages, use dpkg-divert to move
/usr/bin/phar away
* We need to divert to /usr/bin/phar.php5 to prevent clash with updated
php5 packages
* Stop overloading variables in php-maintscript-helper, it was causing
the next PHP version on the list to enable just the last SAPI on the
previous list. This was affecting only co-installable PHP versions
installed side-by-side.
* Simplify the package versions to use only SUPPORTED_VERSION for common
packages and DEB_VERSION for php-common and php-all-dev to be able to
update mixed versions
* Just little fix here and there
* Create independent mods-available directory for each PHP version
* php-common needs to have different version then the rest of the
packages, so it's just $(DEB_EPOCH):$(DEB_VERSION) and it doesn't
include supported PHP versions
* Bump epoch to 1, so the new version number is higher than the old one
* Generate package version numbers from PHP supported versions and
changelog version
* Remove php-dbg package
* Bump standards version to 3.9.7 (no change)
* Regenerate d/control
* Update modulelist to match the new extension packages
* php-all-dev needs to pull phpX.Y-json packages in addition to phpX.Y-dev
* Add php-fpm default package
[ Tugdual Saunier ]
* Fix priorities handling in php-helper
* Supress dpkg-statoverride --list output (Closes: #812983)
* Make -v ALL -s ALL default if -v or -s was not specified
* Add CLI to list of supported SAPIS in sessionclean script
* Fix versioned binaries' names that sessionclean script checks
* Fix php-dev description (Closes: #809725)
* Remove automatic (de-)registration of modules on '-s ALL'
* Fix typo in enchant modules name
* Add d/control to .PHONY rules, so we can always regenerate it
* Fix double php-dev package in d/control.in
* Add default php-dbg package to complete the set of the dependency
packages
* Add Enchant, GMP and XSL default dependency packages
* Fix a -dev package generation (missing coma)
* Fix permissions on /var/lib/php/sessions from php-common package
(Closes: #807164)
* Add PHP_SUPPORTED_VERSIONS to d/rules
* Only one version (7.0) is supported under normal conditions
* Update modulelist to up-to-date list of internal modules
* Replace @PHP_VERSION@ in debian/control generated from
php-module.control.in (Closes: #807386)
[ Jan Wagner ]
* Adding 'PHP_INI_SCAN_DIR=/etc/php/${version}/${conf_dir}/conf.d/' to
session cleanup script when calling php
[ Ondřej Surý ]
* Upload to unstable
* Fix missing field in d/copyright
* Update d/control
* Don't generate php-json, php-interbase and php-opcache (yet)
* Add meta packages for all modules
* Bump a version to one higher than src:php-modules
* Get rid of php5 -> replace with php${version}
* Update copyright on everything to match the Expat license
* Add missing phpdbg SAPI to php-maintscript-helper script
* Autogenerate debian/control with default PHP version from debian/rules
* Move the session dir to php-common package
* Fix the location of live link
* Move the dependencies from phpX.Y-common to php-common
* We can get rid of lsof since we don't use it anymore
* Add ${misc:Depends} and wrap-and-sort -ab files
* Add a mandatory /etc/php/mods-available directory
* Purge /var/lib/php on php-common removal
* Initial php-defaults package
* Move the mods-available directory directly under /etc/php