PHP_ARG_WITH([http-magic-mime], [whether to enable response content type guessing],
[ --with-http-magic-mime[=LIBMAGICDIR]
HTTP: with magic mime response content type guessing], "no", "no")
-PHP_ARG_WITH([http-shared-deps], [whether to depend on shared extensions],
-[ --with-http-shared-deps HTTP: disable to not depend on shared extensions
- like SPL, hash, iconv and session], $PHP_HTTP, $PHP_HTTP)
+PHP_ARG_WITH([http-shared-deps], [whether to depend on extensions which have been built shared],
+[ --with-http-shared-deps HTTP: disable to not depend on extensions like hash,
+ iconv and session (when built shared)], $PHP_HTTP, $PHP_HTTP)
if test "$PHP_HTTP" != "no"; then
AC_MSG_CHECKING([for ext/$extname support])
if test -x "$PHP_EXECUTABLE"; then
- if test "`$PHP_EXECUTABLE -m | $EGREP '^$extname$'`" = "$extname"; then
+ if test "`$PHP_EXECUTABLE -m | $EGREP ^$extname\$`" = "$extname"; then
[HTTP_HAVE_EXT_]translit($1,a-z_-,A-Z__)=1
AC_MSG_RESULT([yes])
$2
dnl ----
HTTP_HAVE_PHP_EXT([session])
-dnl ----
-dnl SPL
-dnl ----
- HTTP_HAVE_PHP_EXT([spl])
-
dnl ----
dnl DONE
dnl ----
HTTP_SHARED_DEP([hash])
HTTP_SHARED_DEP([iconv])
HTTP_SHARED_DEP([session])
- HTTP_SHARED_DEP([spl])
PHP_ADD_BUILD_DIR($ext_builddir/phpstr, 1)
PHP_SUBST([HTTP_SHARED_LIBADD])
</lead>
<date>2006-00-00</date>
<version>
- <release>1.0.0-dev</release>
+ <release>1.0.0dev</release>
<api>1.0.0</api>
</version>
<stability>
<file role="src" name="http.dsp"/>
<file role="src" name="config.w32"/>
+ <file role="src" name="config.m4"/>
<file role="src" name="config9.m4"/>
<file role="src" name="Makefile.frag"/>
prompt="whether to enable cURL HTTP requests; specify libcurl directory"
default="yes"
/>
+ <configureoption
+ name="with-http-zlib-compression"
+ prompt="whether to enable support for gzencoded/deflated message bodies; specify zlib directory"
+ default="yes"
+ />
<configureoption
name="with-http-magic-mime"
prompt="whether to enable response content type guessing; specify libmagic directory"
default="no"
/>
<configureoption
- name="with-http-zlib-compression"
- prompt="whether to enable support for gzencoded/deflated message bodies; specify zlib directory"
+ name="with-http-shared-deps"
+ prompt="whether to depend on extensions which have been built shared"
default="yes"
/>
<filelist>