History log of /PHP-8.1/ext/opcache/tests/jit/recv_002.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 191fb2a3 21-Apr-2021 Hao Sun

Updates for commits between 121a0f7 and 12dcf34

1. Pre-allocated bytes are missing in function
zend_jit_assign_const_stub().

2. 'w' register should be used for macro SET_ZVAL_TY

Updates for commits between 121a0f7 and 12dcf34

1. Pre-allocated bytes are missing in function
zend_jit_assign_const_stub().

2. 'w' register should be used for macro SET_ZVAL_TYPE_INFO.

3. 'w' register should be used to load "num_args" in function
zend_jit_do_fcall().

4. Remove the local path name in test case recv_002.phpt

5. One option is disabled temporarily in [1] and several test cases
would fail, e.g. shift_right_003.phpt. I suppose new execution paths are
touched. We will support them in the near future.

[1] https://github.com/php/php-src/commit/63d673d

show more ...


# 73d5f43d 20-Apr-2021 Dmitry Stogov

Support for RECV/RECV_INIT