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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
26 - 1 = ?
Subscribe to this entry?

 
 [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 19 16:01:27 2024 UTC