1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 12:00:09 +02:00
Commit Graph

52 Commits

Author SHA1 Message Date
bc8a572072 ♻️ Menu refactor 2020-05-16 23:55:04 +02:00
1c455ea05a ♻️ Use Localizable.strings 2020-05-16 23:32:34 +02:00
f2d01748be ♻️ Change default shell for commands, cleanup files
The shell that is now invoked is /bin/sh as opposed to /bin/bash, which
has proven to be faster in various cases.
2020-05-16 23:06:52 +02:00
55e849c21b Various fixes and improvements
- Prevent crashes with incorrectly loading modules
- Prevent crashes when dyld libraries are missing
- Indicate when the PHP installation is broken
- New warning added at boot (multiple services)
- Added "Force load latest PHP version" option

It is known that PHP 5.6, 7.0 and 7.1 are causing issues with the
newer versions of certain libraries ("dyld library" warning).

It is recommended to only use PHP 7.2, PHP 7.3 and PHP 7.4 for a minimal
amount of issues. Otherwise, there are certain fixes that are possible
but they are not supported via PHP Monitor since they require manual
formula changes.

For more information, see:
https://github.com/eXolnet/homebrew-deprecated/issues/23#issuecomment-619976586
2020-05-13 17:26:00 +02:00
67e80aac8d Add option to restart nginx, open valet config 2020-02-20 17:24:21 +01:00
e683b6bc9a Allow restarting of PHP-FPM 2020-02-20 16:12:38 +01:00
e854ebe114 📝 Update copyright message 2020-02-20 11:58:16 +01:00
cbf5526881 ♻️ Change how the active PHP version is switched 2020-02-20 11:47:49 +01:00
1c62a100af 🔥 Remove broken log
(Will just log this in a file - the right way)
2019-12-20 11:54:15 +01:00
e176d6fa2d 🔧 Version bump 2019-12-20 11:48:20 +01:00
ea60626c47 🚧 WIP: Adds support to PHP 7.4
(PHP 7.4 isn't out for Homebrew just yet.)
2019-11-28 12:46:14 +01:00
69c3386088 ️ Use Command.execute to retrieve PHP version 2019-11-20 08:43:09 +01:00
3e898d435b 🚧 WIP: Add toggle to enable or disable Xdebug 2019-10-17 19:04:49 +02:00
a4dcd0cd3d 📝 Update readme 2019-10-15 10:39:42 +02:00
bb382c0f74 📝 Update readme 2019-10-14 11:14:28 +02:00
c87c532d1c 📝 Update readme for Catalina compatibility 2019-10-14 10:54:03 +02:00
b26099369f Fix text position v1.4 2019-07-15 17:31:22 +02:00
90a8e7c336 Updated margins of shell output window 2019-07-15 17:25:57 +02:00
398dad9d5e Minor cleanup, shell output window title 2019-07-15 17:23:08 +02:00
48d0878dfd 📝 Adds LICENSE 2019-07-15 17:19:51 +02:00
4ba3415bf4 ♻️ phpmon -> PHP Monitor 2019-07-15 17:14:09 +02:00
0fc7f2c905 📝 Minor tweaks, updated README v1.3 2019-07-15 08:14:51 +02:00
eebfa823f1 No more fixed width menu bar icon 2019-07-15 07:55:42 +02:00
edc23f97de 🐛 Fixes being unable to quit after setting target 2019-07-11 09:49:04 +02:00
7b79cb7fe8 ♻️ Move logic away from AppDelegate 2019-07-11 09:11:41 +02:00
88d81f343e ♻️ Move window logic to VC 2019-07-11 08:30:46 +02:00
8486997f01 🔥 Additional cleanup 2019-07-11 08:27:44 +02:00
af55e7fabc 🔥 Performance improvements, memory deallocation 2019-07-09 19:15:42 +02:00
2025c951e8 📝 Updated README 2019-07-09 18:39:52 +02:00
a71c6afc0d ♻️ Rework Shell as singleton, logging 2019-07-09 18:33:48 +02:00
1bfcdd546b 🐛 Fixes #3: Bad Gateway caused by valet use
Note: The terminal output work-in-progress is currently disabled in this
particular commit.
v1.2
2019-07-08 10:43:56 +02:00
78702ae325 🚧 Adds window to view terminal output 2019-07-08 08:40:29 +02:00
22c173c2c6 📝 Adds screenshot to README v1.1 2019-07-03 19:22:57 +02:00
593ac60cae 📝 Update README 2019-07-03 19:16:18 +02:00
cea95f4b64 Code cleanup 2019-07-03 19:13:02 +02:00
9427b206b4 Project structure changes, version change 2019-07-03 19:07:04 +02:00
ff6ca2b79d 🚧 WIP: Boot check changes 2019-07-01 13:58:56 +02:00
8de76dc95a 🚨 Cleanup 2019-07-01 13:46:02 +02:00
5b319d2691 🔧 Tweaked order of versions
The latest version is now visible at the top.
2019-07-01 13:31:14 +02:00
76390a687f 📝 Updated README 2019-07-01 13:30:13 +02:00
fde7ea710b 🍱 Fixed icon asset (woops) v1.0 2019-06-13 09:19:00 +02:00
821f43af76 Fixes comment about removed ducky 2019-06-12 19:49:07 +02:00
e5de6b6e59 Front-most about window 2019-06-12 19:46:02 +02:00
e6469a125a Adds icon, async changes, fixes 2019-06-12 19:43:43 +02:00
26d62af961 Fix issue with $PATH, adds boot checks 2019-06-12 18:34:03 +02:00
6a2576c390 🔥 Remove logging again 2019-06-11 22:09:29 +02:00
1e2b43ca31 Add logging 2019-06-11 22:01:22 +02:00
b8902d5bfd Switch PHP version in the background 2019-06-11 20:56:41 +02:00
5020432bd2 Switch PHP versions (on the main thread) 2019-06-11 20:45:06 +02:00
a6d84e196f Also check nginx & MySQL status 2019-06-11 20:06:41 +02:00