php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33964 ifx.ec : syntax error before '/' token
Submitted: 2005-08-02 13:54 UTC Modified: 2005-08-02 23:54 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: jmserra at pereserra dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.0.4 OS: Linux Fedora Core 4
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jmserra at pereserra dot net
New email:
PHP Version: OS:

 

 [2005-08-02 13:54 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-02 18:12 UTC] sniper@php.net
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 23:42 UTC] jmserra at pereserra dot net
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
 [2005-08-02 23:50 UTC] sniper@php.net
We don't give guarantees even to the releases so you're on your own anyway. :)

 [2005-08-02 23:54 UTC] jmserra at pereserra dot net
last question before closing this report

when a new official/stable release solving this problem will be released?
when will be avaliable the PHP 5.0.5 ?

thanks for all

Goodbye.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Dec 04 17:00:01 2025 UTC