1. 04 Feb, 2017 1 commit
    • Walt Sorensen's avatar
      Suspend HHVM testing due to PHP 7 mode issues · ff29d8a5
      Walt Sorensen authored
      - Suspend HHVM testing until the following items are resolved
        - HHVM PHP 7 mode issues.
          - facebook/hhvm#7626 php 7 mode not recognized by composer as PHP 7
          - facebook/hhvm#7198 type annotations on internal functions, `expects parameter 1 to be _______, null given`
          - facebook/hhvm#7544 HHVM INI settings for PHP7 mode `php 7 is not the same as php 7.1`
        - Trusty Container issues (currently beta)
          - https://github.com/travis-ci/travis-ci/issues/6842 - MySQL socket issue on Trusty beta Container (assume fixed sometime after 1Q17)
      - Add line to Force hhvm PHP 7 mode for future testing
        - HHVM fails on composer `This package requires php ^7.0 but your HHVM version does not satisfy that requirement`
        - reference for change https://docs.hhvm.com/hhvm/configuration/INI-settings#php-7-settings
      ff29d8a5
  2. 01 Feb, 2017 2 commits
    • Steve Müller's avatar
      Merge pull request #2570 from pgrau/patch-1 · f347a83c
      Steve Müller authored
      Mysqli: Allow secure connections using SSL
      f347a83c
    • Pau's avatar
      Mysqli: Allow secure connections using SSL · 78e58376
      Pau authored
      The current driver has no option to allow the usage of SSL connections on mysql. I've used the same name params as mysql client.
      An example of mysql client usage would be:
      
      mysql --ssl-ca='path_to_ca.pem' --ssl-cert='path_to_client_cert.pem' --ssl-key='path_to_client_key.pem'
      
      refactor secure connection as params
      
      remove space
      
      add space
      
      refactor secure connection
      
      rename method
      
      rename method
      
      docs: add ssl params to use in mysqli driver
      
      rename test method
      
      refactor method setSecureConnection
      
      fix bug
      
      add comment to method
      
      remove string escaping
      78e58376
  3. 27 Jan, 2017 2 commits
  4. 23 Jan, 2017 3 commits
  5. 22 Jan, 2017 1 commit
  6. 21 Jan, 2017 2 commits
  7. 20 Jan, 2017 1 commit
  8. 19 Jan, 2017 2 commits
  9. 18 Jan, 2017 5 commits
  10. 17 Jan, 2017 4 commits
  11. 16 Jan, 2017 3 commits
  12. 15 Jan, 2017 4 commits
  13. 14 Jan, 2017 6 commits
  14. 12 Jan, 2017 2 commits
  15. 07 Jan, 2017 1 commit
  16. 06 Jan, 2017 1 commit