[GIT-PULLS] [php-src] PR #22746: standard/file.c: use normal docref function for E_WARNINGs in popen()
[email protected] (Girgias)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22746 Author: Girgias Now that arguments in warnings can be configured to always appear it is no longer necessary to use `php_error_docref2()`. Especially as this is the last usage outside of Windows wrapper.