mcgee
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by mcgee-
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...
-
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...
-
According to this: