Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d3eb6a6

Browse files
petkdevnexen
authored andcommittedJun 21, 2024
Remove unused PHP-8.3 generated JIT files (#14622)
This remove unused PHP-8.3 generated JIT files and adds PHP-8.3 generated JIT files back to .gitignore to have smoother workflow when switching PHP branches this can be ignored for a branch or two.
1 parent b3397ae commit d3eb6a6

File tree

3 files changed

+5
-52252
lines changed

3 files changed

+5
-52252
lines changed
 

‎.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ php
166166
# Extensions files
167167
# ------------------------------------------------------------------------------
168168

169+
# Miscellaneous extensions files
170+
/ext/opcache/jit/zend_jit_x86.c
171+
/ext/opcache/jit/zend_jit_arm64.c
172+
/ext/opcache/minilua
173+
169174
# Generated by `cd ext/name && phpize && ./configure`
170175
/ext/*/build/
171176
/ext/*/configure.ac

‎ext/opcache/jit/zend_jit_x86.c

Lines changed: 0 additions & 52252 deletions
This file was deleted.

‎ext/opcache/minilua

-188 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.