summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
diff options
context:
space:
mode:
authorKevin Adler <kadler@us.ibm.com>2019-02-18 11:01:23 -0600
committerPeter Kokot <peterkokot@gmail.com>2019-03-02 18:45:55 +0100
commit700f876a1ae5957bda027b36b1fdf3ffdbe57f6f (patch)
tree4a74f26cb60ab373c5e0a534d4e8123dd3c43063 /sapi/cli/php_cli_server.c
parentc39fb1fc4f1cf33e0d0c633f289c1c47f179e87a (diff)
downloadphp-git-700f876a1ae5957bda027b36b1fdf3ffdbe57f6f.tar.gz
Fix shared module generation on AIX bug #77676
Makefiles for PHP extensions generated by phpize expect the PHP_MODULES to contain a list of libtool .la files so that it can read the $dlname variable from them by sourcing them in to a shell. On AIX, the code was setting PHP_MODULES to a list of .so files, which meant the dlname was blank, preventing the tests from being able to run. Change the AIX code path in the PHP_SHARED_MODULE macro to match the output on other platforms, using libtool .la files.
Diffstat (limited to 'sapi/cli/php_cli_server.c')
0 files changed, 0 insertions, 0 deletions