Vidzz

Results 3 comments of Vidzz

Actually tried modifying the Pdo.php as ``` php public function connect() { if ($this->config['dbtype'] == 'sqlite') { $connectionString = $this->config['dbtype'] .':'.$this->config['dbname']; } else { $connectionString = $this->config['dbtype'] . ':host=' ....

I tried to do so. Like I wanted to profile only from two URLs. Say, for example, from x.x.x.x:8000 and x.x.x.x:9000, and not any other ports. I tried specifying the...

The thing is to profile data from two PHP applications