Dropped php.ini still debugging location
This commit is contained in:
parent
45e80af300
commit
19566bbf5b
2 changed files with 2 additions and 4 deletions
|
@ -9,18 +9,17 @@ matrix:
|
|||
- php: hhvm
|
||||
|
||||
install:
|
||||
- ls -al ~/.phpenv/versions/$(phpenv version-name)/etc/
|
||||
- ls -al ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/
|
||||
- composer install
|
||||
- cd vendors/php-test-helpers
|
||||
- phpize
|
||||
- ./configure --enable-test-helpers
|
||||
- make
|
||||
- sudo make install
|
||||
- echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
- echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/ext-xdebug.ini
|
||||
- cd ../../
|
||||
|
||||
before_script:
|
||||
- phpenv config-add php.ini
|
||||
- mkdir -p vendors/build/logs
|
||||
|
||||
script:
|
||||
|
|
1
php.ini
1
php.ini
|
@ -1 +0,0 @@
|
|||
zend_extension="test_helpers.so"
|
Loading…
Add table
Add a link
Reference in a new issue