Martijn Smit

Results 9 comments of Martijn Smit

Yes, it's not a function from the global namespace, but since it is defined in the `functions_include.php` it will not be available for the second guzzle package. The hash is...

Yes, i've done a lot of testing with it. I've tried adding even more code to the `functions_include`. Does not change a thing, unfortunately.

The repository: https://github.com/Smitsel/guzzle-scoper-reproduction If you run into any problems or need any more information just let me know :)

Not a problem. We can hack in a solution if it becomes really pressing. Happy that you are willing to take a look!

Yep, manipulating the package name fixes it indeed. Very weird choice to do it just based on that. They should also compare content-size or something.

I agree with that approach, makes more sense since this will only happen when file contents of required files get scoped or altered. It's not a composer bug. Sounds like...

When the cookie is stolen, they would have that username. So i would prefer not to :) And you could use a surrogate numeric key, but then you will need...

I encountered something similar when integrating this library. When creating a manager class for encapsulating i added a complete logout method like the one in your examples. But when doing...