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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dustin dot glidden at gmail dot com
New email:
PHP Version: OS:

 

 [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: Fri Apr 26 07:01:32 2024 UTC