opulencephp / Opulence Public
1.2
Commits on Feb 20, 2022
-
-
-
-
-
Fixed bug with spaces in PHP binary path, updated method signatures t… (
#134) * Fixed bug with spaces in PHP binary path, updated method signatures to work with PHP 8.1, added CI support for PHP 8.1 Fixed #96 * Switched to using GitHub Actions * Added Memcached to CI * Marked some tests as skipped because of an error with Memcached in PHP 8 that prevent proper mocking * Trying to get unit tests working again * Added verbose flag to unit test step in CI * Skipped broken Memcached tests * Skipped another broken test
Commits on Mar 22, 2021
Commits on Mar 21, 2021
-
Fix type error SessionHandlerInterface::open(): Argument #1 ($path) m…
…ust be of type string (#133) Co-authored-by: David Young <dbyoung2@gmail.com>
-
Replace abandoned library jeremeamia/superclosure with recommended op…
…is/closure (#132) * Replace abandoned library jeremeamia/superclosure with recommended opis/closure * Review fixes
Commits on Mar 16, 2021
-
Initial efforts for PHP8 support (#131)
* Drop support for PHP 7.1, 7.2, add 8.0 * PHPUnit 9.x update * Improve ReflectionHelper and tests Co-authored-by: David Young <dbyoung2@gmail.com>
Commits on Mar 15, 2021
-
Cutting branch for 1.2 release, updated copyright years, updated some…
… Composer dependencies
Commits on Mar 7, 2021
Commits on Apr 5, 2020
Commits on Jan 15, 2020
-
-
Add option to validate non-required fields with empty value (#126)
* Add option to validate non-required fields with empty value * Add validateEmptyFields property to Rules (Code review fix)
Commits on Dec 29, 2019
Commits on Dec 28, 2019
Commits on Dec 14, 2019
Commits on Nov 19, 2019
-
-
Primary key for migrations (#122)
* Primary key for migrations * Apply suggestions from code review Co-Authored-By: David Young <dbyoung2@gmail.com> * Code review fixes * Testing PostgreSQL
Commits on Oct 31, 2019
-
-
* Fixes for PhanTypeMissingReturn warnings * Fixes for PhanTypeSuspiciousStringExpression warnings * Fixes for PhanUndeclaredMethod warnings * Fixes for PhanUnextractableAnnotationElementName warnings * Fixes for PhanCommentParamWithoutRealParam warnings * Fixes for PhanMismatchVariadicParam warnings * Fixes for PhanPossiblyNullTypeMismatchProperty warnings * Fixes for PhanTypeMismatch* warnings * Fix for PhanTypeNonVarPassByRef warning * Fix for PhanUnextractableAnnotation warning * Code review fixes
Commits on Oct 30, 2019
-
* Fix for PhanInvalidCommentForDeclarationType warnings * Fix for PhanCommentParamWithoutRealParam warnings * Fix for PhanParamSignature* warnings * Fix for PhanParamTooMany warnings * Fix for PhanTypeArraySuspicious* warnings * Fix for PhanTypeMismatchDeclaredParam warnings * Fix for PhanTypeMismatchReturn warnings * Revert "Fix for PhanTypeArraySuspicious* warnings" This reverts commit 807ed19. * Fixes for some of the PhanTypeArraySuspicious* warnings * @Suppress annotations removed * Fixing missed review comment
Commits on Oct 27, 2019
Commits on Oct 24, 2019
Commits on Oct 9, 2019
Commits on Oct 6, 2019
-
* Improve migration error handling * Code review fixes * Remove StatementException
Commits on Aug 15, 2019
Commits on Aug 14, 2019
Commits on Mar 3, 2019
-
Added IBootstrapperRegistry::registerBootstrapper(), which simplifies…
… registering bootstrappers, deprecated some methods that are now less useful
Commits on Feb 16, 2019
-
Fixed bug that prevented CSRF checks from working when manually setti…
…ng the request method