X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/1d0b74e1ee4d6440b771db607f45e2996635318b..42ee421d2d532a75942f7395d20baddf23ed7164:/programs/php.json diff --git a/programs/php.json b/programs/php.json index 2bf91ec..eac6a40 100644 --- a/programs/php.json +++ b/programs/php.json @@ -3,8 +3,8 @@ "files": [ { "path": "$HOME/.php_history", - "movable": false, - "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/php/php-src/issues/8546\n" + "movable": true, + "help": "Support since PHP _8.4_ through the PHP_HISTFILE environment variable.\n\nExport the following environment variable:\n\n```sh\nexport PHP_HISTFILE=\"$XDG_STATE_HOME\"/php/history\n```\n" } ] }