php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2952 xml extension compile failure
Submitted: 1999-12-10 08:22 UTC Modified: 1999-12-10 09:27 UTC
From: danny dot heijl at cevi dot be Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (10/12/1999) OS: RH LINUX 5.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: danny dot heijl at cevi dot be
New email:
PHP Version: OS:

 

 [1999-12-10 08:22 UTC] danny dot heijl at cevi dot be
Current CVS fails to compile in xml.c :

make[3]: Entering directory `/home/php/php4/ext/xml'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../..
 -I../../libzend    -I/home/local/include -I/opt/informix/incl/esql   -I/home/local/include/xml
 -I../.. -I../../libzend  -I/home/local/include -I/home/local/include/xml -D_POSIX_PTHREAD_SEMAN
TICS -D_REENTRANT  -O2 -g -g -Wall -I/opt/informix/incl/esql -c xml.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/home/local/includ
e -I/opt/informix/incl/esql -I/home/local/include/xml -I../.. -I../../libzend -I/home/local/incl
ude -I/home/local/include/xml -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -O2 -g -g -Wall -I/opt/inf
ormix/incl/esql -c xml.c -o xml.o
xml.c: In function `_xml_startElementHandler':
xml.c:645: too few arguments to function `php_strtoupper'
xml.c:690: too few arguments to function `php_strtoupper'
xml.c: In function `_xml_endElementHandler':
xml.c:731: too few arguments to function `php_strtoupper'

Danny
---

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-10 09:27 UTC] andrei at cvs dot php dot net
Fixed in CVS - thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 10:01:32 2024 UTC