php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10805 Compile error on zend_operators.c
Submitted: 2001-05-11 04:44 UTC Modified: 2001-09-09 06:44 UTC
From: phpbug at stone dot nu Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: Tru64/OSF1 V5.0 a
Private report: No CVE-ID: None
 [2001-05-11 04:44 UTC] phpbug at stone dot nu
make: GNU Make version 3.79
cc: Compaq C V6.1-020 on Compaq Tru64 UNIX V5.0A (Rev. 1094)

Error:
Making all in Zend
make[1]: Entering directory `/usr/users/stone/dl/php-4.0.5/Zend'
/bin/sh /home/stone/dl/php-4.0.5/libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -DOSF1 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12  -g -O2 -c zend_operators.c
zend_operators.c: In function `multi_convert_to_long_ex':
zend_operators.c:525: parse error before `zval'
zend_operators.c: In function `multi_convert_to_double_ex':
zend_operators.c:540: parse error before `zval'
zend_operators.c: In function `multi_convert_to_string_ex':
zend_operators.c:555: parse error before `zval'
make[1]: *** [zend_operators.lo] Error 1
make[1]: Leaving directory `/usr/users/stone/dl/php-4.0.5/Zend'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-09 06:44 UTC] sterling@php.net
this problem shouldn't be present now...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC