php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #998 Undeclared function
Submitted: 1998-12-19 13:04 UTC Modified: 1998-12-19 13:30 UTC
From: jfranco at interec dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.5 OS: Linux 2.0.36
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: jfranco at interec dot com
New email:
PHP Version: OS:

 

 [1998-12-19 13:04 UTC] jfranco at interec dot com
gcc -c  -I../os/unix -I../include   -DLINUX=2 -DUSE_HSREGEX `../apaci` util.c
util.c: In function `ap_find_token':
util.c:1017: `test_char_table' undeclared (first use this function)
util.c:1017: (Each undeclared identifier is reported only once
util.c:1017: for each function it appears in.)
util.c:1017: `T_HTTP_TOKEN_STOP' undeclared (first use this function)
util.c: In function `ap_escape_shell_cmd':
util.c:1076: `test_char_table' undeclared (first use this function)
util.c:1076: `T_ESCAPE_SHELL_CMD' undeclared (first use this function)
util.c: In function `ap_escape_path_segment':
util.c:1200: `test_char_table' undeclared (first use this function)
util.c:1200: `T_ESCAPE_PATH_SEGMENT' undeclared (first use this function)
util.c: In function `ap_os_escape_path':
util.c:1229: `test_char_table' undeclared (first use this function)
util.c:1229: `T_OS_ESCAPE_PATH' undeclared (first use this function)
make[1]: *** [util.o] Error 1
make: *** [subdirs] Error 1                      

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-12-19 13:30 UTC] rasmus
Do a 'make clean' and try again.  If your Apache build breaks halfway through for some reason this happens.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 14 02:01:27 2024 UTC