ID: 40076 Updated by: [EMAIL PROTECTED] Reported By: ionut dot aivanesei at amdocs dot com -Status: Assigned +Status: Closed Bug Type: Compile Failure Operating System: AIX PHP Version: 5.2.0 Assigned To: dmitry New Comment:
Fixed in CVS HEAD and PHP_5_2. Previous Comments: ------------------------------------------------------------------------ [2007-01-09 15:02:11] ionut dot aivanesei at amdocs dot com Description: ------------ Hi, When I compile PHP 5.2.0 on AIX I get this: "./php-5.2.0/Zend/zend_alloc.c", line 268.28: 1506-243 (S) Value of enumeration constant must be in range of signed integer. "./php-5.2.0/Zend/zend_alloc.c", line 269.28: 1506-243 (S) Value of enumeration constant must be in range of signed integer. make: *** [Zend/zend_alloc.lo] Error 1 On the same server PHP 5.1.4 compiled succesfully. Reproduce code: --------------- ./configure --prefix=... make make install Expected result: ---------------- everything should be OK Actual result: -------------- ... "./php-5.2.0/Zend/zend_alloc.c", line 268.28: 1506-243 (S) Value of enumeration constant must be in range of signed integer. "./php-5.2.0/Zend/zend_alloc.c", line 269.28: 1506-243 (S) Value of enumeration constant must be in range of signed integer. make: *** [Zend/zend_alloc.lo] Error 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40076&edit=1