-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix APCU_BC pecl extension generating errors upon install (#401)
* Fix APCU_BC generating errors * Add upgrade file due to non-BC change -------------------- Remove APCU_BC due to it generating errors. PECL `APC` now supports PHP 7.0+ as of version 5.1.0. https://pecl.php.net/package/APCu
- Loading branch information
Showing
2 changed files
with
16 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
UPGRADE FROM 1.0.x to 2.0 | ||
======================= | ||
|
||
### APCU_BC install | ||
|
||
* Due to issues with the `apcu_bc` pecl extension install and [growing support for PHP 7.0+](https://pecl.php.net/package/APCu) | ||
within the `apcu` pecl extension, deprecate the use of `apcu_bc`. To ensure new `apcu` install | ||
do the following for every PHP version installed: | ||
|
||
* Uninstall your pecl installed apcu extensions `pecl uninstall apcu && pecl uninstall apcu_bc` | ||
|
||
* Remove the `apcu.so` and `apc.so` extensions from `/usr/local/etc/valet-php/<version>/php.ini` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters