/m4/

-static/better-cgit-markdown-heading-color.css'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
AgeCommit message (Expand)Author
2019-01-01gnu: php-with-bcmath: Deprecate in favour of 'php'....This is a follow-up to 4629d26755aa06344fb8f515fb0202776e70c429. * gnu/packages/php.scm (php-with-bcmath): Deprecate in favour of 'php'. * gnu/tests/monitoring.scm (%zabbix-os): Use this. Oleg Pykhalov
2018-12-29gnu: php: Build bcmath....* gnu/packages/php.scm (php)[arguments]: Add "--enable-bcmath" to configure flags. Ricardo Wurmus
2018-12-17gnu: Add php-with-bcmath....* gnu/packages/php.scm (php-with-bcmath): New variable. Oleg Pykhalov
2018-12-13gnu: php: Update to 7.3.0....* gnu/packages/php.scm (php)[version]: Update to 7.3.0. [arguments]: Delete "sapi/cli/tests/upload_2G.phpt" substitution and delete "ext/pcre/tests/bug76909.phpt" file. [inputs]: Replace 'pcre' with 'pcre2'. Oleg Pykhalov
2018-11-14Merge branch 'master' into core-updatesMarius Bakke
2018-11-12gnu: php: Update to 7.2.12....* gnu/packages/php.scm (php): Update to 7.2.12. Julien Lepiller
2018-09-20Merge branch 'master' into core-updatesMarius Bakke
2018-09-15gnu: php: Update to 7.2.10....* gnu/packages/php.scm (php): Update to 7.2.10. Julien Lepiller
2018-09-10gnu: libgd: Incorporate grafted changes....* gnu/packages/gd.scm (gd)[replacement]: Remove field. [source](patches): Add "gd-CVE-2018-5711.patch" and "gd-CVE-2018-1000222.patch". (gd/fixed): Remove variable. * gnu/packages/php.scm (gd-for-php): Remove variable. (php)[inputs]: Change GD-FOR-PHP to GD. Marius Bakke
2018-09-09gnu: libgd: Fix CVE-2018-{5711,1000222}....* gnu/packages/patches/gd-CVE-2018-1000222.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gd.scm (gd/fixed): New variable. * gnu/packages/php.scm (gd-for-php)[source]: Use 'gd-CVE-2018-1000222.patch'. Leo Famulari