On 2023/01/16 17:14, Chase Peeler <chasepee...@gmail.com> wrote: > will that have any impact on the final product such as reduced binary sizes > or better performance?
No, this kind of code cleanup must not affect the resulting binary at all, therefore no change to runtime behavior/performance. Though the build will be faster, because the C compiler has fewer includes (= less source code) to process in each compilation unit. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php