Edit report at http://bugs.php.net/bug.php?id=47441&edit=1
ID: 47441 Comment by: ashworth at us dot ibm dot com Reported by: jpilling at fortvale dot com Summary: PHP segmentation fault on 'make test' Status: Bogus Type: Bug Package: Compile Failure Operating System: zLinux - SLES 10 s390x 64bit PHP Version: 5.3.0beta1 Block user comment: N Private report: N New Comment: I exported CFLAGS=-01 and that did not help. I modified my Makefile since gcc was complaining about -01. Changes to Makefile: removed -01 from CFLAGS_CLEAN added -01 to CFLAGS and left the exported CFLAGS set with -01 Compile completed successfully and make test worked as expected. Previous Comments: ------------------------------------------------------------------------ [2009-03-17 07:54:05] jpilling at fortvale dot com fixed by using: export CFLAGS=-O1 before compiling. Nothing to do with Zend, like I tried explaining. ------------------------------------------------------------------------ [2009-03-16 19:35:21] johan...@php.net Zend Optimizer is supported by Zend, not php.net ------------------------------------------------------------------------ [2009-02-23 00:16:11] jpilling at fortvale dot com anyone?? ------------------------------------------------------------------------ [2009-02-21 17:14:51] jpilling at fortvale dot com I dont understand.....what I meant is that I want to install PHP with the --disable-debug option, and then once its installed properly I can add the Zend optimizer at a later date as an add on (to use the zend optimizer PHP has to be installed using the --disable-debug option) The backtrace i submitted was from PHP configured in the following way: ./configure --with-apxs2=/home/apache2/bin/apxs --with-mysql=/home/mysql --prefix=/home/apache2/php --disable-debug Are you saying I need to get a backtrace from PHP compiled as follows: ./configure --disable-all --disable-debug Please advise. regards ------------------------------------------------------------------------ [2009-02-20 13:18:56] j...@php.net Third strike. You're supposed to disable ALL 3rd party extensions. Especially any zend extensions. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/bug.php?id=47441 -- Edit this bug report at http://bugs.php.net/bug.php?id=47441&edit=1