Wed Apr 26, 2023 1:17 pm |
Replies: 1 |
Views: 631 |
|
 |
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: 3786 |
|
 |
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: 595 |
|
 |
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: 3786 |
|
 |
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: 3367 |
|
 |
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: 3362 |
|
 |
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: 3362 |
|
 |
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: 3367 |
|
 |
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: 2629 |
|
 |
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 ...
|
Tue Jan 22, 2019 1:39 pm |
Replies: 2 |
Views: 2082 |
|
 |
I did that, but it has no effect on the files that appear in the center of the screen when I first open the program.
UPDATE: I did that before and there was no change. But when I do it today, it wo ...
|
Wed Jan 16, 2019 6:18 pm |
Replies: 2 |
Views: 2082 |
|
 |
My list of recent files doesn't update when I add new files. How do I clear the list of Recent Files on the opening screen?
|
Thu Sep 27, 2018 2:34 pm |
Replies: 6 |
Views: 3367 |
|
 |
When I try to set up a new COM object in phpED I get the above message.
But when I run the same script using XAMPP and localhost, it works. So I know my .dll is registered.
What must I do to get ...
|