Amir Mirmoeini

Results 17 comments of Amir Mirmoeini

Why isn't this merged? Is there a timeline or estimation of when it will be available?

@jeromewu any updates on this?

I don't know why the query string does not get passed as usual but I used this workaround to get the parameters: ` $params = null; parse_str(parse_url($_SERVER['REQUEST_URI'])['query'], $params); ` Then...

Yeah, I see. I searched a bit and found this too: https://github.com/jeremeamia/super_closure It's method is slow, unclean and sometimes not safe. Your solution works but I won't use it, since...

Any updates?

I finally came up with a tempprorary solution to get Phroute working with Unicode .... With this function, you can manipulate route data object before saving it to the cache,...