mirror of
https://github.com/danog/ext-pq.git
synced 2024-11-26 20:04:44 +01:00
prepare 1.0.0
This commit is contained in:
parent
af785c32e0
commit
b638653d03
@ -39,11 +39,11 @@ env:
|
||||
|
||||
before_script:
|
||||
- make -f travis/pecl/Makefile php
|
||||
- make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.1RC1
|
||||
- make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.2
|
||||
- make -f travis/pecl/Makefile ext PECL=pq
|
||||
- psql -U postgres -c "CREATE DATABASE test"
|
||||
|
||||
script:
|
||||
- make -f travis/pecl/Makefile ext PECL=pq
|
||||
- make -f travis/pecl/Makefile test
|
||||
|
||||
sudo: false
|
||||
|
@ -31,11 +31,11 @@ foreach ($env as $e) {
|
||||
|
||||
before_script:
|
||||
- make -f travis/pecl/Makefile php
|
||||
- make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.1RC1
|
||||
- make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.2
|
||||
- make -f travis/pecl/Makefile ext PECL=pq
|
||||
- psql -U postgres -c "CREATE DATABASE test"
|
||||
|
||||
script:
|
||||
- make -f travis/pecl/Makefile ext PECL=pq
|
||||
- make -f travis/pecl/Makefile test
|
||||
|
||||
sudo: false
|
||||
|
@ -35,19 +35,18 @@
|
||||
<email>daverandom@php.net</email>
|
||||
<active>yes</active>
|
||||
</developer>
|
||||
<date>2015-12-07</date>
|
||||
<date>2016-01-19</date>
|
||||
<version>
|
||||
<release>1.0.0dev</release>
|
||||
<release>1.0.0</release>
|
||||
<api>1.0.0</api>
|
||||
</version>
|
||||
<stability>
|
||||
<release>beta</release>
|
||||
<release>stable</release>
|
||||
<api>stable</api>
|
||||
</stability>
|
||||
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
|
||||
<notes><![CDATA[
|
||||
* Stable release for PHP 5.4 - 5.6
|
||||
* Changes since RC1:
|
||||
]]></notes>
|
||||
<contents>
|
||||
<dir name="/">
|
||||
|
2
php_pq.h
2
php_pq.h
@ -14,7 +14,7 @@
|
||||
#ifndef PHP_PQ_H
|
||||
#define PHP_PQ_H
|
||||
|
||||
#define PHP_PQ_VERSION "1.0.0dev"
|
||||
#define PHP_PQ_VERSION "1.0.0"
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
# define PHP_PQ_API __declspec(dllexport)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6b7c11b05020541819dbd501dea52d3e2d04aa1e
|
||||
Subproject commit 7d1a61ddce20446912ed1d5c988f801903972a34
|
Loading…
Reference in New Issue
Block a user