summaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
Commit message (Collapse)AuthorAge
...
* gnu: php: Update to 7.1.8.Julien Lepiller2017-08-04
| | | | | | * gnu/packages/patches/gd-CVE-2017-7890.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it * gnu/packages/php.scm (php): Update to 7.1.8.
* gnu: Move contents of zip module into compression module.Arun Isaac2017-06-20
| | | | | | | | | | | | | | | * gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import.
* gnu: php: Update to 7.1.6.Julien Lepiller2017-06-08
| | | | * gnu/packages/php.scm (php): Update to 7.1.6.
* gnu: php: Update to 7.1.5.Julien Lepiller2017-05-16
| | | | | * gnu/packages/php.scm (php): Update to 7.1.5. [arguments]: Remove a no longer relevant test fix.
* gnu: php: Add '--with-mysqli' configure option.Alex Sassmannshausen2017-05-13
| | | | * gnu/packages/php.scm: Add '--with-mysqli' configure option.
* gnu: php: Remove '--enable-threads' configure option.Alex Sassmannshausen2017-05-13
| | | | | * gnu/packages/php.scm (php): Remove '--enable-threads' configure option, as it is no longer recognized in PHP 7.
* gnu: php: Update to 7.1.4.Julien Lepiller2017-04-13
| | | | | | * gnu/packages/php.scm (php): Update to 7.1.4. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: php: Update to 7.1.3.Julien Lepiller2017-03-20
| | | | * gnu/packages/php.scm (php): Update to 7.1.3.
* gnu: php: Update to 7.1.2.Julien Lepiller2017-03-03
| | | | | | | | | | | | * 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>
* Merge branch 'master' into core-updatesLeo Famulari2017-01-06
|\
| * gnu: php: Update to 7.0.14.Julien Lepiller2016-12-09
| | | | | | | | | | | | * gnu/packages/php.scm (php): Update to 7.0.14. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* | gnu: sqlite: Update to 3.15.1.Marius Bakke2016-11-26
|/ | | | | | | | * 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'.
* gnu: Add php.Julien Lepiller2016-11-20
* 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>