From:             yangda at gmx dot com
Operating system: centos5.3
PHP version:      5.2.9
PHP Bug Type:     Compile Failure
Bug description:  Coolcookies

Description:
------------
Hi. I want to make install PHP5.2.8 or PHP5.2.9 with intel c++ 10, but I
had given the same error with your fpm_children.c file. I make install
PHP5.2.8 or PHP5.2.9 like this:

tar zxvf php-5.2.8.tar.gz  or  php-5.2.9.tar.gz
gzip -cd php-5.2.8-fpm-0.5.10.diff.gz | patch -d php-5.2.8 -p1
cd php-5.2.8/
CC='icc -static-intel' CFLAGS='-O2 -unroll2 -ip -mp -restrict -xP' 
CXX='icpc -static-intel' CXXFLAGS='-O2 -unroll2 -ip -mp -restrict -xP'
 ./configure --prefix=/usr/local/php
--with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql
--with-mysqli=/usr/local/mysql/bin/mysql_config --with-iconv-dir=/usr/local
--with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib
--with-libxml-dir=/usr --enable-xml --disable-rpath --enable-discard-path
--enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem
--enable-inline-optimization --with-curl --with-curlwrappers
--enable-mbregex -enable-fastcgi --enable-fpm --enable-force-cgi-redirect
--enable-mbstring -with-mcrypt --with-gd --enable-gd-native-ttf
--with-openssl --with-mhash --enable-pcntl --enable-sockets --disable-ipv6

but when I make test, it would depend an error:
compilation aborted for php-5.2.8/sapi/cgi/fpm/fpm_children.c (code 4)
make: *** [sapi/cgi/fpm/fpm_children.lo] Error 1

If I had only used CC=icc CXX=icpc ./configure
--prefix=/usr/local/php......, no CFLAGS, no CXXFLAGS. But, when I make
test, the same error is:
compilation aborted for php-5.2.8/sapi/cgi/fpm/fpm_children.c (code 4)
make: *** [sapi/cgi/fpm/fpm_children.lo] Error 1

So, I think it's possible that the fpm_children.c file has bug.
Thanks.

Coolcookies


-- 
Edit bug report at http://bugs.php.net/?id=48367&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=48367&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=48367&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=48367&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=48367&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=48367&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=48367&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=48367&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=48367&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=48367&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=48367&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=48367&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=48367&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=48367&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=48367&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=48367&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=48367&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=48367&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=48367&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=48367&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=48367&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=48367&r=mysqlcfg

Reply via email to