Sweet program here guys. I was able to unpack the sucker and get it working in less than a day. I had other issues (personal, mental, etc.) otherwise I could have had it up even faster.
Right off the bat I am receiving some PHP Warnings and I don't quite know why:
/usr/share/php/PEAR.php:29: Notice[8]: Constant php_bindir already defined
/usr/share/php/PEAR.php:30: Notice[8]: Constant pear_install_dir already defined
/usr/share/php/PEAR.php:31: Notice[8]: Constant pear_extension_dir already defined
I could comment out the defines in PEAR.php since those variables are already defined, but is there a nicer way besides commented out lines that gives me a problem? It seems a little too Stalin-ish.
-Greg
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello.
Sweet program here guys. I was able to unpack the sucker and get it working in less than a day. I had other issues (personal, mental, etc.) otherwise I could have had it up even faster.
Right off the bat I am receiving some PHP Warnings and I don't quite know why:
/usr/share/php/PEAR.php:29: Notice[8]: Constant php_bindir already defined
/usr/share/php/PEAR.php:30: Notice[8]: Constant pear_install_dir already defined
/usr/share/php/PEAR.php:31: Notice[8]: Constant pear_extension_dir already defined
I could comment out the defines in PEAR.php since those variables are already defined, but is there a nicer way besides commented out lines that gives me a problem? It seems a little too Stalin-ish.
-Greg