A super easy PHP Framework for web development!
https://github.com/exacti/phacil-framework
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 KiB
14 KiB
7.1.2
"Rust-weak"
12 august 2021
- Global
- Docs
- Fixed vulnerability issue that cause exposed phpinfo() in some situations (@geolim4)
- Drivers
7.1.1
"Rust-out"
24 april 2020
- Drivers
- Fixed #716 // TypeError in lib/Phpfastcache/Drivers/Cookie/Driver.php (@motikan2010)
- Fixed #733 // Removing path check in Redis driver before auth. (@gillytech)
- Helpers
- Misc
7.1.0
"Wake the rust"
15 september 2019
-
Drivers
- Fixed #692 // MongoDB driver DNS seedlist format (@Geolim4)
- Fixed #679 // TLS connexion for (P)Redis (@Geolim4)
- Fixed #689 // (P)redis persistent / pooled connections (@Geolim4)
- Fixed #680 // APC driverClear fails (@Geolim4)
- Fixed #699 // Fatal type error with ssdb-server >1.9.7 (@dmz86)
- Fixed #694 // Files driver rare bug (@Geolim4)
-
Helpers
- Fixed #700 // Psr16Adapter::deleteMultiple/getMultiple converts $keys to an array (@bylexus)
- Fixed #685 // Minor bug - fatal error in psr16 adapter if an exception is thrown (@MaximilianKresse)
-
Global
-
Misc
7.0.5
"Rusted"
3 march 2019
- Drivers
- Global
- Fix composer package name should be all lowercase (@jfcherng)
- Misc
- Updated Mongodb\Config docs (@mikepsinn)
- Fixed "Files" example in docs (@hriziya)
7.0.4
"Rust-in"
22 december 2018
- Core
- Drivers
- Adds drivers options parameter when building Mongo DB client (@vainj)
- Misc
- Fixes PHPdoc issues (@vainj)
7.0.3
"Rust is part of beauty after all !"
5 september 2018
- Core
- Drivers
- Misc
- Fixed #637 // Corrupted badges on Github readme pages
7.0.2
"Rust is getting some gold !"
23 july 2018
- Core
- Added more Opcache/Type hint optimizations (@Geolim4)
- Drivers
- Implemented #627 // Redis/Predis "prefix" option (@Geolim4)
- Fixed bug in Apcu driver with abstract getStats() method (@afdaniele)
- Added Mongodb cluster support and uri options (@UnRyongPark)
- Misc
7.0.1
"Gold is getting some rust !"
22 june 2018
- Global
- Updated php constraint to be more reliable over the years (@Geolim4)
- Core
- Fixed possible notice in some contexts (@Geolim4)
- Drivers
- Misc
7.0.0
"We found gold !"
27 may 2018
- Global
- Core
- Updated some left functions/constants namespaces that were still not absolute (@Geolim4)
- Autoload: Isolated PFC_* constant in their own namespace to not pollute php's root namespace (@Geolim4)
- Added new exception interface
Phpfastcache\Exceptions\PhpfastcacheExceptionInterface
that will handle all Phpfastcache-related exceptions (@Geolim4) - Updated CacheManager code by splitting some portions of code into different methods (@Geolim4)
- Drivers
- Upgraded Couchbase to PHP SDK 2.4 as per #599 (@git-webmaster, @Geolim4)
- Added Couchbase SDK update notice to migration guide (@Geolim4)
- Tests
- Misc
- Added Anton (@git-webmaster) to our "hall of fame" (@Geolim4)
- Added "ext-couchbase" suggestion
- Updated every annotations/comments/documentation links from HTTP to HTTPS (if available) (@Geolim4)
7.0.0-rc4
15 may 2018
- Core
- Added "defaultFileNameHashFunction" option (@Geolim4)
- Drivers
- Tests
- Misc
- Added doc for redis and predis client options (@Geolim4)
7.0.0-rc3
9 may 2018
- Core
7.0.0-rc2
8 may 2018
- Global
- More Opcache optimizations (@Geolim4)
- Core
- Updated EventManager now MUST implement
Phpfastcache\Event\EventInterface
(@Geolim4) - Upgraded API version from 2.0.2 to 2.0.3 (@Geolim4)
- Fixed namespace issue on EventManager (@Cyperghost)
- Updated EventManager now MUST implement
- Helpers
- Misc
- Updated Readme (@Geolim4)
7.0.0-rc
8 april 2018
- Global
- Added "custom driver" and "override core driver" features (@Geolim4)
- Updated & completely reworked Mongodb driver (@ylorant)
- Deprecated custom namespace feature in favor of the new feature above (@Geolim4)
- Deprecated
$this->getConfigOption($optionName)
for$this->geConfig()->getOptionName()
(@Geolim4) - Deprecated
$this->getConfig()->getOption($optionName)
for$this->geConfig()->getOptionName()
(@Geolim4)
- Core
- Drivers
- Improved "Auto" driver context with tests, new interface method and additional checks (@Geolim4)
- Helpers
- Added "NOTE" method to testHelper (@Geolim4)
- Utils
- Removed unused Util "Languages" (@Geolim4)
- Tests
- Misc
7.0.0-beta3
17 march 2018
- Global
- Core
- Capitalized Phpfastcache classe names (@Geolim4) Please read carefully the migration guide (MigratingFromV6ToV7.md).
- Added CacheManager::getDriverList() (@Geolim4)
- Updated strictly return type hints in CacheManager (@Geolim4)
- Deprecated CacheManager::getStaticAllDrivers() (@Geolim4)
- Deprecated CacheManager::getStaticSystemDrivers() (@Geolim4)
- Deprecated configuration option "ignoreSymfonyNotice" (@Geolim4)
- Added PhpfastcacheUnsupportedOperationException exception (@Geolim4)
- Drivers
- Configuration
- Helpers
- Utils
- Tests
- Misc
- Added deprecation section in migrating guide
- Moved API changelog to a standalone file
- Professionalized a bit more the README
- Removed lib/Phpfastcache/.htaccess that does no longer belong in its place
- Added .gitattributes file
7.0.0-beta2
4 march 2018
- Core
- Added new ConfigurationOption object syntax (@Geolim4). Please read carefully the migration guide (MigratingFromV6ToV7.md).
- Drivers
- Helpers
- Added exception catcher to to test Helper to FAIL or SKIP depending the exception (@Geolim4)
- Tests
- Fixed nightly build that sometimes fails with Memcache
7.0.0-beta
30 january 2018
- Global
- Drivers
- Helpers
- Updated test helper and API to add the git version (if available) (@Geolim4)
- Tests
7.0.0-alpha3
15 december 2017
- Global
- Core
- Drivers
- Helpers
- Tests
7.0.0-alpha2
10 november 2017
- Global
- Fixed some typo on CREDITS.md (@geolim4)
- Added Strict types support (@geolim4)
- Added grouped namespaces (@geolim4)
- Added VersionEye mention to credits (@geolim4)
- Added OPTIONS.md (@geolim4)
- Removed VersionEye badge 😭 (@geolim4)
- Improved our fabulous API class to add the changelog/PhpFastCache version support (@geolim4)
- Updated readme to add php7 strict types mention (@geolim4)
- Updated EVENTS.md @geolim4)
- Update withoutComposer.php (@Abs)
- Updated CREDITS.txt to markdown file (@geolim4)
- Core
- Drivers
- Tests
7.0.0-alpha
18 october 2017
- Global
- Added php7 type hint support. Strict type support is coming in next alphas
- Added changelog as requested by @rdecourtney in #517
- Added
phpFastCacheInstanceNotFoundException
exception
- Drivers
- Added Riak driver
- Fixed wrong type hint returned by Predis
- Cache Manager
- Added custom Instance ID feature as requested in #477
- Helpers
- Modified ActOnAll helper behavior, this helper now returns an array of driver returns and does no longer implements
ExtendedCacheItemPoolInterface
- Modified ActOnAll helper behavior, this helper now returns an array of driver returns and does no longer implements
7.0.0-dev
01 october 2017
- Initialized v7 development