-
it would be great if we could add some custom classes.
i added and tested the modified method in `Cgsmith\View\Helper\FormReceptcha` and it's working:
``` php
public function formRecaptcha($name, $…
-
here is some console message.
my path is not too long ,and my path don't contain a dot,and the path contain some chinese,it's matter?
my os is window10.i always crazy with this problem
You are runnin…
-
I've tried to the same approach that I usually use with laravel module.
This is the test:
![captura de pantalla 2016-03-01 a las 18 12 14](https://cloud.githubusercontent.com/assets/6720169/13435170/4…
-
# Bug Report
- since update to Pimcore 4 i´m getting a "could not open socket" error while trying to send mail
$mail = new Mail;
$mail->setIgnoreDebugMode(true);
$mail->setDocument(34);
$mail->setTo(…
-
Hello,
In 2.2.0-RC2 version even with 4.8 or 5.3 phpunit I get wrong coverage. I don't get any error but coverage is wrong. I use a local vagrant box with php7.
Is it something known or I am doing s…
-
> Probably not a bug - but a _question_
Hi,
I'm trying to implement the wiki entry [Calendar:Get List](https://github.com/jamesiarmes/php-ews/wiki/Calendar:-Get-List-%28Retrieving-Id-and-ChangeKey%2…
-
In the validate class, `$this->_value` is not set in `public function isValid($value, $context = null)`.
`protected function _verify()` then uses `$this->_value` to build query string.
This results …
-
If the XML configuration file contains nodes having both attributes and a text node only the attributes will be available in the data returned.
### XML
``` xml
bar
```
### PHP
``` php
$confi…
-
I have the following code that works on php 5.6 but throws Zend_Json_Exception on PHP7.
``` php
Zend_Json::decode(null);
Zend_Json::decode('');
```
Each call causes Zend_Json_Exception.
```
Zend_Js…
-
If some properties of request are not set in the following request, application object keeps properties set in the previous request.
It probably happens in other framework modules too.
Test code:
`…