php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #76506 configure script doesn't configure for zts properly, runtime failure
Submitted: 2018-06-20 15:58 UTC Modified: -
From: dustin dot glidden at gmail dot com Assigned:
Status: Open Package: PDO_INFORMIX (PECL)
PHP Version: 7.2.6 OS: linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2018-06-20 15:58 UTC] dustin dot glidden at gmail dot com
Description:
------------
when running ./configure  --with-php-config=zts-php-config the generated makefile still points to the wrong include/php/ext path as it isn't pulled from zts-php-config.  changing it manually to include/php-zts/php/ext fixes the problem, otherwise at runtime the module will fail tests as it cannot find symbol pdo_parse_params 

Test script:
---------------
zts-phpize 2>&1
./configure  --with-php-config=zts-php-config
make
make test


Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC