ID:               33964
 User updated by:  jmserra at pereserra dot net
 Reported By:      jmserra at pereserra dot net
-Status:           Feedback
+Status:           Open
 Bug Type:         Compile Failure
 Operating System: Linux Fedora Core 4
 PHP Version:      5.0.4
 New Comment:

I had to change the options of configure script, i enabled suport of
libxml2 (else the script outputs an error because DOM requires
libxml2)

./configure --with-apxs=/usr/local/apache/bin/apxs
--with-mysqli
--with-informix=/usr/informix
--with-gd2

and make not crashed. Problem solved.

Now it works fine but i have a question,
if i install this version (-dev) on a production server (where it have
to go) is safe? i want to mean if this version is more/less stable than
the official 5.0.4 ?
thank you


Previous Comments:
------------------------------------------------------------------------

[2005-08-02 18:12:25] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip



------------------------------------------------------------------------

[2005-08-02 13:54:49] jmserra at pereserra dot net

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 this bug report at http://bugs.php.net/?id=33964&edit=1

Reply via email to