Sat Jun 15, 2024 1:15 pm |
Replies: 2 |
Views: 1915 |
|
|
>> PhpDock v2 uses system supplied IE.
>> In v3 we're planning to add optional support for Mozilla 52 and Chrome 109 -- but they will take up to hundred megabytes.
Thank you for your r ...
|
Thu Jun 13, 2024 1:25 pm |
Replies: 1 |
Views: 3517 |
|
|
I can set breakpoints and single-step through my PHP code using PhpED.
Can I set breakpoints in Javascript and single step through it using PhpED?
Thank you.
|
Thu Jun 13, 2024 12:50 pm |
Replies: 2 |
Views: 1915 |
|
|
PhpDock seems to recognize most of the CSS commands I use, but it does not seem to recognize any hover events, not does it recognize a CSS statement like: border-radius: 16px !important;
Here is a ...
|
Wed Apr 26, 2023 1:17 pm |
Replies: 6 |
Views: 8171 |
|
|
All was well with Build 20027. It started up rather quickly. But it seems like every time I install a new version, in this case Build 20032, it take 40 seconds for PhpED to start up. That's how long t ...
|
Wed Mar 15, 2023 11:44 pm |
Replies: 24 |
Views: 26590 |
|
|
I recently upgraded to v20 and it starts up as it is expected - pretty fast. So v19 got something goofed up with itself. Everything is the same in my computer (Windows Defender, and everything else). ...
|
Wed Mar 15, 2023 11:39 pm |
Replies: 1 |
Views: 5019 |
|
|
First, can I install both v19 and v20 on the same computer?
I'm finding v20 to be very difficult. I have both v20 and v19 set to run PHP v7.3.
But PhpED is acting like it is adhering to rules fo ...
|
Thu Nov 18, 2021 11:59 am |
Replies: 24 |
Views: 26590 |
|
|
It seems that v19536 Personal is so much slower starting up than previous versions. Does anyone know why?
I don't upgrade each new release so I'm not sure this situation first appeared in v19536, b ...
|
Wed Feb 17, 2021 2:24 pm |
Replies: 6 |
Views: 5209 |
|
|
I have checked everything you mentioned and it simply does not work. There is something wrong somewhere, but where? Here I am with PhpED, v19.3 and it still doesn't work, on any version v5.6, v7.3, or ...
|
Sun Mar 03, 2019 1:54 am |
Replies: 1 |
Views: 3819 |
|
|
UPDATE: I changed both "https" references to "http" and I got a message:
Moved Permanently
The document has moved here.
Then I changed the code back to "https" s ...
|
Sun Mar 03, 2019 12:46 am |
Replies: 1 |
Views: 3819 |
|
|
Here is my code:
$service_url = 'https://my_domain.org/atlas.php?city=' . $this_city . '&cntry=' . $this_state;
$curl = curl_init($service_url);
curl_setop ...
|
Tue Jan 22, 2019 7:58 pm |
Replies: 6 |
Views: 5209 |
|
|
I set up XAMPP with PHP 5.3 and the COM command works. I have PHP 5.4.45 in PhpED and COM works. When I switch {hpED to anything v5.6 or above COM does NOT work.
I downloaded XAMPP with PHP v5.6.40 ...
|
Tue Jan 22, 2019 1:44 pm |
Replies: 0 |
Views: 3700 |
|
|
How do I get the debugger to show me the message box instead of automatically ignoring further errors?
UPDATE: Do this:
Tools - Settings - Run & Debug - Settings:
bottom window frame call ...
|