opt/php-mysql/.footprint
Juergen Daubert a3898234a6 [notify] php-mysql: update to 5.4.13, extend configuration
Configuration changes:
----------------------
- instead of the client library that comes with mysql, libmysql,
  the native driver provided by PHP, called mysqlnd, is used for
  all mysql PHP extensions, see [1]
- added the extended version of the mysql driver, called mysqli,
  to the port, see [2]

Note:
-----
mysqlnd cannot use old-style 16bit passwords [3], you must convert
them to use the new hash method introduced with mysql 4.1.1.
A short guild how to do this can be found at [4].

[1] http://www.php.net/manual/en/book.mysqlnd.php
[2] http://www.php.net/manual/en/book.mysqli.php
[3] https://dev.mysql.com/doc/refman/5.5/en/password-hashing.html
[4] http://stackoverflow.com/a/14653092
2013-03-17 13:49:06 +01:00

13 lines
493 B
Plaintext

drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/php/
drwxr-xr-x root/root etc/php/conf.d/
-rw-r--r-- root/root etc/php/conf.d/mysql.ini
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/php/
drwxr-xr-x root/root usr/lib/php/extensions/
-rwxr-xr-x root/root usr/lib/php/extensions/mysql.so
-rwxr-xr-x root/root usr/lib/php/extensions/mysqli.so
-rwxr-xr-x root/root usr/lib/php/extensions/mysqlnd.so
-rwxr-xr-x root/root usr/lib/php/extensions/pdo_mysql.so