php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13231 failure to compile with Roxen
Submitted: 2001-09-10 09:07 UTC Modified: 2002-01-31 05:16 UTC
From: jryden at forumone dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.6 OS: Red Hat 7.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jryden at forumone dot com
New email:
PHP Version: OS:

 

 [2001-09-10 09:07 UTC] jryden at forumone dot com
PHP fails to compile with Roxen 2.2.198. 

./configure --with-roxen=/usr/local/roxen/server-2.2.198 
--with-mysql=/usr --enable-track-vars --enable-versioning 
--with-gettext


make[3]: Entering directory `/home/jo/php-4.0.6/sapi/roxen'
/bin/sh /home/jo/php-4.0.6/libtool --silent --mode=compile 
gcc  -I. -I/home/jo/php-4.0.6/sapi/roxen 
-I/home/jo/php-4.0.6/main -I/home/jo/php-4.0.6 
-I/usr/local/roxen/server-2.2.198/pike/include/pike 
-I/home/jo/php-4.0.6/Zend -I/usr/include/mysql 
-I/home/jo/php-4.0.6/ext/xml/expat/xmltok 
-I/home/jo/php-4.0.6/ext/xml/expat/xmlparse 
-I/home/jo/php-4.0.6/TSRM  -DSUPPORT_UTF8 
-DXML_BYTE_ORDER=12 -g -O2  -c roxen.c
roxen.c: In function `f_php_roxen_request_handler':
roxen.c:633: warning: passing arg 1 of `error' makes 
integer from pointer without a cast
roxen.c:633: too few arguments to function `error'
roxen.c:637: warning: passing arg 1 of `error' makes 
integer from pointer without a cast
roxen.c:637: too few arguments to function `error'
roxen.c:673: warning: passing arg 1 of `error' makes 
integer from pointer without a cast
roxen.c:673: too few arguments to function `error'
make[3]: *** [roxen.lo] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-31 05:16 UTC] yohgaki@php.net
Fixed in CVS
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 04:01:38 2025 UTC