Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 7 support, updated against develop #654

Closed
wants to merge 28 commits into from
Closed

PHP 7 support, updated against develop #654

wants to merge 28 commits into from

Commits on Sep 2, 2015

  1. Copy the full SHA
    77e6200 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    97fcfe6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2015

  1. Copy the full SHA
    e2407ca View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4e00df6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9221ca4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2015

  1. Copy the full SHA
    771bd3d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2bf8241 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6b3e773 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2015

  1. * retab, some files had tabs instead of 4 spaces

    * When converting zval from heap -> stack allocation some frees were left, causing invalid frees on stack values
    * zend_parse* was use int instead of size_t when consuming strings, causing undefined behavior
    Sean-Der committed Sep 6, 2015
    Copy the full SHA
    c687a51 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f30b7fd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cbdf65a View commit details
    Browse the repository at this point in the history
  4. Fix config,w32

    The 'no' in line 3 is needed to make the extension shared on a snapshot build. The omission at line 25 was really curious.
    Jan-E authored and Sean-Der committed Sep 6, 2015
    Copy the full SHA
    495d308 View commit details
    Browse the repository at this point in the history
  5. Fix sources in config.w32

    Jan-E authored and Sean-Der committed Sep 6, 2015
    Copy the full SHA
    c9e0b68 View commit details
    Browse the repository at this point in the history
  6. Another MAKE_STD_ZVAL

    Jan-E authored and Sean-Der committed Sep 6, 2015
    Copy the full SHA
    9c2cdc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2015

  1. * Finish int -> size_t move

    * Fix a few cases where operations were performed on un-initalized stack values
    Sean-Der committed Sep 7, 2015
    Copy the full SHA
    33bb629 View commit details
    Browse the repository at this point in the history
  2. redis_set_cmd when iterating over the arguments array improperly chec…

    …ked key value (when handling the non-string key case) instead of the value
    Sean-Der committed Sep 7, 2015
    Copy the full SHA
    9ff8f49 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. * off-by-one in hash iteration when dealing with string keys from cha…

    …r+int -> zend_string
    
    * emalloc -> safe_emalloc
    * dump cmd used redis_ping_response, instead of the proper redis_string_response
    Sean-Der committed Sep 8, 2015
    Copy the full SHA
    9d51c89 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9cb9d07 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f2711e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2015

  1. Copy the full SHA
    314a2c3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    659ea2a View commit details
    Browse the repository at this point in the history
  3. Improve (another) get exception base

    Jan-E authored and Sean-Der committed Sep 9, 2015
    Copy the full SHA
    bd15fab View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    daa4d9f View commit details
    Browse the repository at this point in the history
  5. Fix incompatible types

    Jan-E authored and Sean-Der committed Sep 9, 2015
    Copy the full SHA
    4d66e3d View commit details
    Browse the repository at this point in the history
  6. Fix signed/unsigned mismatch

    Jan-E authored and Sean-Der committed Sep 9, 2015
    Copy the full SHA
    2ee2b2a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8a69126 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2015

  1. Copy the full SHA
    2503507 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ad64063 View commit details
    Browse the repository at this point in the history