We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c775ed commit ce269fdCopy full SHA for ce269fd
phpdesktop-chrome57/php/!README.txt
@@ -1,6 +1 @@
1
PHP binaries downloaded from windows.php.net.
2
-
3
-Extensions were moved from ext/ directory to the root directory
4
-to fix problem with loading extensions on Windows XP, see
5
-Issue 34 in PHP Desktop:
6
- https://code.google.com/p/phpdesktop/issues/detail?id=34
phpdesktop-chrome57/php/php.ini
@@ -1,5 +1,5 @@
; Extensions
-extension_dir = "./"
+extension_dir = "ext/"
extension=php_curl.dll
extension=php_gd2.dll
extension=php_mysql.dll
0 commit comments