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

Add zend_function wrapper, try_call_method zval/object methods #264

Merged
merged 35 commits into from
Oct 10, 2023

Commits on Jun 19, 2023

  1. Add async support

    danog committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    cc50781 View commit details
    Browse the repository at this point in the history
  2. Update

    danog committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    10d3c50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2088fad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fb905a View commit details
    Browse the repository at this point in the history
  5. Fix option args

    danog committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    07ce829 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Refactoring

    danog committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    751d4f4 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    danog committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ee5c3e1 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    danog committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ab55a49 View commit details
    Browse the repository at this point in the history
  4. Improvement

    danog committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    33f9d6e View commit details
    Browse the repository at this point in the history
  5. Cleanup

    danog committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e0ae481 View commit details
    Browse the repository at this point in the history
  6. Fixes

    danog committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    064ef74 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    danog committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ae2bd55 View commit details
    Browse the repository at this point in the history
  8. Cleanup

    danog committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c517931 View commit details
    Browse the repository at this point in the history
  9. Further cleanup

    danog committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6657223 View commit details
    Browse the repository at this point in the history
  10. Performance trick

    danog committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ca2bc9a View commit details
    Browse the repository at this point in the history
  11. Remove redundant fclose

    danog committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8514614 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Small fix

    danog committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e658ce8 View commit details
    Browse the repository at this point in the history
  2. Simplify

    danog committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    eda544c View commit details
    Browse the repository at this point in the history
  3. Fix class construction

    danog committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ab2af45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8c1df0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Cleanup

    danog committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4cd4a20 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Cleanup

    danog committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    725dfec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    253255b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f669891 View commit details
    Browse the repository at this point in the history
  4. Update docs

    danog committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    4b82171 View commit details
    Browse the repository at this point in the history
  5. Fixes

    danog committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    714b155 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Fix

    danog committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c87c0dc View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Cargo fmt

    danog committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    891fa4a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Update bindings

    danog committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e1672be View commit details
    Browse the repository at this point in the history
  2. Fix

    danog committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e820b24 View commit details
    Browse the repository at this point in the history
  3. Fix

    danog committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    85836da View commit details
    Browse the repository at this point in the history
  4. Update

    danog committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a4e3485 View commit details
    Browse the repository at this point in the history
  5. fmt

    danog committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0773d72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1a5260 View commit details
    Browse the repository at this point in the history
  7. Fmt

    danog committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4f1565f View commit details
    Browse the repository at this point in the history