-
`grapheme_substr` from Intl have differing behavior as compared to `substr`:
```php
var_dump(substr('a', 1, null)); // string(0) ""`
var_dump(grapheme_substr('a', 1, null)); // bool(false)
```
I…
-
Hi all,
I'm trying to build ArkhamDB locally, though have struggled greatly with a Sensio error.
Wondering if I can get any help here.
System info:
OS:
```
uname -a
Linux xpsGrowell 5…
-
Hi, we’re getting some issues on uploading .pdf or .docx to a cifs external storage using icewind smb that’s being used as a group area in nextcloud.
Still getting the same behaviour using the pack…
-
The crash occurs when I implement css3pie via php wrapper onto body to create a linear gradient without defining -pie-background.
EDIT: I tried to replicate by calling it on something without any css…
-
I encountered the following error during installation:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires crispchat/php-cri…
-
1. What did you do? If possible, provide a simple script for reproducing the error.
```
WARNING Server::check_worker_exit_status(): worker(pid=17, id=1) abnormal exit, status=0, signal=11
A bug occ…
rhift updated
6 months ago
-
The taginfo fragment loads into an iframe with extra space - 220px vs 190px which is actually needed. This adds 30px of extra whitespace on the right side of every taginfo block.
Could the iframe …
-
## Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 4.8.2
- Ruby: 2.3.3
- Distribution: Linux Ubuntu 16.04
- Module version: 3.0.0
## How to reproduce (e.g Puppet cod…
-
Is it possible to test constructor logic???
For example I have a `Surveys` class, and it takes a `FetcherInterface` as a only dependency, and in the constructor it run all required api calls to bu…
-
1. Tell us your PHP version(`php -v`)
`PHP 7.2.6 (cli) (built: May 26 2018 07:45:18) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
…