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
Create modules directory in a centralized location
Shared objects of extensions during the build are copied to the
`modules` directory. It is a practice established since the early days
of the PHP build system. This change ensures that the directory is
consistently created in a single location, for both the primary PHP
build process and when utilizing `phpize` within extensions. For now,
the shtool is still utilized, until it can be clear that it is obsolete
on current systems and their shells in favor of the native mkdir.
0 commit comments