based

PHP based version control?

Hi, I wonder is there any PHP based version control like on .NET version. I found that on .NET there some of version control web based, like SourceGear Vault, Sublime, etc. Now I wonder is there any version control like that which based on PHP and MySQL. I've try to explore SourceGear Vault and found that even it use installer but it to...

Level based Logging in Oracle

Hi, I am Kanagaraj. In our stored procedure, we are logging messages at 500 places and logs are stored in a table where we are having some performance issues. We need to split these messages into Debug, Info and Error messages. Based on the level, only limited messages should be logged. If necessary, we will be enabling the next level a...