Does anyone know what the differences are between "/usr/bin/php & /usr/local/bin/php"?
When I did a "ls -ld" on those, they returned:
-rwxr-xr-x 1 root root 6266420 /usr/bin/php
-rwxr-xr-x 1 root root 6263872 /usr/local/bin/php
I don't see any difference other than the file size. Has anyone seen the source of these executables?
Thanks