summary refs log tree commit diff
path: root/pkgs/development/interpreters/php
Commit message (Collapse)AuthorAge
* php70: 7.0.11 -> 7.0.12Franz Pletz2016-10-18
| | | | | | Fixes some security vulnerabilities: https://secure.php.net/ChangeLog-7.php#7.0.12
* php56: 5.6.26 -> 5.6.27Franz Pletz2016-10-18
| | | | | | Fixes some security vulnerabilities: https://secure.php.net/ChangeLog-5.php#5.6.27
* Merge pull request #17922 from bjornfor/php-config-file-scan-dirJörg Thalheim2016-10-09
|\ | | | | php: change config-file-scan-dir from /etc to /etc/php.d
| * php: change config-file-scan-dir from /etc to /etc/php.dBjørn Forsman2016-09-08
| | | | | | | | | | | | | | | | By chance I noticed that php picked up my /etc/odbc.ini file (clearly wrong!). This fixes it by adding a namespace for php. WARNING: This is a breaking change for anyone that happen to rely on php picking up .ini files from /etc.
* | php fpm: add systemd supportPeter Hoeg2016-10-05
| | | | | | | | | | | | | | | | | | | | | | | | PHP FPM will now notify systemd when it's done initializing and ready to serve requests. Additionally ```systemctl status phpfpm``` will now show statistics such as: ``` Status: "Processes active: 0, idle: 8, Requests: 0, slow: 0, Traffic: 0req/sec" ```
* | php5: 5.6.25 -> 5.6.26 for CVEs (http://www.php.net/ChangeLog-5.php\#5.6.26)Graham Christensen2016-09-22
| |
* | php70: 7.0.10 -> 7.0.11 (security)Franz Pletz2016-09-15
|/ | | | See https://secure.php.net/ChangeLog-7.php#7.0.11.
* php: Fix mysql referenceTuomas Tynkkynen2016-08-29
| | | | TODO: Fix the mysql expression so this isn't needed.
* Merge branch 'master' into stagingobadz2016-08-27
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/misc/navit/default.nix pkgs/applications/networking/mailreaders/alpine/default.nix pkgs/applications/networking/mailreaders/realpine/default.nix pkgs/development/compilers/ghc/head.nix pkgs/development/libraries/openssl/default.nix pkgs/games/liquidwar/default.nix pkgs/games/spring/springlobby.nix pkgs/os-specific/linux/kernel/perf.nix pkgs/servers/sip/freeswitch/default.nix pkgs/tools/archivers/cromfs/default.nix pkgs/tools/graphics/plotutils/default.nix
| * php70: 7.0.9 -> 7.0.10Robin Gloster2016-08-25
| |
| * php56: 5.6.24 -> 5.6.25Robin Gloster2016-08-25
| |
| * php55: remove unmaintained versionRobin Gloster2016-08-25
| | | | | | | | Does not receive security updates from upstream
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-12
|\|
| * treewide: fixup various mysql ocurrences after re-splitVladimír Čunát2016-08-07
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-31
|\|
| * php: 5.5.37 -> 5.5.38, 5.6.23 -> 5.6.24 (security)Franz Pletz2016-07-28
| | | | | | | | | | https://secure.php.net/ChangeLog-5.php#5.5.38 https://secure.php.net/ChangeLog-5.php#5.6.24
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-25
|\|
| * php: 7.0.8 -> 7.0.9 (security)Franz Pletz2016-07-21
| | | | | | | | https://secure.php.net/ChangeLog-7.php#7.0.9
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-15
|\|
| * php: fix hashes for 5.5 and 5.6Franz Pletz2016-06-27
| |
| * php56: 5.6.22 -> 5.6.23 (security)Franz Pletz2016-06-27
| | | | | | | | See https://secure.php.net/ChangeLog-5.php#5.6.23.
| * php55: 5.5.36 -> 5.5.37 (security)Franz Pletz2016-06-27
| | | | | | | | See https://secure.php.net/ChangeLog-5.php#5.5.37.
| * php70: 7.0.7 -> 7.0.8 (security)Franz Pletz2016-06-27
| | | | | | | | See https://secure.php.net/ChangeLog-7.php#7.0.8.
| * php: add meta.platformsEric Sagnes2016-06-22
| |
| * php: Fixed libiconv errorMarc Scholten2016-06-13
| |
| * php: Now builds on darwinMarc Scholten2016-06-09
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-06-10
|\|
| * php56: update to 5.6.22Eelco Dolstra2016-06-09
| | | | | | | | (cherry picked from commit 72b4009367257c2447aac89d5f34f2421bbc88dc)
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-05-30
|\|
| * Merge branch 'staging'Vladimír Čunát2016-05-27
| |\ | | | | | | | | | Includes a security update of libxml2.
| | * treewide: Make explicit that 'dev' output of zlib is usedTuomas Tynkkynen2016-05-19
| | |
| | * treewide: Make explicit that 'dev' output of sqlite is usedTuomas Tynkkynen2016-05-19
| | |
| | * treewide: Make explicit that 'dev' output of readline is usedTuomas Tynkkynen2016-05-19
| | |
| | * treewide: Make explicit that 'dev' output of libxslt is usedTuomas Tynkkynen2016-05-19
| | |
| | * treewide: Make explicit that 'dev' output of libpng is usedTuomas Tynkkynen2016-05-19
| | |
| | * treewide: Make explicit that 'dev' output of libjpeg is usedTuomas Tynkkynen2016-05-19
| | |
| | * treewide: Make explicit that 'dev' output of gmp is usedTuomas Tynkkynen2016-05-19
| | |
| | * treewide: Make explicit that 'dev' output of freetype is usedTuomas Tynkkynen2016-05-19
| | |
| | * treewide: Make explicit that 'dev' output of curl is usedTuomas Tynkkynen2016-05-19
| | |
| | * treewide: Make explicit that 'dev' output of bzip2 is usedTuomas Tynkkynen2016-05-19
| | |
| * | php: 5.5.35 -> 5.5.36, 7.0.6 -> 7.0.7 (security)Franz Pletz2016-05-26
| |/ | | | | | | | | | | | | See: * https://secure.php.net/ChangeLog-5.php#5.5.36 * https://secure.php.net/ChangeLog-7.php#7.0.7
* | Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz2016-05-18
|\|
| * php: 7.0.5 -> 7.0.6Franz Pletz2016-05-13
| |
| * Merge pull request #15018 from ericsagnes/pkg-fix/phpJoachim Fasting2016-05-05
| |\ | | | | | | php: add default php.ini
| | * php: add default php.iniEric Sagnes2016-04-29
| | |
| * | php: Fix openssl module buildFranz Pletz2016-05-03
| | |
* | | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-05-02
|\| |
| * | php: 5.5.34 -> 5.4.35Robert Scott2016-04-30
| | |
| * | php: 5.6.20 -> 5.6.21Robert Scott2016-04-30
| |/
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
|\|