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.30
First Submitted: 2011-01-22 19:28 (UTC)
Last Updated: 2024-04-23 19:13 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 22 Next › Last »

andoni commented on 2016-08-24 16:19 (UTC)

New PHPStorm 2016.2.1 +pkgver=2016.2.1 +_pkgver=162.1889.1 +sha512sums=('c21a2456c55407663251913d59621c81e1e0feab87a3a6e703d7824331e65bc08a37b5863a5fc31cb4029cef0ca4834c2ea9c06efdda262428706beace000186'

bcremer commented on 2016-07-13 12:07 (UTC)

+pkgver=2016.2 +_pkgver=162.1121.38 +sha256sums=('2cba44d6106b82e9acac222683bbd2528a31b3311948aad9fdfff608c321eaa2'

bcremer commented on 2016-05-11 14:17 (UTC)

New important security update was just released https://download.jetbrains.com/webide/PhpStorm-2016.1.1.tar.gz sha256 442d98120763932bc34545df022171baca5d2bc44e34b1f36f949e4355b99441 See: http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/

freswa commented on 2016-03-21 18:51 (UTC)

@KingCrunch: Thank you. Gonna fix PKGBUILD. So their "System requirements" on this page are completely wrong: https://www.jetbrains.com/phpstorm/download/#section=linux-version

KingCrunch commented on 2016-03-21 18:39 (UTC)

@frederik No /opt/phpstorm$ java -version java version "1.7.0_95" OpenJDK Runtime Environment (IcedTea 2.6.4) (Arch Linux build 7.u95_2.6.4-1-x86_64) OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode) /opt/phpstorm$ bin/phpstorm.sh Unsupported Java Version: Cannot start under Java 1.7.0_95-b00: Java 1.8 or later is required. To be fair it was not that obvious to find some information See also https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under https://blog.jetbrains.com/phpstorm/2016/01/phpstorm-11-early-access-program-started/

freswa commented on 2016-03-19 01:11 (UTC)

@KingCrunch Please see phpstorm page. It depends on 'Oracle JRE 1.6+ or OpenJDK 1.7+'

KingCrunch commented on 2016-03-19 00:57 (UTC)

The intelliJ-platform requires Java >=8

freswa commented on 2016-03-18 20:03 (UTC)

@declasun: thx for the hint. I don't think that a wrapper around the startscript is a good way to achieve this. I've just added a profile.d file and a note in the PKGBUILD.

dcelasun commented on 2016-03-18 15:13 (UTC)

@frederik: intellij-idea-ultimate-edition [0] recently merged this [1] patch so IDEA would prefer the system JDK. Could you also make the same change here? [0] https://aur.archlinux.org/packages/intellij-idea-ultimate-edition [1] https://gist.github.com/rbellamy/5e8d61a449bbff5132aa#file-0001-honor-idea_jdk-set-by-environment-patch

retzudo commented on 2016-02-01 13:29 (UTC)

Thanks Wietse for the explanation and workaround. Starting PhpStorm with `WEBIDE_JDK=/usr/lib/jvm/java-8-openjdk /opt/phpstorm/bin/phpstorm.sh` from the terminal did in fact work for me. I copied the desktop file located at /usr/share/applications/jetbrains-phpstorm.desktop to ~/.local/share/applications/, changed the Exec line from Exec="/opt/phpstorm/bin/phpstorm.sh" %f to Exec=env WEBIDE_JDK=/usr/lib/jvm/java-8-openjdk "/opt/phpstorm/bin/phpstorm.sh" %f logged out and back in (GNOME wouldn't pick up the new desktop file otherwise) and Bob's your uncle. No more ugly fonts. This fix should persist through updates.