From:             yli at library dot tamu dot edu
Operating system: Solaris 10 or 11
PHP version:      5.4.10
Package:          Compile Failure
Bug Type:         Bug
Bug description:php with fpm fails to build on Solaris 10 or 11

Description:
------------
On Solaris 10 or Solaris 11 machine, configure with 

./configure --enable-fpm

build will fail with:

php-5.4.10/sapi/fpm/fpm/fpm_sockets.h:28: error: syntax error before
numeric constant

Bug #62654 and Bug #63059 are referring to the same problem in earlier
version (5.4.5, 5.4.6, 5.4.7). Both bugs are closed, yet the problem is
still present in 5.4.10 release. So far, all versions of php 5.4.5 onwards
fail to compile on Solaris 10 or 11 with fpm enable. 

Test script:
---------------
./configure --enable-fpm
make

Expected result:
----------------
Clean compile.

Actual result:
--------------
Doesn't compile. 

-- 
Edit bug report at https://bugs.php.net/bug.php?id=63999&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=63999&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=63999&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=63999&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=63999&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=63999&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=63999&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=63999&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=63999&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=63999&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=63999&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=63999&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=63999&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=63999&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=63999&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=63999&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=63999&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=63999&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=63999&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=63999&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=63999&r=mysqlcfg

Reply via email to