Skip to content
Permalink
1.2
Switch branches/tags

Commits on Feb 20, 2022

  1. Fixed name of ssh key

    davidbyoung committed Feb 20, 2022
  2. 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
    davidbyoung committed Feb 20, 2022

Commits on Mar 22, 2021

Commits on Mar 21, 2021

  1. Fix type error SessionHandlerInterface::open(): Argument #1 ($path) m…

    …ust be of type string (#133)
    
    Co-authored-by: David Young <dbyoung2@gmail.com>
    peteraba and davidbyoung committed Mar 21, 2021
  2. Replace abandoned library jeremeamia/superclosure with recommended op…

    …is/closure (#132)
    
    * Replace abandoned library jeremeamia/superclosure with recommended opis/closure
    
    * Review fixes
    peteraba committed Mar 21, 2021

Commits on Mar 16, 2021

  1. 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>
    peteraba and davidbyoung committed Mar 16, 2021

Commits on Mar 15, 2021

Commits on Mar 7, 2021

Commits on Apr 5, 2020

Commits on Jan 15, 2020

  1. Updated CHANGELOG

    davidbyoung committed Jan 15, 2020
  2. 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)
    peteraba authored and davidbyoung committed Jan 15, 2020

Commits on Dec 29, 2019

  1. Updated v1.1.11 changelog

    davidbyoung committed Dec 29, 2019

Commits on Dec 28, 2019

  1. Add Expression functionality (#125)

    peteraba authored and davidbyoung committed Dec 28, 2019

Commits on Nov 19, 2019

  1. Updated changelog

    davidbyoung committed Nov 19, 2019
  2. 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
    peteraba authored and davidbyoung committed Nov 19, 2019

Commits on Oct 31, 2019

  1. phan fixes 3 (#117)

    * 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
    peteraba authored and davidbyoung committed Oct 31, 2019

Commits on Oct 30, 2019

  1. phan fixes 2 (#116)

    * 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
    peteraba authored and davidbyoung committed Oct 30, 2019

Commits on Oct 9, 2019

  1. Fixed typo

    davidbyoung committed Oct 9, 2019

Commits on Oct 6, 2019

  1. Migration errors (#110)

    * Improve migration error handling
    
    * Code review fixes
    
    * Remove StatementException
    peteraba authored and davidbyoung committed Oct 6, 2019

Commits on Aug 15, 2019

  1. Each polyfill in Lexer (#111)

    peteraba authored and davidbyoung committed Aug 15, 2019

Commits on Aug 14, 2019

Commits on Mar 3, 2019

  1. Added IBootstrapperRegistry::registerBootstrapper(), which simplifies…

    … registering bootstrappers, deprecated some methods that are now less useful
    davidbyoung committed Mar 3, 2019

Commits on Feb 4, 2019

Older