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 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

Pull Requests

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 23:01:29 2024 UTC