Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Email system #388

Closed
wants to merge 20 commits into from
Closed

New Email system #388

wants to merge 20 commits into from

Conversation

lonnieezell
Copy link
Member

No description provided.

*
* @param array|null $options
*/
public function __construct(array $options=null);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think interface should not define __construct(), we may need an abstract class for __construct() requirement.

@baselbj
Copy link
Contributor

baselbj commented Mar 14, 2017

do you need any help in this?

@lonnieezell
Copy link
Member Author

@baselbj thanks for the offer, but nope. Think I finally have something I like. Third time's a charm, right? :)

If you're looking for a bigger job to tackle, then #114 or #141 would be next steps after this. Or porting over SQLite or MsSQL. Just let me know which one sounds like something you'd be interested in and we can discuss details.

Copy link
Member

@samsonasik samsonasik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

short array syntax

{
$suhosinFuncBlacklist = extension_loaded('suhosin')
? explode(',', trim(ini_get('suhosin.executor.func.blacklist')))
: array();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

short array syntax

@lonnieezell lonnieezell closed this Jan 1, 2018
@lonnieezell lonnieezell deleted the features/new_email branch April 30, 2018 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants