-
Notifications
You must be signed in to change notification settings - Fork 7.8k
#include cleanup part 3 #10279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#include cleanup part 3 #10279
Conversation
0f66f64
to
8339bb6
Compare
CI failures look similar:
I guess some sources need to include |
Without this, the macros ZTS, ZEND_DEBUG and PHP_COMPILER_ID may be unavailable.
8339bb6
to
0132753
Compare
That's it, that include was missing in |
0132753
to
e79e504
Compare
Yay, all green. @Girgias? |
Cf. <#10220 (comment)>. This reverts commit 45a128c. This reverts commit 1eb71c3. This reverts commit 492523a. This reverts commit c7a4633. This reverts commit 308adb9. This reverts commit cd27d5e. This reverts commit c593340. This reverts commit 46371f4. This reverts commit 623e2e9. This reverts commit e7434c1. This reverts commit d28d323. This reverts commit 1a067b8. This reverts commit a55c0c5. This reverts commit b5aeb3a. This reverts commit f061a03. This reverts commit b088575. This reverts commit b1d4877. This reverts commit 94f9a20. This reverts commit 4831e48. This reverts commit cd985de. This reverts commit 9521d21. This reverts commit d613615.
See #10216 and #10220
All commits ordered in a way that each of them builds properly, to avoid breaking bisects.
@Girgias?