summaryrefslogtreecommitdiffstats
path: root/fedcli.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-05-23 16:09:40 +0200
committerRemi Collet <fedora@famillecollet.com>2010-05-23 16:09:40 +0200
commit9cc3e2d35597302a3c831c5787cd18b90218b434 (patch)
tree80a7b6c720e8ceee8f9f176ac4cb14b1de0ecce2 /fedcli.php
parentc3c99a7c279f28d4b77748d93e43241de2ba025d (diff)
use Cache_Lite for perf, improves debug
Diffstat (limited to 'fedcli.php')
-rwxr-xr-x[-rw-r--r--]fedcli.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/fedcli.php b/fedcli.php
index c251dc5..1bc48f3 100644..100755
--- a/fedcli.php
+++ b/fedcli.php
@@ -1,3 +1,4 @@
+#!/usr/bin/php
<?php
/*
* FedoraClient is a PHP classe to interact with web services
@@ -24,7 +25,7 @@
require('FedoraClient.php');
-$client = new FedoraPkgdb(array('debug'=>5));
+$client = new FedoraPkgdb(array('debug'=>2));
echo "FedoraPkgdb::getBranches():\n";
$branches = $client->getBranches();