by shigemk2

当面は技術的なことしか書かない

PHP

PHP 2022-01-19

PHP

[2022-01-19 09:09:44 +0900]: Fix news entry for 8.1.2

PHP 2022-01-17

PHP

[2022-01-17 03:31:58 +0900]: Merge concatenated literal strings while compiling. (#7948)

PHP 2022-01-14

PHP

[2022-01-14 23:24:23 +0900]: JIT: Fix exception handling [2022-01-14 22:43:50 +0900]: JIT: Fix trace type inference [2022-01-14 19:41:16 +0900]: JIT: Fix register allocation

PHP 2022-01-12

PHP

[2022-01-12 18:08:59 +0900]: Fix ext/zend_test/tests/observer_bug81430_2.phpt failure [2022-01-12 04:23:44 +0900]: JIT: Fix incorrect flag check

PHP 2022-01-11

PHP

[2022-01-11 19:02:55 +0900]: Fix register allocation on x86 [2022-01-11 15:13:22 +0900]: Fix ASAN undefined behavior (unsigned char << 24) [2022-01-11 03:53:35 +0900]: Fix type inference [2022-01-11 01:57:46 +0900]: Fix GH-7867: FFI::cast(…

PHP 2022-01-09

PHP

[2022-01-09 03:57:54 +0900]: VS 17 == MSVC v143 == Visual Studio 2022 == cl 19.3x

PHP 2022-01-08

PHP

[2022-01-08 03:05:59 +0900]: Run mb_send_mail tests on Windows, too

PHP 2022-01-07

PHP

[2022-01-07 22:02:40 +0900]: Silence potential connection failure in SKIPIF section

PHP 2022-01-05

PHP

[2022-01-05 03:29:41 +0900]: Preparing for 8.1.3-dev

PHP 2022-01-04

PHP

[2022-01-04 21:40:46 +0900]: Prepare for PHP 8.0.16 [2022-01-04 21:08:33 +0900]: [ci skip] Fix GH-7725: Adjust README instructions on referencing issues

PHP 2022-01-03

PHP

[2022-01-03 07:50:35 +0900]: Remove duplicated SKIP checks from mysqli tests (#7858)

PHP 2021-12-31

PHP

[2021-12-31 08:22:29 +0900]: mysqli_next_result_no_repeat_error.phpt must not use --EXTENSIONS-- [2021-12-31 04:25:32 +0900]: Fix formatting in the new mysqli test [2021-12-31 00:55:21 +0900]: Handle holes in zend_get_opcode_id()

PHP 2021-12-30

PHP

[2021-12-30 23:15:29 +0900]: Fix bug GH-7746 (mysqli_sql_exception->sqlstate is inaccessible) [2021-12-30 23:08:12 +0900]: mysqli_result::__construct should throw exceptions (#7855) [2021-12-30 21:02:56 +0900]: Add some more test cases for…

PHP 2021-12-29

PHP

[2021-12-29 01:35:45 +0900]: [skip ci] Update documentation of supported php versions (#7822)

go 2021-12-28

PHP

[2021-12-28 22:56:23 +0900]: iSeparate tests [2021-12-28 22:51:03 +0900]: JIT: Fix array clobbering by user error handler [2021-12-28 15:57:03 +0900]: Fix reference contig inference [2021-12-28 05:40:21 +0900]: Eliminate more VERIFY_RETURN…

PHP 2021-12-27

PHP

[2021-12-27 23:17:16 +0900]: [ci skip] supportedOs Id for Windows 10 and 11 are the same [2021-12-27 21:28:46 +0900]: Skip abstract methods [2021-12-27 18:02:13 +0900]: Fixed assertion when check "instanceof" on unlinked class [2021-12-27 …

PHP 2021-12-26

PHP

[2021-12-26 18:36:29 +0900]: Make sure SCCP can evaluate all functions pass1 can [2021-12-26 18:11:59 +0900]: Extract special function evaluation from pass1 [2021-12-26 17:54:25 +0900]: Remove special chr/count handling in sccp function ev…

PHP 2021-12-25

PHP

[2021-12-25 21:02:10 +0900]: Remove unnecessary INSTANCEOF special case in sccp [2021-12-25 20:39:52 +0900]: Remove unnecessary try_replace_op1() special cases [2021-12-25 20:34:02 +0900]: Don't replace SEND opcodes with different by-ref b…

PHP 2021-12-24

PHP

[2021-12-24 21:36:52 +0900]: Bucket->key must be removed before destructor call, because destructor may update the same HashTable. [2021-12-24 19:10:22 +0900]: Fix memory leak in SCCP [2021-12-24 00:31:45 +0900]: micro-optimization [2021-1…

PHP 2021-12-23

PHP

[2021-12-23 22:26:52 +0900]: Azure CI: remove duplicates and add required libs [2021-12-23 07:42:29 +0900]: $context parameter of get_headers() is nullable

PHP 2021-12-22

PHP

[2021-12-22 18:54:32 +0900]: Reset Bucket->key of deleted HastTable elemets to NULL. [2021-12-22 18:40:04 +0900]: Fix the value param of SimpleXMLElement::addAttribute()

PHP 2021-12-21

PHP

[2021-12-21 15:23:22 +0900]: pcntl add ECAPMODE from FreeBSD (#7716) [2021-12-21 15:18:11 +0900]: zend alloc USE_ZEND_ALLOC_HUGE_PAGES option support on solaris based systems (#7789) [2021-12-21 15:17:12 +0900]: Use new param API in ext/pc…

PHP 2021-12-20

PHP

[2021-12-20 23:27:06 +0900]: Allow internal functions to declare if they support compile-time evaluation, add functions. (#7780) [2021-12-20 21:06:32 +0900]: Fix incorrect optimization of ASSIGN_OP that may lead to memory leak [2021-12-20 …

PHP 2021-12-17

PHP

[2021-12-17 18:49:58 +0900]: Fix array clobbering by user error handler [2021-12-17 18:31:48 +0900]: JIT: Fix incorrect type store elimination [2021-12-17 03:44:43 +0900]: Avoid useless symbol table reattaching on retutn from an included o…

PHP 2021-12-16

PHP

[2021-12-16 23:37:01 +0900]: Don't call zend_attach/detach_symbol_table() for op_arrays without local variables [2021-12-16 18:32:09 +0900]: Fixed build in separate directory [2021-12-16 04:00:24 +0900]: Implement php_handle_avif() using l…

PHP 2021-12-15

PHP

[2021-12-15 22:38:35 +0900]: Make strtolower() and strtoupper() do ASCII case conversion (#7506) [2021-12-15 19:47:44 +0900]: Fix #81679: Tracing JIT crashes on reattaching [2021-12-15 18:20:37 +0900]: Fix array clobbering by user error ha…

PHP 2021-12-14

PHP

[2021-12-14 23:09:59 +0900]: Use 64-bit multiplication on 64-bit systems [2021-12-14 21:31:53 +0900]: Move common code into helper [2021-12-14 17:36:33 +0900]: Preloading: don't remove INCLUDE_OE_EVAL nstructions with used result [2021-12-…

PHP 2021-12-13

PHP

[2021-12-13 22:28:45 +0900]: Tracing JIT: Fix reference counting [2021-12-13 20:59:30 +0900]: Fix array clobering by user error handler [2021-12-13 19:08:05 +0900]: Fix incorrect optimization that leads to memory leak [2021-12-13 17:49:51 …

PHP 2021-12-12

PHP

[2021-12-12 21:41:37 +0900]: Fix openssl_x509_checkpurpose_basic.phpt [2021-12-12 11:32:34 +0900]: It's past time to drop linking support for Oracle Client 10g [2021-12-12 06:16:00 +0900]: Fix GH-7759: Incorrect return types for hash() and…

PHP 2021-12-11

PHP

[2021-12-11 01:29:44 +0900]: Fix GH-7748: gethostbyaddr outputs binary string