|
cvs: pecl /http config.m4 package.xml: msg#00189php.pecl.cvs
mike Mon Jul 25 12:01:42 2005 EDT Modified files: /pecl/http config.m4 package.xml Log: -fix installation through pear http://cvs.php.net/diff.php/pecl/http/config.m4?r1=1.22&r2=1.23&ty=u Index: pecl/http/config.m4 diff -u pecl/http/config.m4:1.22 pecl/http/config.m4:1.23 --- pecl/http/config.m4:1.22 Sun Jul 24 14:16:11 2005 +++ pecl/http/config.m4 Mon Jul 25 12:01:42 2005 @@ -1,5 +1,5 @@ dnl config.m4 for pecl/http -dnl $Id: config.m4,v 1.22 2005/07/24 18:16:11 mike Exp $ +dnl $Id: config.m4,v 1.23 2005/07/25 16:01:42 mike Exp $ PHP_ARG_ENABLE([http], [whether to enable extended HTTP support], [ --enable-http Enable extended HTTP support]) @@ -77,6 +77,7 @@ 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]) http://cvs.php.net/diff.php/pecl/http/package.xml?r1=1.29&r2=1.30&ty=u Index: pecl/http/package.xml diff -u pecl/http/package.xml:1.29 pecl/http/package.xml:1.30 --- pecl/http/package.xml:1.29 Mon Jul 25 08:51:39 2005 +++ pecl/http/package.xml Mon Jul 25 12:01:42 2005 @@ -46,15 +46,17 @@ <dir name="/"> <file role="doc">CREDITS</file> <file role="doc">EXPERIMENTAL</file> - <file role="doc">docs/functions.html</file> + <file role="doc" install-as="functions.html">docs/functions.html</file> <file role="doc">KnownIssues.txt</file> <file role="src" platform="windows">http.dsp</file> <file role="src" platform="windows">config.w32</file> <file role="src">config.m4</file> - <file role="src">phpstr/phpstr.h</file> - <file role="src">phpstr/phpstr.c</file> + <dir name="phpstr"> + <file role="src">phpstr.h</file> + <file role="src">phpstr.c</file> + </dir> <file role="src">missing.h</file> <file role="src">missing.c</file> @@ -98,8 +100,8 @@ <file role="src">http_exception_object.c</file> <dir name="tests" role="test"> - <file>README.txt</file> - <file>run-tests.diff</file> + <file install-as="README.txt">README.txt</file> + <file install-as="run-tests.diff">run-tests.diff</file> <file>data.txt</file> <file>skip.inc</file> <file>abs_uri_001.phpt</file> @@ -143,8 +145,7 @@ </dir> </filelist> <deps> - <dep type="php" rel="ge" version="4.3.1" optional="no" /> - <dep type="php" rel="ge" version="5.0.4" optional="yes" /> + <dep type="php" rel="ge" version="4.3" optional="no" /> <dep type="ext" rel="has" optional="yes">session</dep> <dep type="ext" rel="has" optional="yes">zlib</dep> </deps> |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pecl /apc apc.php: 00189, Johannes Schlüter |
|---|---|
| Next by Date: | cvs: pecl /http package.xml: 00189, Michael Wallner |
| Previous by Thread: | cvs: pecl /http http_requestpool_object.c package.xml /http/docs functions.html /http/tests run-tests.diffi: 00189, Michael Wallner |
| Next by Thread: | cvs: pecl /http package.xml: 00189, Michael Wallner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |