Re: [PHP-WIN] Pear problem with graphiz library

2012-10-16 Thread Niel Archer
Hi > i confirm that PEAR.php it is under the correct directory with system.php > file. > i've tried follow your tip by executing that piece of code and it returns > me : > > > bool(true) bool(false) > I also tried to execute pear upgrade and it returns me the following error > > > > Error gett

Re: [PHP-WIN] Pear problem with graphiz library

2012-10-16 Thread Matt Matt
Hi Niel, i confirm that PEAR.php it is under the correct directory with system.php file. i've tried follow your tip by executing that piece of code and it returns me : > bool(true) bool(false) I also tried to execute pear upgrade and it returns me the following error > Error getting channel in

Re: [PHP-WIN] Pear problem with graphiz library

2012-10-16 Thread Niel Archer
Hi Matt, coments inline. > Hi folks, > > i have a problem with graphviz library, i have installed pear and tested it > correctly folowing the guidelines on the official website, also i ensured i > had all the include path setted properly.Although i encountered theese > errors when i try to run g

[PHP-WIN] Pear problem with graphiz library

2012-10-14 Thread Matt Matt
Hi folks, i have a problem with graphviz library, i have installed pear and tested it correctly folowing the guidelines on the official website, also i ensured i had all the include path setted properly.Although i encountered theese errors when i try to run graphiz example Here the code i try t