Simon Sessingø

Results 40 comments of Simon Sessingø

Thanks man, I'm glad you find it useful. Good point, might change the behavior for getUrl not sure why it always returns a value to be honest. Take a look...

Haha you're right - i hope so too! Wonder what thoughts went into those lines of code - can't figure out why you would ever use `url` with a hardcoded...

Okay I think I've uncovered the madness behind the code. The reason it always returns a url object is so that you avoid having to constantly check if url() is...

Do you think the next **major** release should support php8 or is that still too soon?

Hi. Status is passed on as argument for the callback `function($status)`. The argument is generated by the custom-class loader - if status is `true` it means that the class-loader successfully...

Np 😄 The classloader can manipulate how the router should handle classes + methods. They control how classes and methods are loaded. Perfect for people that want to use custom...

php8 is backwards compatible, so it should work. But things can be optimized to take advantage of the php8 features, but I'm not sure if switching to php8 would do...

The second. The one with questions about the php-unit test using `partialGroup` :)

Hmm it's a pretty big behavioral change it's odd that it's not even mentioned on php.net except for the comments :) I think parameters are always sent in the correct...

You can just checkout v4-development and change it there so you don't have to revert all your code. Not sure if it will work, but worth a try.