mcgee
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by mcgee-
mcgee commented,
Yes check is_array function or is_object function in a if statement before the count will fix this issue or user error_reporting(0); So $a = 0; if(is_array($array) || is_object($array)) { $a = co...
-
mcgee commented,
According to this:
-
mcgee created a post,
Google API
Failed to download pear/Services_Google within preferred state "stable", latest release is version 0.2.0, stability "alpha", use "channel://pear.php.net/Services_Google-0.2.0" to install install fa...
-
mcgee commented,
I got this to work by editing the pecl script. From command line as root: pico`which pecl` On the last line where it says: exec $PHP -C -n -q $INCARG -d date..... I simply removed the -n flag and t...