missing #include in zend.h for snprintf
| Bug #20256 | missing #include in zend.h for snprintf | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2002-11-05 05:18 UTC | Modified: | 2003-02-25 03:47 UTC |
|
||||||||||
| From: | michael dot ring at t-mobile dot de | Assigned: | ||||||||||||
| Status: | Closed | Package: | Compile Failure | |||||||||||
| PHP Version: | 4.3.0 | OS: | OSF1 V4.0d | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2002-11-05 05:18 UTC] michael dot ring at t-mobile dot de
php does not link on OSF1 V4.0d Linker reports unresolved symbol snprintf This can be fixed by adding #include <main/snprintf.h> to Zend/zend.h
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2002-11-05 05:43 UTC] nicos@php.net
[2002-11-05 06:08 UTC] michael dot ring at t-mobile dot de
[2002-11-21 17:10 UTC] sniper@php.net
[2003-01-29 19:31 UTC] mikejhudson_1999 at yahoo dot com
[2003-01-30 09:41 UTC] mikejhudson_1999 at yahoo dot com
[2003-02-25 03:47 UTC] sniper@php.net