mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
This partially reverts0956267c08, which introduced a type incompatibility where an `int` function is assigned to a `zend_result` function. That yields a level 1 C4133 warning on MSVC, and usually (e.g. in CI) level 1 warnings are elevated to errors, so the build fails.[1] The PHP-8.3 branch and up are uneffected by this, so the upward merges should be empty. [1] <0956267c08 (r144587696)>