Tue Apr 25, 2023 11:02 am |
Replies: 9 |
Views: 6800 |
|
|
>> No no, it's not the installer lost any settings, it's a different installer.
Apologies, I am an idiot.
I can confirm that in 20033 the "Debug It" context menu item works corre ...
|
Tue Apr 25, 2023 5:06 am |
Replies: 9 |
Views: 6800 |
|
|
The 20033 installer seems to have lost all my settings. It tries to install to C:\Program Files (x86)\NuSphere\PhpED rather than C:\Program Files\NuSphere\PhpED and offers me the full set of options r ...
|
Tue Apr 25, 2023 4:57 am |
Replies: 9 |
Views: 6800 |
|
|
I didn't know 20033 had been released (I didn't receive a notification and its not in my spam folder).
I'll try it today.
|
Sun Apr 23, 2023 7:04 am |
Replies: 9 |
Views: 6800 |
|
|
Thanks for the very prompt response. Using PhpED 20032 / dbg 11.0.24:
- When running all tests, the Test Suite executes (PHPUnit reports the result) and the tests are green with "status: passe ...
|
Thu Apr 20, 2023 7:01 am |
Replies: 9 |
Views: 6800 |
|
|
I have tried to report this via the contact form as a bug on three occasions, but I have never received a confirmation email.
Windows 11 Home,version 22H2
PhpEd 20 Professional (Build 20030 64bit) ...
|
Sun Jun 15, 2014 5:26 am |
Replies: 8 |
Views: 46726 |
|
|
getenv returns either a string containing the environment variable value or FALSE.
So this is fine:
if (!$path = getenv('COMPOSER_HOME')) {
$path = getenv(' ...
|
Tue Jun 10, 2014 8:10 am |
Replies: 8 |
Views: 46726 |
|
|
As of December 2014, PhpUnit will no longer be available via PEAR, since the channel is closing. The preferred installation method is either downloading a phar or using Composer. Until PhpEd introduce ...
|