Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: splitbrain/php-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: treehousetim/php-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 11 files changed
  • 2 contributors

Commits on Oct 15, 2019

  1. Update README.md

    treehousetim authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    5cb718a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    c21755f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. add the ability to pass an array of commands to registerOption

    move phpunit to version 6 to get ->expectException in tests
    
    change the suffix in phpunit.xml to enable easier renaming to disable a test file temporarily
    
    add the ability to pass an array of commands to registerOption
    
    add tests
    
    add command example to the bottom of the main readme
    Tim committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    10b0657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    339069e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. remove proc_open for tput cols command

    For whatever reason, this is not working on bash on my mac.  tput cols does.  I've replaced this with a shell_exec call.  If tput returns nonsense or an error, it will return 80 as a sane default
    Tim committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    dd119e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. bug fix for 7.1 and > for table formatter

    fix bug found by unit testing on php 7.1 and >
    
    "A non well formed numeric value encountered"
    Tim committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    fe7c8ec View commit details
    Browse the repository at this point in the history
Loading