Skip to content

Commit 1de1eaf

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 13bc3f3 + 91c87aa commit 1de1eaf

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ A PHP code writer, reader and execution app.
1414

1515
The app for php built with php. Write and execute any php code in seconds. No need for xampp, wampp and browser. The app also supports Laravel codes. Currently, the app works only on Windows OS.
1616

17+
# Missing VCRUNTIME140.dll fixing
18+
<img src="https://ugetfix.com/wp-content/uploads/articles/askit/vcruntime140-dll-is-missing-error-windows_en.jpg"/>
19+
We have noticed that PHP Console failed to load because there was a missing .dll file from some user's PC. Here is a guide to help you out.
20+
21+
### Recommendations
22+
If you encountered missing .dll file as shown above, we recommend reinstalling the Visual C++ Redistributable for Visual Studio 2015 to fix the missing VCRUNTIME140.dll error. It is important to follow official Microsoft guidelines and install the missing files properly, otherwise, you will have to struggle with each corrupted program separately, which you clearly do not want to happen.
23+
24+
### Get .dll File for your PC
25+
If your PC runs on 32-bits download the 32-bits file but if 64-bits, download the 64-bits file. After which, you are good to go.
26+
27+
<p><a href="https://download.microsoft.com/download/0/6/4/064F84EA-D1DB-4EAA-9A5C-CC2F0FF6A638/vc_redist.x64.exe">vc_redist.x64.exe(64-bits) - <b>14.3MB</b></a></p>
28+
<p><a href="https://download.microsoft.com/download/0/6/4/064F84EA-D1DB-4EAA-9A5C-CC2F0FF6A638/vc_redist.x86.exe">vc_redist.x86.exe(32-bits) - <b>13.5MB</b></a></p>
29+
1730
# Quick Shortcuts
1831
PHPC have a number of shortcuts but here are quick once. Press ALT + K to see all shortcuts.
1932
```vim

docs/demo.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
echo "me";

0 commit comments

Comments
 (0)