From 0ac87717530843df93ca94ffa8c3fd8935f346cb Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 25 Jul 2005 16:01:42 +0000 Subject: [PATCH] -fix installation through pear --- config.m4 | 1 + package.xml | 15 ++++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/config.m4 b/config.m4 index 15d958c..85b6de3 100644 --- a/config.m4 +++ b/config.m4 @@ -77,6 +77,7 @@ dnl ---- http_api.c http_auth_api.c http_cache_api.c http_request_api.c http_date_api.c \ http_headers_api.c http_message_api.c http_send_api.c http_url_api.c" PHP_NEW_EXTENSION([http], $PHP_HTTP_SOURCES, [$ext_shared]) + PHP_ADD_BUILD_DIR($ext_builddir/phpstr, 1) PHP_SUBST([HTTP_SHARED_LIBADD]) PHP_ADD_MAKEFILE_FRAGMENT AC_DEFINE([HAVE_HTTP], [1], [Have extended HTTP support]) diff --git a/package.xml b/package.xml index f238ee9..dd43914 100644 --- a/package.xml +++ b/package.xml @@ -46,15 +46,17 @@ CREDITS EXPERIMENTAL - docs/functions.html + docs/functions.html KnownIssues.txt http.dsp config.w32 config.m4 - phpstr/phpstr.h - phpstr/phpstr.c + + phpstr.h + phpstr.c + missing.h missing.c @@ -98,8 +100,8 @@ http_exception_object.c - README.txt - run-tests.diff + README.txt + run-tests.diff data.txt skip.inc abs_uri_001.phpt @@ -143,8 +145,7 @@ - - + session zlib -- 2.30.2