From: [EMAIL PROTECTED]
Operating system: sgi irix 6.5
PHP version: 4.1.2
PHP Bug Type: Compile Failure
Bug description: php 4.1.2, apache 1.3.20, parse error near 'zval'
When i try to build php with mySql and apxs, configuration:
./configure --with-mysql=/usr/freeware
--with-apxs=/usr/freeware/apache/sbin/apxs
goes fine but on make I get this:
# make
Making all in Zend
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main -D_XPG_IV -DIRIX -DMOD_SSL=208104
-D
USE_HSREGEX -DEAPI -DUSE_EXPAT -I../TSRM -g -O2 -prefer-pic -c
zend_operators.c
zend_operators.c: In function `multi_convert_to_long_ex':
zend_operators.c:566: parse error before "zval"
zend_operators.c:566: parse error before "zval"
zend_operators.c:566: parse error before "zval"
zend_operators.c:566: parse error before "zval"
zend_operators.c:566: parse error before "zval"
zend_operators.c:566: parse error before ')' token
zend_operators.c: In function `multi_convert_to_double_ex':
zend_operators.c:581: parse error before "zval"
zend_operators.c:581: parse error before "zval"
zend_operators.c:581: parse error before "zval"
zend_operators.c:581: parse error before "zval"
zend_operators.c:581: parse error before "zval"
zend_operators.c:581: parse error before ')' token
zend_operators.c: In function `multi_convert_to_string_ex':
zend_operators.c:596: parse error before "zval"
zend_operators.c:596: parse error before "zval"
zend_operators.c:596: parse error before "zval"
zend_operators.c:596: parse error before "zval"
zend_operators.c:596: parse error before "zval"
zend_operators.c:596: parse error before ')' token
*** Error code 1 (bu21)
*** Error code 1 (bu21)
Same happens with 4.1.0 and 4.0.6
--
Edit bug report at http://bugs.php.net/?id=15814&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=15814&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=15814&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=15814&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=15814&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15814&r=support
Expected behavior: http://bugs.php.net/fix.php?id=15814&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=15814&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=15814&r=submittedtwice