-
-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial support of PHP 7.3 (#1674) * Initial support of PHP 7.3 * Prepare Travis CI config to use PHP 7.3 * Remove useles clang testing * Cleaned up Travis CI config * Disable opcache for php 7.3 * Do not run valgrind tests for php 7.3 * Skip some tests for PHP 7.3 * Fixed require to return FAILURE when failed opening file * Added missed return FAILURE to the zephir_memory_restore_stack * Correct test for #1439 - Fixed yet anoter segfault for PHP 7.3 /cc @niden * Add print debug trace on Travis * Avoid the same trait name refs: 151f5db /cc @danhunsaker * Fixed array handling for PHP 7.3 * Add zephir_ensure_array function * Correct Zephir Core documentation * Added backwards compatibility for GC API change in PHP 7.3 * Cleaned up native array tests * Getting Core Dumps of Failed TravisCI Builds * The RAND_RANGE() macro has been removed since PHP 7.3 * Cleaning up - Simplified ZEPHIRPATH constant by removing trailing slash - Added required extensions to the composer.json - Minor tweaks and clening up - Cleaned up the ArrayIndex class * Refactor test ExitDieTest * Introduced Zephir TestCase * Speed up memcheck * Move all fixtures to the common place * Disable default system allocators for PHP 7.3 * Bump version * Disable memcheck for php 7.3 * Disable opcache on Travis CI * Minor Zephir Core corrections related to the Win32 build * Use Zend Memory Allocator by default * Added custom phpunit runner * Skip some tests on unstable PHP version * Refactor build process * Debug PHPUnit * Debug PHPUnit (2) * Debug PHPUnit (3) * Debug PHPUnit (4) * Move fixtures to the common place * Cleaned up CIs scripts * Move fixtures to the common place (2) * Cleaned up Travis CI script * Use separated config for PHP 7.3 - 7.4 * Fix code style * Simplified testing process * Add PHP 7.4 to build matrix * Enable code coverage report (#1675) * Enable code coverage report * Correct ExitDieTest * Correct ExitDieTest (2) * Bump version * Fixed AppVeyor config
- Loading branch information
1 parent
ea79bd7
commit ab3551d
Showing
84 changed files
with
1,336 additions
and
760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.