Skip to content

Commit ce269fd

Browse files
committed
Update to PHP 7.1.
1 parent 8c775ed commit ce269fd

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Extensions
2-
extension_dir = "./"
2+
extension_dir = "ext/"
33
extension=php_curl.dll
44
extension=php_gd2.dll
55
extension=php_mysql.dll

0 commit comments

Comments
 (0)