Skip to content

Commit

Permalink
Binaries cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgerXP committed Dec 23, 2017
1 parent c6cec80 commit 47bd240
Show file tree
Hide file tree
Showing 65 changed files with 4,580 additions and 6 deletions.
31 changes: 25 additions & 6 deletions README.md
Expand Up @@ -6,31 +6,40 @@ https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.8.1/

To install:

1. Overwrite the `php` folder of your XAMPP with the contents of the `php` folder from `downloads\php4xampp-x86-bin.zip`.
2. You may need to install Visual C++ 2012 redistributable. The archive includes x86 redist. x64 redist is available from microsoft.com.
3. This build bundles all supported extensions except for `curl` and `fileinfo` so comment out all `extension=xxx` lines in `php\php.ini` except for these two.
1. Overwrite the `php` folder of your XAMPP with the contents of the corresponding folder in `release\` (typically `release\x86\`).
2. Install Visual C++ 2012 redistributable, if required. You can get it from `downloads\`.
3. This build bundles all supported extensions except for `curl`, `fileinfo` and `xdebug` (also ported to XP) so comment out all `extension=xxx` lines in `php.ini` except for these.

## php -v

```
PHP 5.6.24 (cli) (built: Oct 6 2016 08:55:15)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
```

Compilation | settings
----------------|--------------------------
Build type | Release
Thread safety | yes
Compiler | MSVC11 (Visual C++ 2012)
Architecture | x86
Optimization | PGO disabled
Static analyzer | disabled

## Extensions

```
bz2
calendar
Core
ctype
curl
[curl]
date
dom
ereg
exif
fileinfo
[fileinfo]
filter
gd
gettext
Expand Down Expand Up @@ -60,6 +69,7 @@ SPL
sqlite3
standard
tokenizer
[xdebug]
xml
xmlreader
xmlrpc
Expand All @@ -68,3 +78,12 @@ zip
zlib
```

### --with-xdebug
In case it's useful to somebody, `release\php4xampp-xdebug.zip` is a build of PHP (x86) with statically linked XDebug (`--with-xdebug` option). It should work the same way as the separate DLL.

## Enabled SAPIs

```
apache2_4handler
cli
```
Binary file removed release/php-5.6.24-xp-x64-bin.zip
Binary file not shown.
Binary file removed release/php-5.6.24-xp-x86-bin.zip
Binary file not shown.
Binary file added release/x64/ext/php_curl.dll
Binary file not shown.
Binary file added release/x64/ext/php_fileinfo.dll
Binary file not shown.
Binary file added release/x64/libeay32.dll
Binary file not shown.
Binary file added release/x64/libpq.dll
Binary file not shown.
Binary file added release/x64/php.exe
Binary file not shown.
Binary file added release/x64/php5apache2_4.dll
Binary file not shown.
Binary file not shown.

0 comments on commit 47bd240

Please sign in to comment.