Package Details: psysh 0.12.2-1

Git Clone URL: https://aur.archlinux.org/psysh.git (read-only, click to copy)
Package Base: psysh
Description: A runtime developer console, interactive debugger and REPL for PHP.
Upstream URL: https://psysh.org/
Keywords: php repl
Licenses: MIT
Submitter: condy
Maintainer: leo980
Last Packager: leo980
Votes: 16
Popularity: 0.000000
First Submitted: 2016-02-01 11:32 (UTC)
Last Updated: 2024-03-29 15:19 (UTC)

Latest Comments

1 2 Next › Last »

leo980 commented on 2021-03-31 09:07 (UTC)

(message from new maintainer)

This package has been updated following the upstream.

insign commented on 2020-06-12 00:07 (UTC)

It's out-of-date.

MazeChaZer commented on 2018-06-04 18:17 (UTC)

Should be fixed now.

MazeChaZer commented on 2018-06-04 15:20 (UTC)

Ah sorry I screwed up today when I tried to fix the LICENSE integrity issue. Strangly enogh, the latest version built fine locally for me. I will fix this later today or tomorrow.

captn3m0 commented on 2018-06-04 14:56 (UTC)

The LICENSE file is no longer there in the tarball.

install: cannot stat 'LICENSE': No such file or directory

Removing it fixes the package.

jonnybarnes commented on 2018-06-02 12:58 (UTC)

I’m getting integrity check issues. This is my output from makepkg -g:

$ makepkg -g
==> Retrieving sources...
  -> Found psysh-v0.9.4.tar.gz
  -> Found LICENSE
==> Generating checksums for source files...
sha256sums=('b891e8c306fba92b7ad630d1f5d9a6a6ef98cbb0533a17fd7ddf8e78cda0f140'
            'ea877138671d7068328bf698de950f09a13429ff49096202414472ffbdeeab66')

MazeChaZer commented on 2017-04-26 06:07 (UTC) (edited on 2017-04-26 06:07 (UTC) by MazeChaZer)

@bendavis78 It looks like you have to include /usr/bin in your open_basedir configuration in /etc/php/php.ini But perhaps the psysh phar should be installed into /usr/share/webapps and symlinked into /usr/bin, that would be an error in the PKGBUILD.

bendavis78 commented on 2017-04-25 21:44 (UTC)

Seems like not all files are installed properly. I get the following error when running: $ psysh PHP Warning: Phar::mapPhar(): open_basedir restriction in effect. File(/usr/bin/psysh) is not within the allowed path(s): (/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/:/usr/share/webapps/mediawiki/images/:/srv/) in /usr/bin/psysh on line 101 PHP Warning: require(phar://psysh.phar/build-vendor/autoload.php): failed to open stream: phar error: invalid url or non-existent phar "phar://psysh.phar/build-vendor/autoload.php" in /usr/bin/psysh on line 102 PHP Fatal error: require(): Failed opening required 'phar://psysh.phar/build-vendor/autoload.php' (include_path='.:/usr/share/pear') in /usr/bin/psysh on line102 Here's what was installed by the package: $ aura -Ql psysh psysh /usr/ psysh /usr/bin/ psysh /usr/bin/psysh psysh /usr/share/ psysh /usr/share/licenses/ psysh /usr/share/licenses/psysh/ psysh /usr/share/licenses/psysh/LICENSE

MazeChaZer commented on 2017-04-07 07:10 (UTC) (edited on 2017-04-07 07:13 (UTC) by MazeChaZer)

Since PsySH 8 there are proper release tarballs, see https://github.com/bobthecow/psysh/releases They should probably used for the source instead of the download link at http://psysh.org/psysh

prg commented on 2016-09-23 18:36 (UTC)

FYI - this package requires the iconv extension to be enabled in /etc/php/php.ini to work properly (string assignments will fail without it)