Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Prefixed filenames as symlinks for modules configuration. #10

Open
rafalwrzeszcz opened this issue Dec 10, 2012 · 2 comments
Open

Prefixed filenames as symlinks for modules configuration. #10

rafalwrzeszcz opened this issue Dec 10, 2012 · 2 comments

Comments

@rafalwrzeszcz
Copy link

Dotdeb packages now store modules configuration in /etc/php5/mods-available and put index-prefixed symlinks into /etc/php5/conf.d, for example:

# ls -lA /etc/php5/conf.d/
total 0
lrwxrwxrwx 1 root root 25 06-17 12:24 10-pdo.ini -> ../mods-available/pdo.ini
lrwxrwxrwx 1 root root 25 09-26 17:07 20-apc.ini -> ../mods-available/apc.ini
lrwxrwxrwx 1 root root 24 10-31 07:32 20-gd.ini -> ../mods-available/gd.ini
lrwxrwxrwx 1 root root 29 07-22 23:31 20-imagick.ini -> ../mods-available/imagick.ini
lrwxrwxrwx 1 root root 26 08-17 14:08 20-intl.ini -> ../mods-available/intl.ini
lrwxrwxrwx 1 root root 31 10-21 21:18 20-memcached.ini -> ../mods-available/memcached.ini
lrwxrwxrwx 1 root root 30 06-17 12:25 20-memcache.ini -> ../mods-available/memcache.ini
lrwxrwxrwx 1 root root 28 06-17 12:25 20-mysqli.ini -> ../mods-available/mysqli.ini
lrwxrwxrwx 1 root root 27 06-17 12:25 20-mysql.ini -> ../mods-available/mysql.ini
lrwxrwxrwx 1 root root 31 06-17 12:25 20-pdo_mysql.ini -> ../mods-available/pdo_mysql.ini
lrwxrwxrwx 1 root root 32 09-03 18:07 20-pdo_sqlite.ini -> ../mods-available/pdo_sqlite.ini
lrwxrwxrwx 1 root root 29 09-03 18:07 20-sqlite3.ini -> ../mods-available/sqlite3.ini
lrwxrwxrwx 1 root root 28 09-04 21:20 20-xdebug.ini -> ../mods-available/xdebug.ini
lrwxrwxrwx 1 root root 25 11-08 15:46 20-xsl.ini -> ../mods-available/xsl.ini
@saz
Copy link
Owner

saz commented Dec 16, 2012

Are you running PHP 5.3 or 5.4?

@rafalwrzeszcz
Copy link
Author

PHP 5.4. I guess, since you ask, that 5.3 is using old layout...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants