You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This add new global target php_sapi (PHP::SAPI) which collects
all usage requirements for PHP SAPIs. Also all targets related
to main, win32 and Zend were refactored to make this few steps
easier to handle and have better options to extend it in the
future.
Additionally:
* MAX_EXECUTION_TIMERS don't need to be set in PARENT_SCOPE anymore
* Reordered some include directories
* DTrace and Dmalloc checks moved to configure checks
* Usage requirements in main and win32 collected through interface
targets directly otherwise cyclic dependencies quickly pop up
0 commit comments