From:             jmserra at pereserra dot net
Operating system: Linux Fedora Core 4
PHP version:      5.0.4
PHP Bug Type:     Compile Failure
Bug description:  ifx.ec : syntax error before '/' token

Description:
------------
 ./configure --with-apxs=/usr/local/apache/bin/apxs
--with-mysqli
--with-informix=/usr/informix
--with-gd2
--disable-libxml

works fine  , after executing 'make' outputs that syntax error

versions:
*Informix IDS v9.4 32bit
*GNU libtool 1.5.16
*make 3.8


Reproduce code:
---------------
./configure --with-apxs=/usr/local/apache/bin/apxs
--with-mysqli
--with-informix=/usr/informix
--with-gd2
--disable-libxml

make

Expected result:
----------------
i expected that make outut no errors

Actual result:
--------------
/bin/sh /root/php-5.0.4/libtool --silent --preserve-dup-deps
--mode=compile gcc -I/usr/informix//incl/esql -Iext/informix/
-I/root/php-5.0.4/ext/informix/ -DPHP_ATOM_INC -I/root/php-5.0.4/include
-I/root/php-5.0.4/main -I/root/php-5.0.4 -I/usr/include/mysql
-I/root/php-5.0.4/TSRM -I/root/php-5.0.4/Zend    -g -O2  -prefer-non-pic
-c /root/php-5.0.4/ext/informix/ifx.c -o ext/informix/ifx.lo 
/root/php-5.0.4/ext/informix/ifx.ec: In function 'zm_info_ifx':
/root/php-5.0.4/ext/informix/ifx.ec:452: error: syntax error before '/'
token
/root/php-5.0.4/ext/informix/ifx.ec:3241:17: error: operator '<' has no
left operand
make: *** [ext/informix/ifx.lo] Error 1

-- 
Edit bug report at http://bugs.php.net/?id=33964&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=33964&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=33964&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=33964&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=33964&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=33964&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=33964&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=33964&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=33964&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=33964&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=33964&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=33964&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=33964&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=33964&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=33964&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=33964&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=33964&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=33964&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=33964&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=33964&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=33964&r=mysqlcfg

Reply via email to