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.
The AC_CONFIG_COMMANDS_PRE is executed before creating the config.status
script, where also build directories and global Makefile can be created.
0 commit comments