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:
7740fcb
)
* missed http_curl_api.c
author
Michael Wallner
<mike@php.net>
Wed, 23 Feb 2005 12:47:08 +0000
(12:47 +0000)
committer
Michael Wallner
<mike@php.net>
Wed, 23 Feb 2005 12:47:08 +0000
(12:47 +0000)
config.m4
patch
|
blob
|
history
diff --git
a/config.m4
b/config.m4
index daaf7b4bb2a3b8ecad607ee156c69c1bc998312e..6c1e49e0e95d7e1a0614aa6b72b6cc24e770f6ed 100644
(file)
--- a/
config.m4
+++ b/
config.m4
@@
-59,7
+59,7
@@
dnl ----
dnl ----
dnl DONE
dnl ----
- PHP_NEW_EXTENSION([http], [http.c http_api.c http_functions.c http_methods.c], [$ext_shared])
+ PHP_NEW_EXTENSION([http], [http.c http_api.c http_
curl_api.c http_
functions.c http_methods.c], [$ext_shared])
PHP_SUBST([HTTP_SHARED_LIBADD])
AC_DEFINE([HAVE_HTTP], [1], [Have extended HTTP support])
fi