Skip to content

Commit e9ef446

Browse files
committed
Merge branch 'master' of github.com:tarantool/tarantool-php
2 parents 134fab9 + d30c292 commit e9ef446

File tree

6 files changed

+17
-18
lines changed

6 files changed

+17
-18
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ python:
1515
cache: false
1616

1717
env:
18+
global:
19+
- PRODUCT=php-tarantool
1820
matrix:
1921
- OS=el DIST=6 PACK=rpm
2022
- OS=el DIST=7 PACK=rpm
@@ -24,7 +26,8 @@ env:
2426
- OS=ubuntu DIST=trusty PACK=deb
2527
- OS=ubuntu DIST=precise PACK=deb
2628
- OS=ubuntu DIST=wily PACK=deb
27-
- OS=ubuntu DIST=xenial PACK=deb
29+
# phpize is, currently, broken on xenial. can't test, still not stable
30+
# - OS=ubuntu DIST=xenial PACK=deb
2831
- OS=debian DIST=jessie PACK=deb
2932
- OS=debian DIST=wheezy PACK=deb
3033
- OS=debian DIST=stretch PACK=deb
@@ -43,7 +46,7 @@ matrix:
4346
- env: OS=ubuntu DIST=precise PACK=deb
4447
- env: OS=ubuntu DIST=trusty PACK=deb
4548
- env: OS=ubuntu DIST=wily PACK=deb
46-
- env: OS=ubuntu DIST=xenial PACK=deb
49+
# - env: OS=ubuntu DIST=xenial PACK=deb
4750
- env: OS=debian DIST=jessie PACK=deb
4851
- env: OS=debian DIST=wheezy PACK=deb
4952
- env: OS=debian DIST=stretch PACK=deb
@@ -65,7 +68,7 @@ matrix:
6568
php: 5.4
6669
- env: OS=ubuntu DIST=wily PACK=deb
6770
php: 5.4
68-
- env: OS=ubuntu DIST=xenial PACK=deb
71+
# - env: OS=ubuntu DIST=xenial PACK=deb
6972
php: 5.4
7073
- env: OS=debian DIST=jessie PACK=deb
7174
php: 5.4
@@ -91,7 +94,7 @@ matrix:
9194
php: 5.5
9295
- env: OS=ubuntu DIST=wily PACK=deb
9396
php: 5.5
94-
- env: OS=ubuntu DIST=xenial PACK=deb
97+
# - env: OS=ubuntu DIST=xenial PACK=deb
9598
php: 5.5
9699
- env: OS=debian DIST=jessie PACK=deb
97100
php: 5.5

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Place it into project library path in your IDE.
6565

6666
## Configuration file
6767

68-
* `tarantool.persistent` - Enable persistent connections (don't close connections between sessions) (defaults: True, can't be changed in runtime)
69-
* `tarantool.con_per_host` - Count of open connections to every Tarantool server to store (defaults: 5, can't be changed in runtime)
68+
* `tarantool.persistent` - Enable persistent connections (don't close connections between sessions) (defaults: True, **can't be changed in runtime**)
69+
* `tarantool.con_per_host` - Count of open connections to every Tarantool server to store (defaults: 5, **can't be changed in runtime**)
7070
* `tarantool.timeout` - Connection timeout (defaults: 10 seconds, can be changed in runtime)
7171
* `tarantool.retry_count` - Count of retries for connecting (defaults: 1, can be changed in runtime)
7272
* `tarantool.retry_sleep` - Sleep between connecting retries (defaults: 0.1 second, can be changed in runtime)

debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
tarantool-php (1.6-1) unstable; urgency=medium
1+
php-tarantool (1.6-1) unstable; urgency=medium
22

33
* New upstream version.
44
* Relicensed as BSD. closes: #752655.
55

66
-- Dmitry E. Oboukhov <unera@debian.org> Mon, 27 Oct 2014 18:46:34 +0300
77

8-
tarantool-php (1.0-2) unstable; urgency=low
8+
php-tarantool (1.0-2) unstable; urgency=low
99

1010
* Fixed debian/rules:clean section by ftp-master's review.
1111

1212
-- Dmitry E. Oboukhov <unera@debian.org> Tue, 15 Apr 2014 22:29:26 +0400
1313

14-
tarantool-php (1.0-1) unstable; urgency=low
14+
php-tarantool (1.0-1) unstable; urgency=low
1515

1616
* Initial release. (Closes: #731850)
1717

debian/control

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
Source: tarantool-php
1+
Source: php-tarantool
22
Priority: optional
33
Maintainer: Dmitry E. Oboukhov <unera@debian.org>
4-
Build-Depends: debhelper (>= 9),
5-
dh-php,
6-
php-all-dev,
4+
Build-Depends: debhelper (>= 8),
5+
php5-dev | php-all-dev,
76
pkg-config
87
Section: php
98
Standards-Version: 3.9.4

debian/rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ tarball: clean
3434
&& tar \
3535
--exclude=debian \
3636
--exclude=.git \
37-
-czvf tarantool-php_$(version).orig.tar.gz \
38-
tarantool-php-$(version)
37+
-czvf php-tarantool_$(version).orig.tar.gz \
38+
php-tarantool-$(version)
3939

rpm/tarantool-php.spec renamed to rpm/php-tarantool.spec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,11 @@ rm -rf $RPM_BUILD_ROOT
4444
make install INSTALL_ROOT=$RPM_BUILD_ROOT
4545
# Drop in the bit of configuration
4646
install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name}
47-
# Install XML package description
48-
install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/tarantool.xml
4947

5048
%clean
5149
rm -rf $RPM_BUILD_ROOT
5250

5351
%files
5452
%defattr(-,root,root,-)
5553
%{php_extdir}/tarantool.so
56-
%{pecl_xmldir}/tarantool.xml
5754
%config(noreplace) %{php_inidir}/%{ini_name}

0 commit comments

Comments
 (0)