https://github.com/bearsampp/modules-untouched
All modules binaries untouched from their original locations for Bearsampp project
https://github.com/bearsampp/modules-untouched
bearsampp developer-tools hacktoberfest internal php wamp
Last synced: 3 months ago
JSON representation
All modules binaries untouched from their original locations for Bearsampp project
- Host: GitHub
- URL: https://github.com/bearsampp/modules-untouched
- Owner: Bearsampp
- License: gpl-3.0
- Created: 2021-11-19T06:10:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-05T01:25:35.000Z (5 months ago)
- Last Synced: 2026-03-05T04:56:20.983Z (5 months ago)
- Topics: bearsampp, developer-tools, hacktoberfest, internal, php, wamp
- Homepage: https://bearsampp.com
- Size: 2.88 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
This a sub-repo of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving mirror of all modules binaries untouched from their original locations.
There are hosted on Github to prevent dead links.
Binaries files that are not available as archives artifacts or single file are rebuilt for bearsampp but original files are included too.
Use threadsafe packages!
Issues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).
- [Apache](#apache)
- [Bruno](#bruno)
- [Composer](#composer)
- [Ghostscript](#ghostscript)
- [Git](#git)
- [Mailpit](#mailpit)
- [MariaDB](#mariadb)
- [Memcached](#memcached)
- [MySQL](#mysql)
- [Ngrok](#ngrok)
- [Node.js](#nodejs)
- [Perl](#perl)
- [PHP](#php)
- [phpMyAdmin](#phpmyadmin)
- [phpPgAdmin](#phppgadmin2)
- [PostgreSQL](#postgresql)
- [PowerShell](#powershell)
- [Prerequisite](#Prerequisites)
- [Python](#python)
- [Ruby](#ruby)
- [Xlight](#xlight)
## Apache
No rebuild required. Available as archive artefact (zip).
* https://www.apachelounge.com/download/
* be sure to get mod_fcgid also
NOTE: Check OpenSSL version here: https://www.apachelounge.com/viewforum.php?f=1
## Bruno
*Download portable x64
*No rebuld needed.
* https://www.usebruno.com/downloads
## Composer
No rebuild required. Available as a single PHAR file.
* https://getcomposer.org/ ( windows only has .exe installer )
* https://github.com/composer/composer/releases ( preferred )
## Ghostscript
Rebuild required, only available as setup executable.
Extracted using 7zip.
* https://www.ghostscript.com/download/gsdnld.html
* https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
Remove the following before zipping...

## Git
No rebuild required. Available as portable exe (.exe).
* https://github.com/git-for-windows/git/releases
## Mailpit
No rebuild required.
* https://github.com/axllent/mailpit/releases
## MariaDB
No rebuild required. Available as archive artefact (zip).
* https://downloads.mariadb.org/mariadb/+releases/
## Memcached
Download https://github.com/Bearsampp/sandbox/releases/download/2025.2.11/memcached_download.bat and run it.
use the created .zip file.
#### NOTE: as of 2025.12.16 running "gradle release" will automatically fetch the files and create the zip as part of the build process
Windows dll's seem to be no longer being made by memcached. Use nono303's build
Do NOT confuse this with the "memcache" contained as part of php pecl package. They work together
* https://github.com/nono303/memcached
## MySQL
No rebuild required. Available as archive artefact (zip).
* https://dev.mysql.com/downloads/mysql/
## Ngrok
No rebuild required. Available as a 7z artefact.
In order to see version you must first extract the .zip then check the properties->Details section of the .exe
* https://ngrok.com/downloads/windows?tab=download
## Node.js
No rebuild required. Available as msi or 7z artefact.
* https://nodejs.org/dist/latest
## Perl
No rebuild required. Available as archive artefact (zip).
* http://strawberryperl.com/releases.html
## PHP
No rebuild required. Available as archive artefact (zip).
* [php](https://windows.php.net/download)
* [memcache](https://github.com/nono303/PHP-memcache-dll/tree/master/vs17/x64/ts)
* [xdebug](https://xdebug.org/download/historical)
* [imagemagick:](https://imagemagick.org/script/download.php#windows)
* [imagick:](https://pecl.php.net/package/imagick)
* [pear](https://pear.php.net/package/pearweb_phars/download/)
* [zip](https://pecl.php.net/package/zip)
* try [php-pecl](https://pecl.php.net/package/memcache/8.2/windows) for memcache first.
Pear requires extracting and using the "install-pear-nozlib.phar"
*all of these are required when updating php.
test imagemagick with php --ri imagick
## phpMyAdmin
No rebuild required. Available as archive artefact (zip).
* https://www.phpmyadmin.net/downloads/
## phpPgAdmin2
No rebuild required. Available as archive artefact (zip).
* https://github.com/ReimuHakurei/phpPgAdmin
## PostgreSQL
No rebuild required. Available as archive artefact (zip).
* https://www.enterprisedb.com/download-postgresql-binaries
## PowerShell
No rebuild required. Available as archive artefact (zip).
* https://github.com/PowerShell/PowerShell/releases
#### oh-my-posh
No rebuild required. Available as archive artefact for Binaries and Dependencies (zip).
* https://github.com/JanDeDobbeleer/oh-my-posh/releases
oh-my-posh theme ( Paradox - Bearsampp default )
* https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/paradox.omp.json
#### Customization guide
* https://amanek.com/better-command-line-experience-on-windows-with-conemu-clink-and-oh-my-posh/
To reset default bearsampp omp theme use
```oh-my-posh init pwsh --config https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/paradox.omp.json | Invoke-Expression```
## Prerequisites
No rebuild required. Update src.
[Latest VC](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version)
## Python
Rebuild required, only available as setup executable.
Extracted using 7zip.
* https://pypi.org/project/pywin32/#files ( Wheel )
* [https://github.com/winpython/winpython/releases ( official git )](https://winpython.github.io/)
MUST use pyqt package, which is the "slim" version.

Need to set pyqt properties to match download

unzip, move files into root, delete subfolder, rezip and upload
## Ruby
No rebuild required
* [http://rubyinstaller.org](https://rubyinstaller.org/downloads/) use 7-zip archive build
* https://rubygems.org
## Xlight
No rebuild required.
* https://www.xlightftpd.com/download.htm