> Question:
>
> If we remove the following symlinks:
>
> /usr/bin/php -> /usr/php5/[version]/bin/php
> /usr/lib/libphp5.so -> /usr/php5/[version]/lib/libphp5.so.x.y.z
> /etc/php5/php.ini -> /usr/php5/[version]/etc/php.ini
Actually, this last link is backwards, right? It should be
/usr/php5/[version]/etc/php.ini -> /etc/php5/php.ini
(and presumedly the delivery of /usr/php5/[version]/etc at all is to
just be consistent with other OSs which delivery PHP, right?)
> and we only have
>
> /usr/php5/[version]/{bin,lib,modules,share,include,etc}
Again, the "etc" subdirectory under /usr/php5/[version] should be at
best, just a symbolic link into /etc.
dsc