Manuel Dalla Lana

Results 61 comments of Manuel Dalla Lana

@stefaweb this trick is already in use, look here https://github.com/mailwatch/MailWatch/blob/fc680d159a3079ba78a510e36c23280cc8334772/mailscanner/checklogin.php#L96-L111 At the moment [password_hash](http://php.net/manual/en/function.password-hash.php) is in use, and CRYPT_BLOWFISH is the hashing algorithm used to crypt password

Did you already tried to convert an actual database to tokudb? any impression on it?

this [MariaDB doc page](https://mariadb.com/kb/en/unsafe-statements-for-statement-based-replication/) gives some advice on server config until we fix the query.

This PR come from @kgritesh branch https://github.com/kgritesh/bootstrap-duallistbox/tree/support-optgroup. You should ask him to revert the code formatting

@javian I've just pushed a PR for this, do you mind testing it? https://github.com/w00fz/xdebug-osx/pull/16

I think that the hardcoded php version is resolved with last push. @javian any change to reconsider xdebug-osx inclusion in homebrew-core once #16 get merged and a new release is...

Same problem here, only 1.0.2 available on yarnpkg

> And I think it'll be hard to fix the problem inside doctrine1 not that hard: I've already sent a couple of patch to zikula/doctrine1 on november 2015 (see https://github.com/zikula/doctrine1/pull/7...

A rewrite of all queries that incur in ONLY_FULL_GROUP_BY restriction is a (too big?) big refactor for doctrine1. I ended with using the proposed patch for working around the issue.

I've just submitted PR #29 for setting sql mode