php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48449 Compile failure under IRIX 6.5.30 php_curl.h
Submitted: 2009-06-02 06:42 UTC Modified: 2009-06-02 07:35 UTC
From: neko at nekochan dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.2.10RC1 OS: IRIX 6.5.30
Private report: No CVE-ID: None
 [2009-06-02 06:42 UTC] neko at nekochan dot net
Description:
------------
Able to compile up to and including php-5.2.9 without error 
and run in a production environment. Attempt to build php-5.2.10RC1 
fails in ext/curl/php_curl.h

IRIX64 Kazehana 6.5 6.5.30f 07202013 IP35
MIPSpro Compilers: Version 7.4.4m

Actual result:
--------------
/bin/sh /opt/build/php-5.2.10RC1/libtool --silent --preserve-dup-deps 
--mode=compile c99  -Iext/curl/ -I/opt/build/php-5.2.10RC1/ext/curl/ -
DPHP_ATOM_INC -I/opt/build/php-5.2.10RC1/include -I/opt/build/php-
5.2.10RC1/main -I/opt/build/php-5.2.10RC1 -I/opt/build/php-
5.2.10RC1/ext/date/lib -I/usr/nekoware/include/libxml2 -
I/usr/nekoware/include -I/usr/nekoware/include/freetype2 -
I/opt/build/php-5.2.10RC1/ext/mbstring/oniguruma -I/opt/build/php-
5.2.10RC1/ext/mbstring/libmbfl -I/opt/build/php-
5.2.10RC1/ext/mbstring/libmbfl/mbfl -
I/usr/nekoware/mysql5/include/mysql -I/usr/nekoware/pgsql/include -
I/opt/build/php-5.2.10RC1/TSRM -I/opt/build/php-5.2.10RC1/Zend  -
D_XPG_IV -L/usr/nekoware/lib -L/usr/lib32  -I/usr/include -mips4 -O3 -
I/usr/nekoware/include -I/usr/include -Wl,-rpath -
Wl,/usr/nekoware/lib:/usr/nekoware/mysql5/lib/mysql -
OPT:Olimit=0:roundoff=3 -TARG:platform=IP35:proc=r16000   -c 
/opt/build/php-5.2.10RC1/ext/curl/interface.c -o ext/curl/interface.lo 

cc-1040 c99: ERROR File = /opt/build/php-
5.2.10RC1/ext/curl/php_curl.h, Line = 104
  An identifier is expected.

        zval           *stderr;
                        ^


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-02 07:35 UTC] pajoye@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 29 13:00:03 2025 UTC