diff options
| author | Kevin Adler <kadler@us.ibm.com> | 2019-02-18 11:01:23 -0600 |
|---|---|---|
| committer | Peter Kokot <peterkokot@gmail.com> | 2019-03-02 18:45:55 +0100 |
| commit | 700f876a1ae5957bda027b36b1fdf3ffdbe57f6f (patch) | |
| tree | 4a74f26cb60ab373c5e0a534d4e8123dd3c43063 /main/php_streams.h | |
| parent | c39fb1fc4f1cf33e0d0c633f289c1c47f179e87a (diff) | |
| download | php-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 'main/php_streams.h')
0 files changed, 0 insertions, 0 deletions
