Jonathan H. Wage

Results 82 comments of Jonathan H. Wage
trafficstars

Can you both share the CREATE TABLE definition you have in your database for the `migration_versions` table?

Can you try configuring the column length to match what you have defined in your database? https://www.doctrine-project.org/projects/doctrine-migrations/en/2.0/reference/configuration.html#line-number-7f19d1d8416762550acdebe4f5bf050f7c623d19-8

@morozov What are your thoughts on this issue? I am using the DBAL to do this change of the schema and it is producing DDL statements that don't work for...

My initial reaction is I don't feel this should be a part of the migrations tool. I think it should probably be accomplished outside of the production database and the...

The auth side of that library for sure needs some work. I wrote that one weekend when PHP 5.3 was coming out to play with namespaces and the latest version...

@olegstepura I can't speak for everyone else but in my opinion the quality of the Zend Framework is generally lower than the Symfony standards. I also personally dislike Zend and...

And at the time(2 years ago). I wanted to work on a Twitter library built from the ground up to play with PHP 5.3. It wasn't for use with anything...

@dzuelke Hi David, is this something that can be addressed now or does the problem still persist in php-decimal/ext-decimal#49?

Is this something that should work out of the box or does heroku need to do something to support the usage of `opcache.preload` in a `.user.ini` file?

After looking in to this, not all ini settings can be set in a .user.ini file or in a custom phpfpm.conf See this here https://www.php.net/manual/en/configuration.file.per-user.php > Only INI settings with...