projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
aa41d26
)
* hopefully fixing the ap_php_snprintf() issue
author
Michael Wallner
<mike@php.net>
Mon, 7 Feb 2005 08:46:46 +0000
(08:46 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 7 Feb 2005 08:46:46 +0000
(08:46 +0000)
http.c
patch
|
blob
|
history
http_api.c
patch
|
blob
|
history
diff --git
a/http.c
b/http.c
index f29b09bfa28472558d6ec1723e6df9bf555e9158..41e463e0ec03f9928ae8df6af6841ae982f92362 100644
(file)
--- a/
http.c
+++ b/
http.c
@@
-20,6
+20,7
@@
#endif
#include "php.h"
+#include "main/snprintf.h"
#include "ext/standard/info.h"
#include "ext/standard/datetime.h"
#include "ext/session/php_session.h"
diff --git
a/http_api.c
b/http_api.c
index 3fb260e43db61a092ac52c4bd1f81fc7f6b9325f..91e8b37bbc2d10912ef67da5c70fdea3051d1cbe 100644
(file)
--- a/
http_api.c
+++ b/
http_api.c
@@
-22,6
+22,7
@@
#include "php.h"
#include "php_version.h"
#include "php_streams.h"
+#include "main/snprintf.h"
#include "ext/standard/md5.h"
#include "ext/standard/url.h"
#include "ext/standard/base64.h"