Hari K T

Results 173 comments of Hari K T

May be we need to ping @pmjones regarding the thoughts expressed here. So he can create the repository. I don't have access for it.

Hi @mivanov93 , You can use $_SESSION even if you are storing session in database or any layer. What you need is only register http://php.net/manual/en/function.session-set-save-handler.php .

Hi, I am sorry for being late. Just a quick question is this still a problem or have a fix ? We are in the process of making 4.x ....

Hi there, I spend some time debugging today on the issue. I found the reason I believe. Either you can create your own rule and create one for the host...

I am not using apache. I am using nginx. But anything that most of the php projects follow should work. FYI you can look at the docs from Symfony regarding...

I don't know about RFC 2822. But for email validation : swiftmailer seems using https://github.com/egulias/EmailValidator , which is actually a port of https://github.com/dominicsayers/isemail . oh and yes https://github.com/auraphp/Aura.Filter also does...

Tha lazyNew will return an object. I am not sure what you are trying to get from these tests. I did tried your test and looks ok. Is there any...

Sorry for late reply. Just noticed the comments here. You may be interested in its predecessor https://github.com/atlasphp/Atlas.Pdo .

Regarding your query, does it really lost the connection ? I was looking at the api, and have an idea, check whether the [getPdo](https://github.com/auraphp/Aura.Sql/blob/2be02d5dfd9fdee6df199de1a19572aa490bb744/src/ExtendedPdo.php#L158) is active or not. Else call...