Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Mar 8, 2023
2 parents b50c59b + 78b3997 commit 53bc067
Show file tree
Hide file tree
Showing 24 changed files with 10,342 additions and 147 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/zend-ffi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "7.4 to 8.2 "
name: "7.4 - 8.2 "

on:
push:
Expand All @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
include:
- php-versions: '7.4'
php-coverage: xdebug
Expand All @@ -25,6 +25,8 @@ jobs:
php-coverage: none
- php-versions: '8.2'
php-coverage: none
- php-versions: '8.3'
php-coverage: none
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ DartConfiguration.tcl
phpunit
test.php
php-src-php-*/
php-src-*/
cmd/
frankenphp/
parallel/
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ The option `-I <directory>` might be needed to search/find additional include s

* [About Zeev’s proposal of PHP superset](https://william-pinaud.medium.com/about-zeevs-proposal-of-php-superset-9e291f0de630)

* [Low-Level Programming](https://startupnextdoor.com/low-level-programming/)
* [Low-Level Programming: C, Assembly, and Program Execution](https://www.amazon.com/Low-Level-Programming-Assembly-Execution-Architecture/dp/1484224027)

## Contributing

Contributions are encouraged and welcome; I am always happy to get feedback or pull requests on Github :) Create [Github Issues](https://github.com/symplely/uv-ffi/issues) for bugs and new features and comment on the ones you are interested in.
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,9 @@ public function sapi_terminate_process();
/** @return void */
public function zend_stream_init_filename(zend_file_handle &$handle, const_char $filename);

/** @return void */
public function zend_destroy_file_handle(zend_file_handle &$file_handle);

/**
* Build zend_call_info/cache from a zval*
*
Expand Down
Loading

0 comments on commit 53bc067

Please sign in to comment.