php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75467 make: [ext/pdo/pdo_dbh.lo] Erreur 1
Submitted: 2017-10-31 08:47 UTC Modified: 2021-01-17 04:22 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: dgagnaire at adequasys dot com Assigned: cmb (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 5.6.32 OS: centos
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:
48 + 32 = ?
Subscribe to this entry?

 
 [2017-10-31 08:47 UTC] dgagnaire at adequasys dot com
Description:
------------
Hi,

A simple build make with phpbrew.
Usually a simple update then build is successfull.
Now for 5.6.32 only everytime this error :

make: *** [ext/pdo/pdo_dbh.lo] Erreur 1

Notice : os is up to date

Test script:
---------------
===> phpbrew will now build 5.6.32 as php-5.6
===> Loading and resolving variants...
Checking distribution checksum...
Checksum matched:
===> Distribution file was successfully extracted, skipping...
Found existing Makefile, running make clean to ensure everything will be rebuilt.
You can append --no-clean option after the install command if you don't want to rebuild.
===> Running make clean: /usr/bin/make -C '/opt/phpbrew/build/php-5.6' --quiet 'clean'
===> Checking patches...
Checking patch for replace apache php module name with custom version name
Found existing build.log, renaming it to /opt/phpbrew/build/php-5.6/build.log.1509437023
===> Configuring 5.6.32...

/opt/phpbrew/build/php-5.6.6/ext/pdo/pdo_dbh.c: In function ‘pdo_dbh_new’:

/opt/phpbrew/build/php-5.6.6/ext/pdo/pdo_dbh.c:1413:37: erreur: ‘zend_class_entry’ has no member named ‘default_properties’

  zend_hash_copy(dbh->properties, &ce->default_properties, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *));

                                     ^

make: *** [ext/pdo/pdo_dbh.lo] Erreur 1





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-11-02 18:04 UTC] cmb@php.net
-Package: *General Issues +Package: Compile Failure
 [2021-01-08 13:04 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-01-08 13:04 UTC] cmb@php.net
Is this still an issue with any of the actively supported PHP
versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2021-01-17 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 17:01:29 2024 UTC