php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5969 url_scanner.c fails to compile
Submitted: 2000-08-04 17:01 UTC Modified: 2000-08-04 17:21 UTC
From: kara@php.net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (04/08/2000) OS: Solaris
Private report: No CVE-ID: None
 [2000-08-04 17:01 UTC] kara@php.net
"url_scanner.c", line 188: undefined struct/union member: attr_done
"url_scanner.c", line 203: undefined struct/union member: attr_done
"url_scanner.c", line 205: improper member use: attr_done
"url_scanner.c", line 222: undefined struct/union member: attr_done
"url_scanner.c", line 237: undefined struct/union member: attr_done
"url_scanner.c", line 239: improper member use: attr_done
"url_scanner.c", line 256: undefined struct/union member: attr_done
"url_scanner.c", line 302: undefined struct/union member: attr_done
"url_scanner.c", line 304: improper member use: attr_done
"url_scanner.c", line 321: undefined struct/union member: attr_done
cc: acomp failed for url_scanner.c

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-04 17:21 UTC] hholzgra@php.net
stupid me :)

fixed in cvs, forgot to commit .h file

update your cvs or add 

 int attr_done;

to 

 url_adapt_state_t;
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sun Jun 28 19:00:01 2026 UTC