core icon indicating copy to clipboard operation
core copied to clipboard

Fuel PHP Framework - The core of the Fuel v1 framework

Results 45 core issues
Sort by recently updated
recently updated
newest added

Hello, I really like this framework and made a bunch of still in use application/website. I saw a lot of commit recently and some of them port and fix issues...

I encountered an issue while running PHPUnit in PHP 8.1.2 and PHPUnit 10.2.5 environment. The problem arises due to the following reasons: * Incompatibility of return types in some methods....

It would be nice to have a "float" type for routing. The "num" doesn't allow decimal points and it needn't be an entire segment that can grab everything.

We've been lagging behind in updating, so I apologize for the tardiness. The following commit https://github.com/fuel/core/commit/7fc62869b64a055e1887bd6e31bd0eee9b85a008 causes any packages that were previously using a `config/routes.php` to create routes to break....

Image presets can now be organised better: ``` Model_Event_Image::TYPE_BANNER => [ '175x175' => [ 'quality' => 100, 'actions' => [ ['crop_resize', 175, 175] ], ], '1250x750' => [ 'quality' =>...

The problem in the memcached cache driver prevents \Cache::delete_all() from removingall the keys in the cache index. The change allows that branch of the code to execute and includes tests...

As in 9d6f4e6118acd7197eb9def0b1c8f396f6eafe15 , in subsequent \Requests with php 5.6+ we have redundant re-reading 'php://input' one time per request (simple example is request to non-exist page that leads to forge...

Routing "_400_" which is defined in the module has been fixed a problem that is not called. Consider the possibility that in the future new exception is added, it was...

After migrating our apps to a newer server software we noticed that there is an URI path in _GET now sometimes (when there is no query params in URL proper)....