-
Blocked loading resource from url not allowed by $sceDelegate policy. URL: templates/growl/growl.html
-
Here's the code that explain this issue:
``` php
$rawMessage = "Subject: =?UTF-8?Q?Non=20=E2=80=9Cascii=E2=80=9D=20characters=20like=20accented=20?=\r\n"
." =?UTF-8?Q?vowels=20=C3=B2=C3=A0=C3=B9=C3=A…
-
On my windows 10/PHP 7 box I'm getting this error. This error does not effect our dev/production unix servers.
`Unable to send mail: mail(): SMTP server response: 550 5.6.0 Lone CR or LF in headers (…
-
You did not update composer.json to reflect the package renaming
The composer.json is also still referencing the old "zf-oauth2-doctrine" package instead of `api-skeletons/oauth2-doctrine` as well …
-
Installing doctrine cause conflicts with current skeleton app, so i install next versions:
1) Install ZFSkeleton app ver 3.0.3 with minimall packages
2) nextinstall doctrine-module:1.2.0
composer…
-
In Zend\Db\Adapter line 299 the PDO Driver constructor is called without options.
Is there a way to not unset the 'options" parameter or re-inject the $options array in the PdoDriver constructor ?
-
Problem:
1. [GenericHeader](https://github.com/zendframework/zend-mail/blob/release-2.7.3/src/Header/GenericHeader.php#L33-L40) loads the header in file, decodes it to utf-8
2. the [Headers::get](…
-
This is a proposal of ResultInterface about the stateless validator proposal made in:
- https://github.com/zendframework/zend-validator/issues/1
- https://github.com/bakura10/zend-validator/pull/1
/c…
-
The current container object starts a session in the constructor automatically. This works fine for most use cases, but it could come in handy to use some kind of delayed session start. I'm working on…
-
Is there a reason there isn't a Lazy Aggregate for attaching listeners to the **Shared** Event Manager?
Something like:
```
class SharedLazyListenerAggregate
{
...
public function …