だれよりもやる

ころちゃんの雑記

phpstormとwebstormの違い

基本的に phpstorm = webstorm + php + database support のようだ。

stackoverflow.com

よく見たら公式にも以下のように書いてあった。。

https://www.jetbrains.com/phpstorm/

PhpStorm comes with all features of WebStorm and adds full-fledged support for PHP and Databases/SQL

2017/02/26 追記

rubymineとwebstormの違いも同様で、rubymineにはwebstormの機能は含まれている。

"CRITICAL_STRUCTURE_CORRUPTION"でブルースクリーン

"CRITICAL_STRUCTURE_CORRUPTION"で久しぶりのブルースクリーンを見た。

Windows8.1 + Intel HAXMの環境下で発生する。 Android書くためにHAXM入れていじってるところでした。

症状と解決法は以下と同じ。

http://stackoverflow.com/questions/19600384/critical-structure-corruption-bsod-windows-8-1-with-intel-haxm-android-emulator

既にインストールされているHAXMをアンインストールしてから以下のパッチを当てればOK。

http://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager-end-user-license-agreement-windows-hotfix

とりあえずこれで様子見。