-
Please add support for PHP 7 (RC now and stable in future)
-
Gmail has its main, bloated/slow web interface [1]. It has fast html-only interface [2], which sucks. It has another much better mobile interface [3] that looks good but lacks features, still serves a…
-
Debugging Firefox, I can repeatedly get the following assert/crash:
[FATAL /home/mfroman/rr/rr/src/Task.cc:2021:write_bytes_helper() errno: EIO](task 19627 %28rec:19195%29 at time 820829)
-> Assertio…
-
Hi Dev Team,
I'm sorry if the question seems silly. But i really cannot pass step 3 (Database Configuration).
I already add user and host (even though it shouldn't be, because i add localhost as …
-
We ran a trial to switch the CMDI rendering to XSLT 2.0 using the Saxon C PHP API. The trial failed due to segmentation faults in the PHP interpreter. This issue contains the changes done just in case…
-
**win-hotkey的配置**
![image](https://user-images.githubusercontent.com/45460120/125197020-ac5de480-e28e-11eb-830d-6cd4f6f9d6c6.png)
**上传成功的提示**
![image](https://user-images.githubusercontent.com/45…
ednow updated
3 years ago
-
Does not build as-is for php80. Removing all occurrences of `TSRMLS_C`, `TSRMLS_CC`, `TSRMLS_DC`, and `TSRMLS_FETCH` allows it to compile, but then every invocation of PHP spews a 'Missing arginfo' m…
-
I've caught this error using \Aerospike::get() method, but it seems, other methods might have similar issues.
The file https://github.com/aerospike/aerospike-client-php/blob/master/doc/phpdoc/aerospi…
-
I installed kerberosio v2.3.0 machinery on Armbian but it segfaults on startup:
```
# kerberosio
16/11/2017 23:06:08.476 INFO [trivial] Logging is written to: /etc/opt/kerberosio/logs/log.stash
…
-
If add to from dynamic field e.g:
```
$form->field($product, 'dynamic_attribute_name')
->dropDownList(explode(',', $attribute->variants), ['required' => $attribute->required])
…