From db92ec69957a3de3e09c86c0037ff36603b7ed48 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 5 Feb 2013 21:59:37 +0100 Subject: [PATCH 1/1] maintenance --- .gitignore | 8 ++++---- config.m4 | 1 + package.xml | 6 ++++++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 20c5e8b..902c527 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,9 @@ # / *~ /*.tgz -/.deps -/*.lo -/*.la +.deps +*.lo +*.la /config.[^m]* /configure* /lib* @@ -14,7 +14,7 @@ /Make* /mk* /missing -/.libs +.libs /build /include /modules diff --git a/config.m4 b/config.m4 index 7abff92..18ee250 100644 --- a/config.m4 +++ b/config.m4 @@ -35,5 +35,6 @@ if test "$PHP_PQ" != "no"; then PQ_SRC="src/php_pq.c" PHP_NEW_EXTENSION(pq, $PQ_SRC, $ext_shared) PHP_ADD_BUILD_DIR($ext_builddir/src, 1) + PHP_ADD_EXTENSION_DEP(pq, raphf) fi diff --git a/package.xml b/package.xml index cef28b4..dce9319 100644 --- a/package.xml +++ b/package.xml @@ -73,6 +73,12 @@ http://pear.php.net/dtd/package-2.0.xsd"> 1.4.0 + + raphf + pecl.php.net + 1.0.0 + raphf + pq -- 2.30.2