prepare 1.0.0
authorMichael Wallner <mike@php.net>
Tue, 19 Jan 2016 07:17:44 +0000 (08:17 +0100)
committerMichael Wallner <mike@php.net>
Tue, 19 Jan 2016 07:17:44 +0000 (08:17 +0100)
.travis.yml
gen_travis_yml.php
package.xml
php_pq.h
travis/pecl

index 2a78ddae318796bd7ca0cd638050f63b545d9f31..130a777bc708da9490e6050a733f7b9d20d85938 100644 (file)
@@ -39,11 +39,11 @@ env:
 
 before_script:
  - make -f travis/pecl/Makefile php
 
 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:
  - psql -U postgres -c "CREATE DATABASE test"
 
 script:
- - make -f travis/pecl/Makefile ext PECL=pq
  - make -f travis/pecl/Makefile test
 
 sudo: false
  - make -f travis/pecl/Makefile test
 
 sudo: false
index 0ea6d33ec36f292862e8c28b22333bfc4900efe2..a96a3384ee68a45d98d72faf3d6debe69977a2f8 100755 (executable)
@@ -31,11 +31,11 @@ foreach ($env as $e) {
 
 before_script:
  - make -f travis/pecl/Makefile php
 
 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:
  - psql -U postgres -c "CREATE DATABASE test"
 
 script:
- - make -f travis/pecl/Makefile ext PECL=pq
  - make -f travis/pecl/Makefile test
 
 sudo: false
  - make -f travis/pecl/Makefile test
 
 sudo: false
index 05b6b2e4822e419d7479a7ff861a2b1d34f79d32..f79e56ed234dd3c14277563f1f5a550e8e848bc6 100644 (file)
   <email>daverandom@php.net</email>
   <active>yes</active>
  </developer>
   <email>daverandom@php.net</email>
   <active>yes</active>
  </developer>
- <date>2015-12-07</date>
+ <date>2016-01-19</date>
  <version>
  <version>
-  <release>1.0.0dev</release>
+  <release>1.0.0</release>
   <api>1.0.0</api>
  </version>
  <stability>
   <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
   <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="/">
 ]]></notes>
  <contents>
   <dir name="/">
index 8fd0a110e17d8af27467c5c4c31deaf09640d61c..059678195551fa6bd4c7cf5f12793902af10364b 100644 (file)
--- a/php_pq.h
+++ b/php_pq.h
@@ -14,7 +14,7 @@
 #ifndef PHP_PQ_H
 #define PHP_PQ_H
 
 #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)
 
 #ifdef PHP_WIN32
 #      define PHP_PQ_API __declspec(dllexport)
index 6b7c11b05020541819dbd501dea52d3e2d04aa1e..7d1a61ddce20446912ed1d5c988f801903972a34 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 6b7c11b05020541819dbd501dea52d3e2d04aa1e
+Subproject commit 7d1a61ddce20446912ed1d5c988f801903972a34