== Downloading PHP == First you must downloa[size=10]d [/size]the newest [tt]non Thread Safe[/tt] version ffrom the [url='http://windows.php.net/download']PHP Website[/url]. When this entry was written, this was the [url='http://windows.php.net/downloads/releases/php-5.6.12-nts-Win32-VC11-x86.zip']newest version[/url] == Unpacking PHP == Unpack the downloaded .zip file to a chosen folder, for example C:/PHP == Modify the INI File == [size=10]Next you must to enter your PHP folder and rename your [tt]php.ini-production[/tt] to [tt]php.ini[/tt]. You must open this file with your text editor and replace some rows by using the following table:[/size] [table] [tr] [td]line number(*)[/td] [td]search for[/td] [td]replace with[/td] [/tr] [tr] [td]466[/td] [td]display_errors = [color=#FF0000]Off[/color][/td] [td]display_errors = [color=#008000]On[/color][/td] [/tr] [tr] [td]736[/td] [td][color=#FF0000];[/color] extension_dir = "ext"[/td] [td][color=#008000]extension_dir = "ext"[/color][/td] [/tr] [tr] [td]888[/td] [td][color=#FF0000];[/color] extension=php_mbstring.dll[/td] [td][color=#008000]extension=php_mbstring.dll[/color][/td] [/tr] [tr] [td]895[/td] [td][color=#FF0000];[/color] extension=php_pdo_mysql.dll[/td] [td][color=#008000]extension=php_pdo_mysql.dll[/color][/td] [/tr] [tr] [td]899[/td] [td][color=#FF0000];[/color] extension=php_pdo_sqlite.dll[/td] [td][color=#008000]extension=php_pdo_sqlite.dll[/color][/td] [/tr] [/table] (*) The line number can differ, which depends on the used version. The used line numbers in the table above are from the PHP-version 5.6.12 x86.
Sie betrachten gerade eine ältere Version des Eintrags. Klicken Sie hier, um zur aktuellen Version zu gelangen.