-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added PHP 8.1.30 and 8.3.12 configurations, extensions, and dependencies; updated release URLs and bundle release date in properties files. #43
Conversation
…dependencies; updated release URLs and bundle release date in properties files.
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
@N6REJ , PHP 8.2.24 is causing memcached to show up as "Stopped" on localhost but the service is definitely still running. No errors in the bearsampp-error.log or memcached.err.log files. |
i'm aware and have a ticket in for this. any 8.2.x newer then 8.2.19 is causing this. |
PR Type
enhancement, documentation
Description
Changes walkthrough 📝
1 files
test.bat
Add batch script for PHP version and Imagick info
test.bat
information.
8 files
php.ini.ber
Add PHP 8.2.24 configuration file
bin/php8.2.24/php.ini.ber
releases.properties
Update release URLs for new PHP versions
releases.properties
bearsampp.conf
Add configuration for PHP 8.1.30
bin/php8.1.30/bearsampp.conf
bearsampp.conf
Add configuration for PHP 8.2.24
bin/php8.2.24/bearsampp.conf
bearsampp.conf
Add configuration for PHP 8.3.12
bin/php8.3.12/bearsampp.conf
build.properties
Update bundle release date
build.properties
php.ini.ber
Addition of PHP 8.1.30 configuration file with settings
bin/php8.1.30/php.ini.ber
php.ini
configuration file for PHP version 8.1.30.limits, and session management.
curl
,gd
,intl
,mysqli
,openssl
, andpdo
.buffering, and dynamic extensions.
php.ini.ber
Added PHP 8.3.12 `php.ini` configuration file with settings
bin/php8.3.12/php.ini.ber
php.ini
configuration file for PHP 8.3.12.management.
curl
,gd
,intl
,mysqli
,openssl
, andxdebug
.production environments.
9 files
exts.properties
Add extensions for PHP 8.1.30
bin/php8.1.30/exts.properties
exts.properties
Add extensions for PHP 8.2.24
bin/php8.2.24/exts.properties
exts.properties
Add extensions for PHP 8.3.12
bin/php8.3.12/exts.properties
deps.properties
Add ImageMagick dependency for PHP 8.1.30
bin/php8.1.30/deps.properties
deps.properties
Add ImageMagick dependency for PHP 8.2.24
bin/php8.2.24/deps.properties
deps.properties
Add ImageMagick dependency for PHP 8.3.12
bin/php8.3.12/deps.properties
pear.properties
Add PEAR installation for PHP 8.1.30
bin/php8.1.30/pear.properties
pear.properties
Add PEAR installation for PHP 8.2.24
bin/php8.2.24/pear.properties
pear.properties
Add PEAR installation for PHP 8.3.12
bin/php8.3.12/pear.properties
3 files
README.txt
Add README for PHP 8.1.30 dependencies
bin/php8.1.30/deps/README.txt
README.txt
Add README for PHP 8.2.24 dependencies
bin/php8.2.24/deps/README.txt
README.txt
Add README for PHP 8.3.12 dependencies
bin/php8.3.12/deps/README.txt
3 files
php.ini
...
bin/php8.1.30/php.ini
...
php.ini
...
bin/php8.2.24/php.ini
...
php.ini
...
bin/php8.3.12/php.ini
...