Philip Z

- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 12
-
Edited CLI Interpreture isn't using `exec` properly: can't see xdebug
I'm trying to get a CLI interpreter setup for my project. I have a setup that dynamically adds in xdebug based on a startup ENV flag. In short, ENABLE_XDEBUG sets on startup: Entrypoint `start.sh` ... -
Created I cannot see ECS Services in list
Does anybody know why I'm not getting a list of running services within my setup? I'm trying to get debug working for a PHP site, and I don't have "Enable Cloud Debugging" as an option, as describe... -
Created Wrangling in PhpStorm's Docker run containers
As you can see from the image ... `_run_#` containers are getting a little out of hand. We get a new one every time I hit 'Run' on my unit tests. Is there anyway to stop this from happening? I've... -
Created PhpStorm stalls on "Connecting." in "Checking PhpStorm Helpers Version"
AnsweredTrying to 'Run' a Remote PHP (Vagrant) CLI command. It connects to Vagrant just fine, then pops up a window titled "Checking PhpStorm Helpers Version". It has been stuck "Connecting." for the past ... -
Edited Run/Debug CLI stopped working in 2018.1.3
Literally just updated. And Run / Debug menu at top left stopped working. I click them, and nothing happens. I was seriously just using these two for CLI development. PhpStorm Details: PhpStorm 20... -
Edited Incorrect profiler snapshot format: incorrect function parameters
AnsweredThis seems to be coming up a lot, with months or even years difference. Is there anyway to modify this error message to at least include the function (or name format) the parser is erring out on? I... -
Created "Path to Script [files,etc]" fields should allow relative paths
I modify this code on Google Drive, via two different computers, resulting in different pathing between both systems. My issue is I cannot easily run my unit tests because 'Path to script:' is abso... -
Created How do I enable autocomplete with phpunit.phar?
As you can see from this screenshot, I have phpunit.phar enabled and configured (unit tests do run). However, the IDE is unable to recongize the library for autocomplete:How do I get autocomplete /... -
Created How do I use a phpunit.xml file?
On the command line, everything works. A simple "phpunit" within my root directory reads the phpunit.xml config file and executes the tests only within the ./app/mysite/tests directory. However, sa... -
Created Is there a way to block commits?
I notice that PhpStorm would notice TODO: marks and warn you before commiting. Is there an equivelent "@nocmmit" tag I can use to outright stop a commit from happening on a file? Often, I want to g...