Package Base Details: phpstorm

Git Clone URL: https://aur.archlinux.org/phpstorm.git (read-only, click to copy)
Keywords: development ide php
Submitter: None
Maintainer: freswa
Last Packager: freswa
Votes: 228
Popularity: 1.53
First Submitted: 2011-01-22 19:28 (UTC)
Last Updated: 2024-04-04 09:43 (UTC)

Latest Comments

1 2 3 4 5 6 .. 22 Next › Last »

ur5wkm commented on 2024-04-04 13:05 (UTC) (edited on 2024-04-15 13:02 (UTC) by ur5wkm)

After the update, it froze all the time. Unusable

UPD. Disabling autosave fixing issue

richard-muvirimi commented on 2024-03-18 08:12 (UTC)

A fresh install on a new system results in the following error on launch "No JRE found. Please make sure $PHPSTORM_JDK, $JDK_HOME, or $JAVA_HOME point to valid JRE installation."

37h4n commented on 2023-02-15 00:40 (UTC) (edited on 2023-02-15 00:40 (UTC) by 37h4n)

I modified the PKGBUILD to add aarch64 support for Asahi Linux users: https://bafybeibf3vy5rxz3aa2ivlm3hsbktrvmt73qgxwdyspsft4dah2dbabo7m.ipfs.kubo.sudoer.ch/?filename=2022.3.2-1.PKGBUILD

fsz commented on 2022-12-09 12:26 (UTC)

@freswa Thank you :) And thanks for the -Cc hint.

freswa commented on 2022-12-09 12:13 (UTC)

@fsz will be fixed with the next update. In general I'd recommend running makepkg -sCci instead of -si to build in clean environments.

fsz commented on 2022-12-09 11:48 (UTC)

@freswa I'm not using any AUR-helper, just "git pull" and "makepkg -i".

freswa commented on 2022-12-06 14:36 (UTC)

@fsz What AUR-helper do you use?

fsz commented on 2022-12-06 14:15 (UTC) (edited on 2022-12-06 14:17 (UTC) by fsz)

I just ran into a problem in PKGBUILD while installing the latest version 2022.3-1

If the directory src contains multiple PhpStorm-... subdirectories the variable _buildver is fed with multiple version strings instead of just the latest (resulting in _buildver="222.3739.61 222.4167.33 222.4345.15 223.7571.212" in my case).

This could be fixed by piping through sort and head:

_buildver="$(ls | grep -Eo 'PhpStorm-[[:digit:]]+\.[[:digit:]]{2,5}\.[[:digit:]]+' | sed 's#PhpStorm-##' | sort -r | head -n 1)"

Or maybe old releases should be deleted, I don't know...

mklein994 commented on 2022-12-05 16:32 (UTC)

Sorry if I marked it as out-of-date twice; I believe I miss-clicked the first time.