summaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
AgeCommit message (Collapse)Author
2017-05-16gnu: php: Update to 7.1.5.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.5. [arguments]: Remove a no longer relevant test fix.
2017-05-13gnu: php: Add '--with-mysqli' configure option.Alex Sassmannshausen
* gnu/packages/php.scm: Add '--with-mysqli' configure option.
2017-05-13gnu: php: Remove '--enable-threads' configure option.Alex Sassmannshausen
* gnu/packages/php.scm (php): Remove '--enable-threads' configure option, as it is no longer recognized in PHP 7.
2017-04-13gnu: php: Update to 7.1.4.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.4. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-03-20gnu: php: Update to 7.1.3.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.3.
2017-03-03gnu: php: Update to 7.1.2.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.2. [inputs]: Add gnutls. [arguments]: Disable more tests in 'prepare-tests' phase. (gd-for-php): Remove variable. * gnu/packages/patches/gd-fix-chunk-size-on-boundaries.patch, gnu/packages/patches/gd-fix-truecolor-format-correction.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-01-06Merge branch 'master' into core-updatesLeo Famulari
2016-12-09gnu: php: Update to 7.0.14.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.0.14. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26gnu: sqlite: Update to 3.15.1.Marius Bakke
* gnu/packages/databases.scm (sqlite): Update to 3.15.1. [source]: Download from sqlite.org. [home-page]: Use HTTPS. (sqlite-3.15.1): Remove. * gnu/packages/php.scm (php)[inputs]: Change 'sqlite-3.15.1' to 'sqlite'.
2016-11-20gnu: Add php.Julien Lepiller
* gnu/packages/php.scm: New file. * gnu/packages/patches/gd-fix-chunk-size-on-boundaries.patch: New file. * gnu/packages/patches/gd-fix-truecolor-format-correction.patch: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add php. (dist_patch_DATA): Add gd patches. Co-authored-by: Marius Bakke <mbakke@fastmail.com>