Search Criteria
Package Details: psysh 0.10.4-1
Git Clone URL: | https://aur.archlinux.org/psysh.git (read-only, click to copy) |
---|---|
Package Base: | psysh |
Description: | PsySH is a runtime developer console, interactive debugger and REPL for PHP. |
Upstream URL: | http://psysh.org |
Keywords: | php repl |
Licenses: | |
Provides: | |
Submitter: | condy |
Maintainer: | MazeChaZer |
Last Packager: | MazeChaZer |
Votes: | 14 |
Popularity: | 0.027559 |
First Submitted: | 2016-02-01 11:32 |
Last Updated: | 2020-07-27 15:16 |
Dependencies (2)
- php (php55, php53, php70, php71, php-zts, php72, php56, php7-symlinks, php7-meta, php73)
- mariadb (mysql55, mariadb-git, mariadb103, mysql56, mysql57, mysql, percona-server) (optional) – mysql command support
Latest Comments
insign commented on 2020-06-12 00:07
It's out-of-date.
MazeChaZer commented on 2018-06-04 18:17
Should be fixed now.
MazeChaZer commented on 2018-06-04 15:20
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
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
I’m getting integrity check issues. This is my output from
makepkg -g
:MazeChaZer commented on 2017-04-26 06:07
@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
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
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
punkrockguy318 commented on 2016-09-23 18:36
FYI - this package requires the iconv extension to be enabled in /etc/php/php.ini to work properly (string assignments will fail without it)
gsingh93 commented on 2016-03-04 06:07
psysh is failing the md5 sum check for me.