|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [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
  [2021-01-17 04:22 UTC] php-bugs at lists dot php dot net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 14:00:01 2025 UTC | 
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