#
1cba7764 |
| 13-Jul-2021 |
Nikita Popov |
Remove zend_atoi() (#7232) It's the same as (int) zend_atol() -- it doesn't try to do anything integer size specific. Canonicalize to one function in preparation for renaming zend_at
Remove zend_atoi() (#7232) It's the same as (int) zend_atol() -- it doesn't try to do anything integer size specific. Canonicalize to one function in preparation for renaming zend_atol() to something less misleading. FFI test is adjusted to use a zend_test function. It just calls zend_atol() internally, but could really be anything. Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
show more ...
|
#
bd9f4fa6 |
| 22-Mar-2021 |
Max Semenik |
Migrate skip checks to --EXTENSIONS--, p2 For rationale, see https://github.com/php/php-src/pull/6787 Make extension checks lowercase, add a special case for opcache that has in
Migrate skip checks to --EXTENSIONS--, p2 For rationale, see https://github.com/php/php-src/pull/6787 Make extension checks lowercase, add a special case for opcache that has internal name not matching .so filename. Extensions migrated in part 2: * dom * exif * fileinfo * ffi
show more ...
|
#
280485ad |
| 13-Mar-2020 |
Christoph M. Becker |
Improve FFI test suite for Windows We add Windows support to four existing test cases, extract some useful utility functions, and use them to simplify further test cases. We als
Improve FFI test suite for Windows We add Windows support to four existing test cases, extract some useful utility functions, and use them to simplify further test cases. We also remove the Windows specific code from preload.inc, since preloading isn't supported on Windows anyway.
show more ...
|
Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1 |
|
#
22523958 |
| 29-Oct-2019 |
Christoph M. Becker |
Skip test case on non Windows platforms
|
#
c5e1a045 |
| 29-Oct-2019 |
Christoph M. Becker |
Skip test case on non Windows platforms
|
Revision tags: php-7.4.0RC5 |
|
#
3dbb90b0 |
| 29-Oct-2019 |
Christoph M. Becker |
Fix test cases for master
|
Revision tags: php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4 |
|
#
bedbecf5 |
| 14-Oct-2019 |
Christoph M. Becker |
Implement #78270: Support __vectorcall convention with FFI To work around the limitation of the current rudimentary vectorcall support in our patched libffi, we forbid yet unsupported de
Implement #78270: Support __vectorcall convention with FFI To work around the limitation of the current rudimentary vectorcall support in our patched libffi, we forbid yet unsupported declarations, i.e. float/double parameters at certain positions (SIMD vector types and HVA types are not supported anyway).
show more ...
|