Skip to content

Commit 1dcbbfa

Browse files
committed
Drop PHP extension
1 parent 65c694b commit 1dcbbfa

33 files changed

+7
-2073
lines changed

.travis.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
language: php
22

33
env:
4-
matrix:
5-
- PIMPLE_EXT=no
6-
- PIMPLE_EXT=yes
74
global:
85
- REPORT_EXIT_STATUS=1
96

@@ -15,29 +12,6 @@ php:
1512
before_script:
1613
- composer self-update
1714
- COMPOSER_ROOT_VERSION=dev-master composer install
18-
- if [ "$PIMPLE_EXT" == "yes" ]; then sh -c "cd ext/pimple && phpize && ./configure && make && sudo make install"; fi
19-
- if [ "$PIMPLE_EXT" == "yes" ]; then echo "extension=pimple.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`; fi
2015

2116
script:
22-
- cd ext/pimple
23-
- if [ "$PIMPLE_EXT" == "yes" ]; then yes n | make test | tee output ; grep -E 'Tests failed +. +0' output; fi
24-
- if [ "$PIMPLE_EXT" == "yes" ]; then export SYMFONY_DEPRECATIONS_HELPER=weak; fi
25-
- cd ../..
2617
- ./vendor/bin/simple-phpunit
27-
28-
matrix:
29-
include:
30-
- php: 5.3
31-
dist: precise
32-
env: PIMPLE_EXT=yes
33-
- php: 5.3
34-
dist: precise
35-
env: PIMPLE_EXT=no
36-
- php: hhvm
37-
dist: trusty
38-
env: PIMPLE_EXT=no
39-
exclude:
40-
- php: 7.0
41-
env: PIMPLE_EXT=yes
42-
- php: 7.1
43-
env: PIMPLE_EXT=yes

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
* 3.3.0 (2020-03-03)
22

3-
* bump min PHP version to 7.2.5
3+
* Drop PHP extension
4+
* Bump min PHP version to 7.2.5
45

56
* 3.2.3 (2018-01-21)
67

ext/pimple/.gitignore

Lines changed: 0 additions & 30 deletions
This file was deleted.

ext/pimple/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

ext/pimple/config.m4

Lines changed: 0 additions & 63 deletions
This file was deleted.

ext/pimple/config.w32

Lines changed: 0 additions & 13 deletions
This file was deleted.

ext/pimple/php_pimple.h

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)