-
ساعت نشان داده شده همواره 4:30 از ساعت ذخیره شده عقب است.
my server timezone is Asia/Tehran
my timezone in config/app.php is Asia/Tehran
code to save date:
`jDateTime::createCarbonFromFormat('Y-n-j',…
-
This same to be the same problem as #4750, except with the hhvm image. I am trying to use docker to run database services and then php and hhvm to run phpunit. All the php versions work, but the hhvm …
-
Hi,
Is there a way of sorting this problem? I cannot use array short syntax in CI and it works everywhere else.
Thanks
```
$ php --version
PHP 5.6.19 (cli) (built: Mar 6 2016 19:44:45)
Copyright …
-
@cweagans implemented some php-ast caching with travis to speed-up buids, but there is a problem with it.
When the minor version of PHP changes and ast cache is present, `make install` does installat…
-
Here is sample build: https://travis-ci.org/nazar-pc/CleverStyle-CMS/builds/125947543
Config:
```
...
before_script:
- mysql -e 'CREATE DATABASE `cscms.travis`;'
- if [[ "$(php -v | grep 'PHP 5')…
-
### Description of your issue:
My build is failing as it runs out of memory during the install phase of the Drupal 8 website. It’s not entirely surprising as I’m firing up the php webserver thing, Dr…
-
.travis.yml:
```
before_install:
- echo "extension=mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
```
Log:
`PHP Warning: PHP Startup: Unable to load dynamic library '/home/…
-
Hi,
I am currently trying to get a PHP7.0 project to work with intl, gettext and redis. I tried the working solution discussed on #2086, but that only works for PHP 5.
I have no `pre_ci_boot` sectio…
-
Hello,
I'm trying to run shippable with a PHP project, in 5.6, with the Phalcon Framework. I managed to have the Phalcon framework running but Mongo so file doesn't seems to load itself up.
```
lang…
-
### Is your request:
- [x] A feature request: The feature you want currently does not exist. If implemented, will provide additional value to you.
- [x] A technical issue: You are unable to use Shippa…