Re: [PHP-INSTALL] segmentation fault with --disable-debug

2009-02-25 Thread Paul Reinheimer
Hi Jonathan, Before compiling PHP at the command line run export CFLAGS=-O1, then use your ./configure line. You may wish to make clean before this. paul

Re: [PHP-INSTALL] segmentation fault with --disable-debug

2009-02-25 Thread Jonathan P
Hi Paul, Thanks for the reply. I'm trying to compile with --disable-debug, should I still compile with those flags? PS: what would the configure line look like? I'm not clued up on flags etc Any help would be fantastic. regards Jonathan "Paul Reinheimer" wrote in message news:6ec19ec7090

Re: [PHP-INSTALL] Missing POST data with PHP5 running as CGI

2009-02-25 Thread Daniel Brown
On Wed, Feb 25, 2009 at 09:43, Antonio F. Tornisiello wrote: > > I have both PHP4 and PHP5 running with apache 1.3 on my cPanel box. PHP4 is > running as module and PHP5 as CGI. PHP4 is running fine with no problems but > with PHP5 I'm having trouble with POST data. No form POST data is being > pa

[PHP-INSTALL] Missing POST data with PHP5 running as CGI

2009-02-25 Thread Antonio F. Tornisiello
Hi, I have both PHP4 and PHP5 running with apache 1.3 on my cPanel box. PHP4 is running as module and PHP5 as CGI. PHP4 is running fine with no problems but with PHP5 I'm having trouble with POST data. No form POST data is being passed to PHP. You can see the problem with this form: http://

Re: [PHP-INSTALL] segmentation fault with --disable-debug

2009-02-25 Thread Paul Reinheimer
Good Morning, One of the side effects of running --enable-debug is that it exports a few CFLAGS, including -O1 or -O0 or the like. Do you want to try setting that flag manually, then rebuilding PHP? See if the same errors occur. paul

[PHP-INSTALL] segmentation fault with --disable-debug

2009-02-25 Thread Jonathan P
Hi there, Details: PHP Version: 5.3.0beta 1 OS: zLinux - SLES 10 s390x 64bit Description: ../configure --disable-all --disable-debug results in a segmentation fault on 'make test': /bin/sh: line 1: 7788 Segmentation fault TEST_PHP_EXECUTABLE=/home/php-5.3.0beta1/sapi/cli/php TEST_PHP_SRC