summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-05 12:27:49 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-05 12:27:49 +0200
commit2b66fd0b5d7d1de17f3bce43057482dabe6ff311 (patch)
tree7e6bd523a7a18776b82926988331d94eb0837998
parentf6d2abf861ec64994a188412b61950d10aa201b0 (diff)
php-pecl-mongo: 1.5.1
-rw-r--r--mongo.ini5
-rw-r--r--php-pecl-mongo.spec8
2 files changed, 9 insertions, 4 deletions
diff --git a/mongo.ini b/mongo.ini
index 84516a3..8a0174f 100644
--- a/mongo.ini
+++ b/mongo.ini
@@ -8,7 +8,7 @@ extension=mongo.so
; The number of bytes-per-chunk.
; This number must be at least 100 less than 4 megabytes (max: 4194204)
-;mongo.chunk_size = 262144
+;mongo.chunk_size = 261120
; A character to be used in place of $ in modifiers and comparisons.
;mongo.cmd = $
@@ -28,7 +28,8 @@ extension=mongo.so
;mongo.long_as_object = 0
; Use MongoDB native long (this will default to true for 2.0.0)
-mongo.native_long = true
+; Only allowed on 64bits system
+;mongo.native_long = true
; For replicaset connections: The minimum interval with which the driver
; will send "ping" requests to the MongoDB server.
diff --git a/php-pecl-mongo.spec b/php-pecl-mongo.spec
index 2a76f55..7d14be1 100644
--- a/php-pecl-mongo.spec
+++ b/php-pecl-mongo.spec
@@ -5,7 +5,7 @@
%global pecl_name mongo
%global with_zts 0%{?__ztsphp:1}
#global prever RC2
-%global gh_commit b249aec0ea0aa40ff71b9de1121d0ac4eaf77ded
+%global gh_commit d5b3e2ebafbd95bc3de2e7fa0837487af540f130
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner mongodb
%global gh_project mongo-php-driver
@@ -13,7 +13,7 @@
Summary: PHP MongoDB database driver
Name: php-pecl-mongo
-Version: 1.5.0
+Version: 1.5.1
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: ASL 2.0
Group: Development/Languages
@@ -216,6 +216,10 @@ rm -rf data
%changelog
+* Sat Apr 05 2014 Remi Collet <remi@fedoraproject.org> - 1.5.1-1
+- Update to 1.5.1 (stable)
+- mongo.native_long not allowed on 32bits
+
* Fri Apr 4 2014 Remi Collet <remi@fedoraproject.org> - 1.5.0-1
- Update to 1.5.0 (no change since RC2)