summaryrefslogtreecommitdiffhomepage
path: root/auto/modules/php (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-29Auto: mirroring installation structure in build tree.Alejandro Colomar1-4/+4
2023-01-31Added default values for pathnames.Alejandro Colomar1-4/+4
2022-10-28Fixed main() prototypes in auto tests.Andrew Clayton1-4/+4
2022-10-19PHP: Fixed php_module_startup() call for PHP 8.2.Remi Collet1-0/+4
2020-10-26Configure: using comma instead of space for passing -rpath value.Valentin Bartenev1-2/+1
2020-09-09PHP: fixed "rootfs" isolation dependency on system mounts.Tiago Natel de Moura1-29/+1
2020-08-25Isolation: added "automount" option.Tiago Natel de Moura1-3/+3
2020-08-25PHP: added bind mounts for extensions directory.Tiago Natel de Moura1-1/+32
2020-07-28PHP: fixed version comparison in configure script.Tiago Natel de Moura1-2/+2
2020-05-20PHP: building with PHP 8 (development version).Remi Collet1-1/+5
2020-03-04PHP: added ZTS indication to ./configure output.Valentin Bartenev1-0/+19
2020-03-04PHP: rearranged feature checks in ./configure.Valentin Bartenev1-46/+48
2020-03-03PHP: optimization to avoid surplus chdir(2) calls.Tiago Natel de Moura1-2/+11
2019-10-02Fixed "make tests" build without preceding "make".Max Romanov1-1/+1
2018-11-22PHP: workaround for bug #71041.Valentin Bartenev1-1/+26
2018-11-21PHP: fixed compatibility with ZTS.Valentin Bartenev1-1/+1
2018-08-06Unit application library.Max Romanov1-1/+1
2018-06-28Added check of "make install" ability.Igor Sysoev1-1/+1
2018-05-30PHP: fixed building on MacOSX with --ld-opt= option.Igor Sysoev1-2/+4
2018-05-30PHP: using generated dependencies in makefile.Max Romanov1-0/+3
2018-04-04Changed version processing for modules.Alexander Borisov1-1/+17
2018-01-15PHP: "--lib-static" option uses "--lib-path" option.Igor Sysoev1-6/+18
2018-01-12PHP: added "--lib-static" configure option.Igor Sysoev1-0/+7
2017-12-01Using compiler capability to generate dependencies.Max Romanov1-2/+8
2017-11-29Using --ld-opt when linking modules.Max Romanov1-2/+2
2017-09-06Style fixes.Igor Sysoev1-1/+1
2017-08-31Introducing install & uninstall Makefile targets.Max Romanov1-1/+18
2017-08-31Changed modules names format.Igor Sysoev1-4/+4
2017-08-31nginext has been renamed to unit.Igor Sysoev1-4/+4
2017-08-29Separation of module prerequisites for 'all' target in Makefile.Max Romanov1-2/+2
2017-08-26Added configure and command line option --help.Igor Sysoev1-8/+17
2017-08-17The new module configuration interface.Igor Sysoev1-0/+152
2017-08-17Removing auto/modules directory before commiting the new moduleIgor Sysoev2-80/+0
2017-08-04Introducing configure option --with-php-ldflags=.Igor Sysoev1-8/+11
2017-07-26Improved PHP configure test.Igor Sysoev1-21/+31
2017-06-23PHP app request processing.Max Romanov2-0/+67