<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://pflebit.de/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>PflebIT - Pflegeinformatik in der Praxis - kb:s:0206:faq:php</title>
        <description></description>
        <link>https://pflebit.de/</link>
        <lastBuildDate>Sun, 31 May 2026 10:15:47 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://pflebit.de/lib/exe/fetch.php?media=wiki:logo.png</url>
            <title>PflebIT - Pflegeinformatik in der Praxis</title>
            <link>https://pflebit.de/</link>
        </image>
        <item>
            <title>Pfad für PHP-Nutzung korrekt einrichten</title>
            <link>https://pflebit.de/doku.php?id=kb:s:0206:faq:php:pfad_fuer_php-nutzung_korrekt_einrichten</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;pfad_fuer_php-nutzung_korrekt_einrichten&quot;&gt;Pfad für PHP-Nutzung korrekt einrichten&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;em class=&quot;u&quot;&gt;Problem:&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
Ich möchte eine PHP-Umgebung mit CodeIgniter nutzen.
&lt;/p&gt;

&lt;p&gt;
In Visual Studio erhalte ich eine Fehlermeldung, dass der Pfad zu PHP nicht existiert.
&lt;/p&gt;

&lt;p&gt;
Wie muss ich vorgehen?
&lt;/p&gt;

&lt;p&gt;
&lt;em class=&quot;u&quot;&gt;Lösung:&lt;/em&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; File &amp;gt; Preferences &amp;gt; Settings&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; dann im Baum „Extensions &amp;gt; PHP&amp;gt; Validate: Executable Path“ auswählen und „Eidt in settings.json“ öffnen&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; dort den Pfad eingeben (unbedingt mit Vorwärts-Slash-Zeichen - nicht rückwärts)&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;pre class=&quot;code&quot;&gt;{
    &amp;quot;php.validate.executablePath&amp;quot;: &amp;quot;c:/xampp/php/php.exe&amp;quot;
}&lt;/pre&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Danach Visual Studio neu starten.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 24 Nov 2025 09:27:59 +0000</pubDate>
        </item>
    </channel>
</rss>
