Maurits van der Schee

Results 317 comments of Maurits van der Schee

Okay.. but how do I test? Is there a client that sends gzip content? What is your use case?

No, this is not (yet) supported, but you may take a look at this project: https://github.com/mevdschee/php-sp-api It is very immature, more a proof-of-concept, but it might do what you want....

>I tried looking for an example from the documentation without success. Is it possible to do this? Yes sure, the user is loaded in the $_SESSION variable and the authorization...

Thank you @apps-caraga for helping @NorthFred. Great example.

>Hi how i can use this lib with mysqli and not PDO my server support mysqli only Hi Benito, Thank you for your +1 on this issue. At the moment...

> The v1 can run but i need the latest stable release of this lib that can run in php 5 env. Thanks for this amazing lib Thank you for...

This is so awesome! Thank you. Let me try to answer your questions/concerns > - On which routes do we want to serve these SQL files? I like the /procedures...

I will review your parsing/template options shortly.

Strict mode controls how MySQL handles input values that are invalid or missing... A value is missing when a new row to be inserted does not contain a value for...

I guess we could do this check based on the database structure in a generic way. Looking at default value and nullable properties of the fields. Registered as a feature...